1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/installation-arm-image-storage.adoc

35 lines
1.1 KiB
Plaintext

// Module included in the following assemblies:
//
// * installing/installing_azure/installing-azure-user-infra.adoc
// * installing/installing_azure_stack_hub/installing-azure-stack-hub-user-infra.adoc
// * installing/installing_azure/installing-restricted-networks-azure-user-provisioned.adoc
ifeval::["{context}" == "installing-azure-stack-hub-user-infra"]
:ash:
endif::[]
:_mod-docs-content-type: REFERENCE
[id="installation-arm-image-storage_{context}"]
= ARM template for image storage
You can use the following Azure Resource Manager (ARM) template to deploy the
stored {op-system-first} image that you need for your {product-title} cluster:
.`02_storage.json` ARM template
[%collapsible]
====
[source,json]
----
ifndef::ash[]
include::https://raw.githubusercontent.com/openshift/installer/release-4.21/upi/azure/02_storage.json[]
endif::ash[]
ifdef::ash[]
include::https://raw.githubusercontent.com/openshift/installer/release-4.21/upi/azurestack/02_storage.json[]
endif::ash[]
----
====
ifeval::["{context}" == "installing-azure-stack-hub-user-infra"]
:!ash:
endif::[]