azure - 无法识别的参数 : --available-to-other-tenants --password Password@1212

标签 azure azure-cli

我正在尝试使用 Azure 应用服务创建应用程序。

但是,它显示上述错误:无法识别的参数:

我使用的命令是 --> az ad app create --available-to-other-tenants --display-name "rrwebappbot"--password "Password@1212"

enter image description here

最佳答案

对于命令: az ad app create

该错误表明给定参数“--available-to-other-tenants”不应用作命令的参数。您应该使用有效的参数。

我关注了Microsoft-Documentation ,请检查下面给出的命令是否正确。

示例:

az ad app create --display-name rithwikapp

enter image description here

您可以使用我提供的 Microsoft 文档中提到的其他参数。

关于azure - 无法识别的参数 : --available-to-other-tenants --password Password@1212,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73497272/

相关文章:

azure - 从 monorepo 构建多个镜像,其中每个服务都有自己的 Dockerfile

azure - Azure Pipelines 任务 Gradle@3 和 Gradle@2 之间有什么区别?

c# - 微软图: how to get all groups reusing the token generated through ADAL

Azure CLI echo 命令没有响应

azure-cli - 部署新版本的azure容器应用程序

azure-cli - 如何传递带空格的标签

azure-cli 登录获取 "self signed certificate in certificate chain"

node.js - Azure 文件共享 API - x-ms-version 的 header 格式无效

VM 的 Azure 定价

python - 将个人访问 token 通过管道传输到 Windows cmd 的 az devops login