Skip to content

Commit 45fe80c

Browse files
authored
Fix delete command syntax for app registrations
missing param
1 parent 1f0d18d commit 45fe80c

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)