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
The template used in this quickstart is from [Azure Quickstart templates](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-nat-gateway-1-vm/azuredeploy.json)
31
+
The template used in this quickstart is from [Azure Quickstart templates](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-cdn-with-custom-origin/azuredeploy.json)
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-cdn-with-custom-origin%2Fazuredeploy.json)
When no longer needed, you can use the [az group delete](/cli/azure/group#az-group-delete) command to remove the resource group and all resources contained within.
93
+
94
+
```azurecli-interactive
95
+
az group delete \
96
+
--name myResourceGroupCDN
97
+
```
98
+
99
+
**Azure PowerShell**
100
+
101
+
When no longer needed, you can use the [Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup?view=latest) command to remove the resource group and all resources contained within.
102
+
103
+
```azurepowershell-interactive
104
+
Remove-AzResourceGroup -Name myResourceGroupCDN
105
+
```
106
+
107
+
**Azure portal**
108
+
109
+
When no longer needed, delete the resource group, CDN profile, and all related resources. Select the resource group **myResourceGroupCDN** that contains the CDN profile and endpoint, and then select **Delete**.
41
110
42
111
## Next steps
43
112
44
-
To learn about adding a custom domain to your CDN endpoint, see the following tutorial:
113
+
In this quickstart, you created a:
114
+
115
+
* CDN Profile
116
+
* Endpoint
117
+
118
+
To learn more about Azure CDN and Azure Resource Manager, continue to the articles below.
45
119
46
-
> [!div class="nextstepaction"]
47
-
> [Tutorial: Add a custom domain to your Azure CDN endpoint](cdn-map-content-to-custom-domain.md)
120
+
* Read an [Overview of Azure CDN](cdn-overview.md)
121
+
* Learn more about [Azure Resource Manager](../azure-resource-manager/management/overview.md)
0 commit comments