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
@@ -850,12 +839,9 @@ az network public-ip show --resource-group $MY_RESOURCE_GROUP_NAME --name $MY_AP
850
839
851
840
## Clean up resources
852
841
853
-
To remove your scale set and other resources, delete the resource group and all its resources with [az group delete](/cli/azure/group). The `--no-wait` parameter returns control to the prompt without waiting for the operation to complete. The `--yes` parameter confirms that you wish to delete the resources without another prompt to do so.
854
-
855
-
```azurecli-interactive
856
-
az group delete --name myResourceGroup --yes --no-wait
857
-
```
842
+
To avoid Azure charges, you should clean up unneeded resources. When you no longer need your scale set and other resources, delete the resource group and all its resources with [az group delete](/cli/azure/group). The `--no-wait` parameter returns control to the prompt without waiting for the operation to complete. The `--yes` parameter confirms that you wish to delete the resources without another prompt to do so. This tutorial cleans up resources for you.
858
843
859
844
## Next steps
860
-
> [!div class="nextstepaction"]
861
-
> [Learn how to create a scale set in the Azure Portal.](flexible-virtual-machine-scale-sets-portal.md)
845
+
-[Learn how to create a scale set in the Azure Portal.](flexible-virtual-machine-scale-sets-portal.md)
846
+
-[Learn about Virtual Machine Scale Sets.](overview.md)
847
+
-[Automatically scale a Virtual Machine Scale Set with the Azure CLI](tutorial-autoscale-cli.md)
0 commit comments