Skip to content

Commit 1fa2b78

Browse files
Merge pull request #224696 from RyanHill-MSFT/issues/103413-incorrect-endpoints
(Azure CXP Community) update endpoints
2 parents 5b0587c + d8761c8 commit 1fa2b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/overview-authentication-authorization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ When using Azure App Service with Easy Auth behind Azure Front Door or other rev
164164

165165
**Export settings**
166166

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`
168168

169169
**Update settings**
170170

@@ -180,7 +180,7 @@ When using Azure App Service with Easy Auth behind Azure Front Door or other rev
180180

181181
**Import settings**
182182

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`
184184

185185
## More resources
186186

0 commit comments

Comments
 (0)