Skip to content

Commit 95ea1d2

Browse files
committed
comments
1 parent 7e774b1 commit 95ea1d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/api-center/set-up-api-center-bicep.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ You can use Azure CLI or Azure PowerShell to deploy the Bicep file. For more inf
4848

4949
```azurecli
5050
# Create a resource group in one of the supported regions for Azure API Center
51+
5152
az group create --name exampleRG --location eastus
5253
5354
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters apiName="<api-name>" apiType="<api-type>"
@@ -56,6 +57,8 @@ You can use Azure CLI or Azure PowerShell to deploy the Bicep file. For more inf
5657
# [PowerShell](#tab/PowerShell)
5758
5859
```azurepowershell
60+
# Create a resource group in one of the supported regions for Azure API Center
61+
5962
New-AzResourceGroup -Name exampleRG -Location eastus
6063
6164
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep -apiName "<api-name>" -apiType "<api-type>"

0 commit comments

Comments
 (0)