问题描述
您好,
我正在尝试遵循以下示例,该示例描述了如何安装和配置Terraform以便将VM和其他基础结构置备到Azure这里
I'm trying to follow the example of how to Install and configure Terraform to provision VMs and other infrastructure into Azure are describedhere
以下命令提供了订阅ID和租户ID.
The following command provided the subscription id and tenant id.
az帐户显示--query"{{subscriptionId:id,tenantId:tenantId}""
az account show --query "{subscriptionId:id, tenantId:tenantId}"
但是,以下命令提供了以下错误:
However, the following command provided the following error:
az帐户显示--query"{{subscriptionId:id,tenantId:tenantId}""
az account show --query "{subscriptionId:id, tenantId:tenantId}"
云"AzureCloud"中不存在"的订阅.
有人可以让我知道为什么我会收到错误消息吗?
Can someone let me know why I'm getting the error?
谢谢
卡尔顿
carlton
推荐答案
语法与错误:
正确的语法:
--------------------------- -------------------------------------------------- ------------------
如果此答案有帮助,请单击标记为答案"或上投票".为了提供有关您的论坛体验的其他反馈, 点击 > .
If this answer was helpful, click "Mark as Answer" or "Up-Vote". To provide additional feedback on your forum experience, click here.
这篇关于xxx'的订阅在云"AzureCloud"中不存在.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!