Skip to content

Commit 99e8e03

Browse files
Merge pull request #127899 from Manfrin92/patch-1
fix: delete command syntax for app registrations
2 parents 2744ab3 + 45fe80c commit 99e8e03

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)