Skip to content

Commit 9b3544e

Browse files
committed
edits
1 parent c802c68 commit 9b3544e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-auth-aad.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The frontend application needs to the know the URL of the backend application fo
133133
az webapp config appsettings set --resource-group myAuthResourceGroup --name <front-end-app-name> --settings BACKEND_URL="https://<back-end-app-name>.azurewebsites.net"
134134
```
135135

136-
## 4. Call the backend
136+
## 4. Frontend calls the backend
137137

138138
Browse to the frontend app and return the _fake_ profile from the backend. This action validates that the frontend is successfully requesting the profile from the backend, and the backend is returning the profile.
139139

@@ -345,7 +345,7 @@ In the preceding steps, you created Azure resources in a resource group.
345345
1. Delete app registrations for both frontend and backend apps.
346346
347347
```azurecli-interactive
348-
# delete app - do this for both frontend and backend app
348+
# delete app - do this for both frontend and backend client ids
349349
az ad app delete <client-id>
350350
```
351351

0 commit comments

Comments
 (0)