File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ When using Azure App Service with Easy Auth behind Azure Front Door or other rev
164
164
165
165
** Export settings**
166
166
167
- ` az rest --uri /subscriptions/REPLACE-ME-SUBSCRIPTIONID/resourceGroups/REPLACE-ME-RESOURCEGROUP/providers/Microsoft.Web/sites/REPLACE-ME-APPNAME?api-version=2020-09-01 --method get > auth.json `
167
+ ` az rest --uri /subscriptions/REPLACE-ME-SUBSCRIPTIONID/resourceGroups/REPLACE-ME-RESOURCEGROUP/providers/Microsoft.Web/sites/REPLACE-ME-APPNAME/config/authsettingsV2 ?api-version=2020-09-01 --method get > auth.json `
168
168
169
169
** Update settings**
170
170
@@ -180,7 +180,7 @@ When using Azure App Service with Easy Auth behind Azure Front Door or other rev
180
180
181
181
**Import settings**
182
182
183
- `az rest --uri /subscriptions/REPLACE-ME-SUBSCRIPTIONID/resourceGroups/REPLACE-ME-RESOURCEGROUP/providers/Microsoft.Web/sites/REPLACE-ME-APPNAME?api-version=2020-09-01 --method put --body @auth.json`
183
+ `az rest --uri /subscriptions/REPLACE-ME-SUBSCRIPTIONID/resourceGroups/REPLACE-ME-RESOURCEGROUP/providers/Microsoft.Web/sites/REPLACE-ME-APPNAME/config/authsettingsV2 ?api-version=2020-09-01 --method put --body @auth.json`
184
184
185
185
## More resources
186
186
You can’t perform that action at this time.
0 commit comments