Skip to content

Commit cfabf6a

Browse files
committed
To add head 2 section dividers for PowerShell and Azure CLI
1 parent 8ef26df commit cfabf6a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,11 @@ The template parameters below have default values. They can be specified, but th
603603
| `apiServerVisibility` | The visibility of the API server (`Public` or `Private`). | | Public
604604
| `ingressVisibility` | The ingress (entrance) visibility (`Public` or `Private`). | | Public
605605

606-
The following sections provide instructions using Powershell or Azure CLI.
606+
The following sections provide instructions using PowerShell or Azure CLI.
607+
608+
## PowerShell steps
609+
610+
Perform the following steps if you are using PowerShell.
607611

608612
### Before you begin - PowerShell
609613

@@ -704,6 +708,9 @@ Once you're done, run the following command to delete your resource group and al
704708
```powershell
705709
Remove-AzResourceGroup -Name $resourceGroup -Force
706710
```
711+
## Azure CLI steps
712+
713+
Perform the following steps if you are using Azure CLI.
707714

708715
### Before you begin - Azure CLI
709716

0 commit comments

Comments
 (0)