You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az group create --name $resourceGroupName --location "$location" &&
71
-
az group deployment create --resource-group $resourceGroupName --template-uri $templateUri
71
+
az deployment group create --resource-group $resourceGroupName --template-uri $templateUri
72
72
echo "Press [ENTER] to continue ..." &&
73
73
read
74
74
```
@@ -101,15 +101,19 @@ Notice the resourceType and sort elements in the URL.
101
101
102
102
## Review deployed resources
103
103
104
-
<!-- You can also use the title "Validate the deployment"-->
104
+
<!-- You can also use the title "Validate the deployment". -->
105
+
106
+
You can either use the Azure portal to check the deployed resources, or use Azure CLI or Azure PowerShell script to list the deployed resources.
105
107
106
108
## Clean up resources
107
109
108
110
When no longer needed, delete the resource group, which deletes the resources in the resource group.
109
111
110
112
<!--
111
113
112
-
Choose Azure CLI, Azure PowerShell, or Azure portal to delete the resource group. Use [Zone pivots](https://review.docs.microsoft.com/help/contribute/zone-pivots?branch=master) if you want to use multiple options. Here are the samples for Azure CLI and Azure PowerShell:
114
+
Choose Azure CLI, Azure PowerShell, or Azure portal to delete the resource group.
115
+
116
+
Here are the samples for Azure CLI and Azure PowerShell:
0 commit comments