File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,9 @@ A manual setup gives you full control over the CDN configuration including the c
62
62
63
63
* [ Custom domain] ( ./custom-domain.md ) configured for your static web app with a time to live (TTL) set to less than 48 hrs.
64
64
* 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.
66
65
67
66
# [ Azure portal] ( #tab/azure-portal )
68
67
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
-
77
68
1 . Navigate to your static web app in the Azure portal.
78
69
79
70
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
89
80
# [ Azure CLI] ( #tab/azure-cli )
90
81
91
82
``` azurecli
92
- az provider register --namespace 'Microsoft.CDN' --wait
93
83
94
84
az extension add -n enterprise-edge
95
85
@@ -101,4 +91,4 @@ az staticwebapp enterprise-edge enable -n my-static-webapp -g my-resource-group
101
91
## Next steps
102
92
103
93
> [ !div class="nextstepaction"]
104
- > [ Application configuration] ( configuration.md )
94
+ > [ Application configuration] ( configuration.md )
You can’t perform that action at this time.
0 commit comments