How to add notes when creating and ad app via CLI?
I can enter in the GUI and read it via:
az ad app show --id $appid -o json | jq .notes
But how can I set on create of the app or update?
here the GUI for notes (two spots)


Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
How to add notes when creating and ad app via CLI?
I can enter in the GUI and read it via:
az ad app show --id $appid -o json | jq .notesBut how can I set on create of the app or update?
here the GUI for notes (two spots)
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.