Skip to content

Commit d029605

Browse files
authored
Merge pull request #185935 from simonaco/patch-7
[Static Web Apps] remove unnecessary steps
2 parents 4e7acf8 + e871731 commit d029605

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

articles/static-web-apps/enterprise-edge.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,9 @@ A manual setup gives you full control over the CDN configuration including the c
6262

6363
* [Custom domain](./custom-domain.md) configured for your static web app with a time to live (TTL) set to less than 48 hrs.
6464
* An application deployed with [Azure Static Web Apps](./get-started-portal.md) that uses the Standard hosting plan.
65-
* The subscription has been re-registered for Microsoft.CDN Resource Provider.
6665

6766
# [Azure portal](#tab/azure-portal)
6867

69-
1. Navigate to your subscription in the Azure portal.
70-
71-
1. Select **Resource providers** in the left menu.
72-
73-
1. Click on **Microsoft.CDN** out of the list of resource providers.
74-
75-
1. Click **Register** or **Reregister**.
76-
7768
1. Navigate to your static web app in the Azure portal.
7869

7970
1. Select **Enterprise-grade edge** in the left menu.
@@ -89,7 +80,6 @@ A manual setup gives you full control over the CDN configuration including the c
8980
# [Azure CLI](#tab/azure-cli)
9081

9182
```azurecli
92-
az provider register --namespace 'Microsoft.CDN' --wait
9383
9484
az extension add -n enterprise-edge
9585
@@ -101,4 +91,4 @@ az staticwebapp enterprise-edge enable -n my-static-webapp -g my-resource-group
10191
## Next steps
10292

10393
> [!div class="nextstepaction"]
104-
> [Application configuration](configuration.md)
94+
> [Application configuration](configuration.md)

0 commit comments

Comments
 (0)