Skip to content

Commit 881427b

Browse files
authored
Merge pull request #309835 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 5cc922c + 99e8e03 commit 881427b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/app-service/includes/tutorial-connect-app-app-clean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ In the preceding steps, you created Azure resources in a resource group.
2323
2424
```azurecli-interactive
2525
# delete app - do this for both frontend and backend client ids
26-
az ad app delete <client-id>
26+
az ad app delete --id <client-id>
2727
```

0 commit comments

Comments
 (0)