You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keywords: azure, openshift, aro, red hat, arm, bicep
11
11
zone_pivot_groups: azure-red-hat-openshift
12
12
#Customer intent: I need to use ARM templates or Bicep files to deploy my Azure Red Hat OpenShift cluster.
13
13
---
14
14
15
15
# Quickstart: Deploy an Azure Red Hat OpenShift cluster with an Azure Resource Manager template or Bicep file
16
16
17
-
This quickstart describes how to use either Azure Resource Manager template (ARM template) or Bicep to create an Azure Red Hat OpenShift cluster. You can deploy the Azure Red Hat OpenShift cluster with either PowerShell or the Azure command-line interface (Azure CLI).
17
+
This article describes how to use either Azure Resource Manager template (ARM template) or Bicep to create an Azure Red Hat OpenShift cluster. You can deploy the Azure Red Hat OpenShift cluster with either PowerShell or the Azure command-line interface (Azure CLI).
This section provides information on deploying the azuredeploy.json template.
597
-
598
-
### azuredeploy.json parameters
599
-
600
-
The azuredeploy.json template is used to deploy an Azure Red Hat OpenShift cluster. The following parameters are required.
596
+
The azuredeploy.json template is used to deploy an Azure Red Hat OpenShift cluster. The following parameters are required:
601
597
602
598
> [!NOTE]
603
599
> For the `domain` parameter, specify the domain prefix that will be used as part of the auto-generated DNS name for OpenShift console and API servers. This prefix is also used as part of the name of the resource group that is created to host the cluster VMs.
@@ -639,7 +635,7 @@ Perform the following steps if you're using PowerShell.
639
635
640
636
### Before you begin - PowerShell
641
637
642
-
Before running the commands in this quickstart, you might need to run `Connect-AzAccount`. Check to determine whether you have connectivity to Azure before proceeding. To check whether you have connectivity, run `Get-AzContext` to verify whether you have access to an active Azure subscription.
638
+
Before running the commands in this article, you might need to run `Connect-AzAccount`. Check to determine whether you have connectivity to Azure before proceeding. To check whether you have connectivity, run `Get-AzContext` to verify whether you have access to an active Azure subscription.
643
639
644
640
> [!NOTE]
645
641
> This template uses the pull secret text that was obtained from the Red Hat OpenShift Cluster Manager website. Before proceeding, ensure you have the pull secret saved locally as `pull-secret.txt`.
@@ -730,7 +726,7 @@ To connect to your new cluster, review the steps in [Connect to an Azure Red Hat
730
726
731
727
### Clean up resources - PowerShell
732
728
733
-
Once you're done, run the following command to delete your resource group and all the resources you created in this tutorial.
729
+
Once you're done, run the following command to delete your resource group and all the resources you created in this article.
@@ -741,7 +737,7 @@ Perform the following steps if you're using Azure CLI.
741
737
742
738
### Before you begin - Azure CLI
743
739
744
-
You might need to run `az login` before running the commands in this quickstart. Check whether you have connectivity to Azure before proceeding. To check whether you have connectivity, run `az account list` and verify that you have access to an active Azure subscription.
740
+
You might need to run `az login` before running the commands in this article. Check whether you have connectivity to Azure before proceeding. To check whether you have connectivity, run `az account list` and verify that you have access to an active Azure subscription.
745
741
746
742
> [!NOTE]
747
743
> This template will use the pull secret text that was obtained from the Red Hat OpenShift Cluster Manager website. Before proceeding
@@ -834,7 +830,7 @@ To connect to your new cluster, review the steps in [Connect to an Azure Red Hat
834
830
835
831
### Clean up resources - Azure CLI
836
832
837
-
Once you're done, run the following command to delete your resource group and all the resources you created in this tutorial.
833
+
Once you're done, run the following command to delete your resource group and all the resources you created in this article.
838
834
839
835
```azurecli-interactive
840
836
az aro delete --resource-group $RESOURCEGROUP --name $CLUSTER
0 commit comments