Azure website resource template error

后端 未结 5 1882
醉话见心
醉话见心 2021-01-01 09:52

I\'m attempting to use the AzureResourceManager PowerShell module to create and configure a website. I started with a template file generated by Visual Studio, which works

5条回答
  •  不知归路
    2021-01-01 10:17

    You may find the answer here. For child resources, the type and name have the same number of segments. This number of segments makes sense because the full name and type for the child includes the parent name and type. Therefore, the full name still has one less segment than the full type.

    https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/error-invalid-template

提交回复
热议问题