mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
19 lines
522 B
Plaintext
19 lines
522 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_azure/installing-azure-user-infra.adoc
|
|
|
|
[id="installation-arm-worker_{context}"]
|
|
= ARM template for worker machines
|
|
|
|
You can use the following Azure Resource Manager (ARM) template to deploy the
|
|
worker machines that you need for your {product-title} cluster:
|
|
|
|
.`06_workers.json` ARM template
|
|
[%collapsible]
|
|
====
|
|
[source,json]
|
|
----
|
|
include::https://raw.githubusercontent.com/openshift/installer/release-4.6/upi/azure/06_workers.json[]
|
|
----
|
|
====
|