msrest.exceptions.ValidationError:参数'resource_group_name'必须符合以下模式:'^ [-\\ w \\ ._ \\(\\)] + $'

时间:2019-04-23 15:27:28

标签: python exception azure-web-app-service azure-resource-group azure-cloud-shell

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 }}"

2 个答案:

答案 0 :(得分:0)

对于资源组名称,您应该看看Naming rules and restrictions

enter image description here

答案 1 :(得分:0)

我遇到了这个问题,但是通过删除资源组名称周围的引号解决了它。代表我的愚蠢错误,但这可能是这里的问题。

例如使用az group create -n my-groupname-rg -l northeurope 而不是:例如使用az group create -n 'my-groupname-rg' -l 'northeurope'