Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Registration - Expose an API - Authorized client applications - Azure CLI

I would liked to add client application in app registration. Is it possible with Azure CLI ? Authorized Client Applications

Thank you

like image 434
Bertrand Pons Avatar asked Feb 20 '26 10:02

Bertrand Pons


2 Answers

I am afraid there is no such cli command to add client id in the "Authorized client applications".

like image 63
Tony Ju Avatar answered Feb 23 '26 07:02

Tony Ju


Here's the document to create an application with Azure CLI.

Also here is an example with the source code.

like image 21
Sajeetharan Avatar answered Feb 23 '26 07:02

Sajeetharan