File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ You can use Azure CLI or Azure PowerShell to deploy the Bicep file. For more inf
48
48
49
49
``` azurecli
50
50
# Create a resource group in one of the supported regions for Azure API Center
51
+
51
52
az group create --name exampleRG --location eastus
52
53
53
54
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
56
57
# [PowerShell](#tab/PowerShell)
57
58
58
59
```azurepowershell
60
+ # Create a resource group in one of the supported regions for Azure API Center
61
+
59
62
New-AzResourceGroup -Name exampleRG -Location eastus
60
63
61
64
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile ./main.bicep -apiName "<api-name>" -apiType "<api-type>"
You can’t perform that action at this time.
0 commit comments