sathish @ Azure:〜/ quickstart / python-docs-hello-world $ az webapp up -n appname 该命令失败,出现意外错误。这是回溯:
- set_fact:
thing2: "{{ thing2|default([]) + [{
'hostname': 'app' ~ item,
'ipaddress': ipaddress_base ~ '.' ~ item,
'rmi_port': rmi_portbase ~ (item * 10)}]
}}"
loop: "{{ range(1, app_servers+1)|list }}"
答案 0 :(得分:0)
对于资源组名称,您应该看看Naming rules and restrictions:
答案 1 :(得分:0)
我遇到了这个问题,但是通过删除资源组名称周围的引号解决了它。代表我的愚蠢错误,但这可能是这里的问题。
例如使用az group create -n my-groupname-rg -l northeurope
而不是:例如使用az group create -n 'my-groupname-rg' -l 'northeurope'