@@ -6,7 +6,7 @@ ms.service: azure-redhat-openshift
6
6
ms.topic : quickstart
7
7
ms.custom : subject-armqs
8
8
ms.author : rahulmehta
9
- ms.date : 02/15 /2022
9
+ ms.date : 03/17 /2022
10
10
keywords : azure, openshift, aro, red hat, arm, bicep
11
11
# Customer intent: I need to use ARM templates or Bicep files to deploy my Azure Red Hat OpenShift cluster.
12
12
zone_pivot_groups : azure-red-hat-openshift
@@ -45,7 +45,6 @@ Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy
45
45
* [ Azure CLI] ( /cli/azure/install-azure-cli ) .
46
46
47
47
48
-
49
48
## Create an ARM template or Bicep file
50
49
51
50
@@ -604,7 +603,7 @@ The template parameters below have default values. They can be specified, but th
604
603
| ` apiServerVisibility ` | The visibility of the API server (` Public ` or ` Private ` ). | | Public
605
604
| ` ingressVisibility ` | The ingress (entrance) visibility (` Public ` or ` Private ` ). | | Public
606
605
607
- # [ PowerShell] ( #tab/PowerShell )
606
+ # [ PowerShell] ( #tab/powershell )
608
607
609
608
### Before you begin - PowerShell
610
609
@@ -693,7 +692,20 @@ New-AzResourceGroupDeployment -ResourceGroupName $resourceGroup @templateParams
693
692
```
694
693
695
694
::: zone-end
696
-
695
+
696
+ ## Connect to your cluster
697
+
698
+ To connect to your new cluster, review the steps in [ Connect to an Azure Red Hat OpenShift 4 cluster] ( tutorial-connect-cluster.md ) .
699
+
700
+ ## Clean up resources
701
+
702
+ Once you're done, run the following command to delete your resource group and all the resources you created in this tutorial.
703
+
704
+ # [ PowerShell] ( #tab/powershell )
705
+
706
+ ``` powershell
707
+ Remove-AzResourceGroup -Name $resourceGroup -Force
708
+ ```
697
709
# [ Azure CLI] ( #tab/azure-cli )
698
710
699
711
### Before you begin - Azure CLI
@@ -782,7 +794,6 @@ az deployment group create \
782
794
--parameters rpObjectId=$ARO_RP_SP_OBJECT_ID
783
795
```
784
796
785
-
786
797
## Connect to your cluster
787
798
788
799
To connect to your new cluster, review the steps in [ Connect to an Azure Red Hat OpenShift 4 cluster] ( tutorial-connect-cluster.md ) .
@@ -791,12 +802,6 @@ To connect to your new cluster, review the steps in [Connect to an Azure Red Hat
791
802
792
803
Once you're done, run the following command to delete your resource group and all the resources you created in this tutorial.
793
804
794
- # [ PowerShell] ( #tab/powershell )
795
-
796
- ``` powershell
797
- Remove-AzResourceGroup -Name $resourceGroup -Force
798
- ```
799
-
800
805
# [ Azure CLI] ( #tab/azure-cli )
801
806
802
807
``` azurecli-interactive
@@ -819,3 +824,4 @@ Advance to the next article to learn how to configure the cluster for authentica
819
824
* [ Configure authentication with Azure Active Directory using the command line] ( configure-azure-ad-cli.md )
820
825
821
826
* [ Configure authentication with Azure Active Directory using the Azure portal and OpenShift web console] ( configure-azure-ad-cli.md ) i
827
+
0 commit comments