question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Creating a Native App from Azure CLI

See original GitHub issue

Description

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:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
ams0commented, Oct 13, 2017

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.

1reaction
yugangw-msftcommented, Jun 15, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found