Creating a Native App from Azure CLI
See original GitHub issueDescription
How do I create a Native App from Azure CLI v2.0 ? If I try to follow instructions in
az ad app create -h
I believe I can only create a WebApp.
Environment summary
Install Method: How did you install the CLI? (e.g. pip, interactive script, apt-get, Docker, MSI, nightly)
Answer here:
MSI
CLI Version: What version of the CLI and modules are installed? (Use az --version
)
2.0.7
OS Version: What OS and version are you using?
Answer here:
Windows 10
Shell Type: What shell are you using? (e.g. bash, cmd.exe, Bash on Windows)
Answer here:
cmd.exe
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
az ad app - Microsoft Learn
Create a web application, web API or native application. az ad app credential. Manage an application's password or certificate credentials. az ad app...
Read more >29. Code to Cloud with `azd` | Building Cloud Native Apps
The Azure Developer CLI ( azd ) is a new, open source tool that makes it quick and simple for you to move...
Read more >Building Cloud-Native Applications with Azure - YouTube
Learn how to build cloud native applications with a breadth of developer services from Azure including Azure Functions, Azure Kubernetes ...
Read more >Deploying Docker containers on Azure
The Docker Azure Integration enables developers to use native Docker commands to run applications in Azure Container Instances (ACI) when building ...
Read more >How to Create an Azure Mobile App using PHP - Arpatech
The Azure cloud shell is a free bash shell which can be run directly within the Azure account. It has Azure CLI already...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please provide a way to use CLI to create Native and WebAPI application, as we need those for Kubernetes RBAC support: https://github.com/Azure/acs-engine/blob/master/docs/kubernetes/aad.md . Now the process involves using the portal, we would like to have the process automated via CLI.
All commands under
az ad
are there to support RBAC system. Native app is not supported because it plays no roles in the RBAC which requires confidential clients with their own credentials. At current point, we have no intention to cover the whole AAD area. I will close on this issue. For anyone who come across this issue, please vote up if you need such support as well