Skip to content

Commit 469e0ef

Browse files
committed
To fix remaining tab issues and duplicate headings
1 parent b2875f6 commit 469e0ef

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

articles/openshift/quickstart-openshift-arm-bicep-template.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -693,16 +693,14 @@ New-AzResourceGroupDeployment -ResourceGroupName $resourceGroup @templateParams
693693

694694
::: zone-end
695695

696-
## Connect to your cluster
696+
## Connect to your cluster - PowerShell
697697

698698
To connect to your new cluster, review the steps in [Connect to an Azure Red Hat OpenShift 4 cluster](tutorial-connect-cluster.md).
699699

700-
## Clean up resources
700+
## Clean up resources - PowerShell
701701

702702
Once you're done, run the following command to delete your resource group and all the resources you created in this tutorial.
703703

704-
# [PowerShell](#tab/powershell)
705-
706704
```powershell
707705
Remove-AzResourceGroup -Name $resourceGroup -Force
708706
```
@@ -771,13 +769,13 @@ az role assignment create \
771769
--assignee-principal-type 'ServicePrincipal'
772770
```
773771

774-
### Get the service principal object ID for the OpenShift resource provider
772+
### Get the service principal object ID for the OpenShift resource provider - Azure CLI
775773

776774
```azurecli-interactive
777775
ARO_RP_SP_OBJECT_ID=$(az ad sp list --display-name "Azure Red Hat OpenShift RP" --query [0].objectId -o tsv)
778776
```
779777

780-
### Deploy the cluster
778+
### Deploy the cluster - Azure CLI
781779

782780
```azurecli-interactive
783781
az deployment group create \
@@ -794,16 +792,14 @@ az deployment group create \
794792
--parameters rpObjectId=$ARO_RP_SP_OBJECT_ID
795793
```
796794

797-
## Connect to your cluster
795+
## Connect to your cluster - Azure CLI
798796

799797
To connect to your new cluster, review the steps in [Connect to an Azure Red Hat OpenShift 4 cluster](tutorial-connect-cluster.md).
800798

801-
## Clean up resources
799+
## Clean up resources - Azure CLI
802800

803801
Once you're done, run the following command to delete your resource group and all the resources you created in this tutorial.
804802

805-
# [Azure CLI](#tab/azure-cli)
806-
807803
```azurecli-interactive
808804
az aro delete --resource-group $RESOURCEGROUP --name $ARO_CLUSTER_NAME
809805
```

0 commit comments

Comments
 (0)