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-dns.adoc

36 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-dns_{context}"]
= ARM template for the network and load balancers
You can use the following Azure Resource Manager (ARM) template to deploy the
networking objects and load balancers that you need for your {product-title}
cluster:
.`03_infra.json` ARM template
[%collapsible]
====
[source,json]
----
ifndef::ash[]
include::https://raw.githubusercontent.com/openshift/installer/release-4.21/upi/azure/03_infra.json[]
endif::ash[]
ifdef::ash[]
include::https://raw.githubusercontent.com/openshift/installer/release-4.21/upi/azurestack/03_infra.json[]
endif::ash[]
----
====
ifeval::["{context}" == "installing-azure-stack-hub-user-infra"]
:!ash:
endif::[]