Skip to content

Commit b2875f6

Browse files
committed
Fix for tabs by reorg tab sections to avoid duplication on line 697
1 parent 6de39db commit b2875f6

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

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

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-redhat-openshift
66
ms.topic: quickstart
77
ms.custom: subject-armqs
88
ms.author: rahulmehta
9-
ms.date: 02/15/2022
9+
ms.date: 03/17/2022
1010
keywords: azure, openshift, aro, red hat, arm, bicep
1111
#Customer intent: I need to use ARM templates or Bicep files to deploy my Azure Red Hat OpenShift cluster.
1212
zone_pivot_groups: azure-red-hat-openshift
@@ -45,7 +45,6 @@ Bicep is a domain-specific language (DSL) that uses declarative syntax to deploy
4545
* [Azure CLI](/cli/azure/install-azure-cli).
4646

4747

48-
4948
## Create an ARM template or Bicep file
5049

5150

@@ -604,7 +603,7 @@ The template parameters below have default values. They can be specified, but th
604603
| `apiServerVisibility` | The visibility of the API server (`Public` or `Private`). | | Public
605604
| `ingressVisibility` | The ingress (entrance) visibility (`Public` or `Private`). | | Public
606605

607-
# [PowerShell](#tab/PowerShell)
606+
# [PowerShell](#tab/powershell)
608607

609608
### Before you begin - PowerShell
610609

@@ -693,7 +692,20 @@ New-AzResourceGroupDeployment -ResourceGroupName $resourceGroup @templateParams
693692
```
694693

695694
::: 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+
```
697709
# [Azure CLI](#tab/azure-cli)
698710

699711
### Before you begin - Azure CLI
@@ -782,7 +794,6 @@ az deployment group create \
782794
--parameters rpObjectId=$ARO_RP_SP_OBJECT_ID
783795
```
784796

785-
786797
## Connect to your cluster
787798

788799
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
791802

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

794-
# [PowerShell](#tab/powershell)
795-
796-
```powershell
797-
Remove-AzResourceGroup -Name $resourceGroup -Force
798-
```
799-
800805
# [Azure CLI](#tab/azure-cli)
801806

802807
```azurecli-interactive
@@ -819,3 +824,4 @@ Advance to the next article to learn how to configure the cluster for authentica
819824
* [Configure authentication with Azure Active Directory using the command line](configure-azure-ad-cli.md)
820825

821826
* [Configure authentication with Azure Active Directory using the Azure portal and OpenShift web console](configure-azure-ad-cli.md)i
827+

0 commit comments

Comments
 (0)