ARM 模板 - Windows 虚拟桌面 - Microsoft。DesktopVirtualization/hostpools 在 CanadaEast 不可用
ARM Template - Windows Virtual Desktop - Microsoft.DesktopVirtualization/hostpools not available in CanadaEast
我尝试使用 ARM 模板在加拿大东部地区部署虚拟桌面环境,但出现以下错误
The provided location 'canadaeast' is not available for resource type
'Microsoft.DesktopVirtualization/hostpools'. List of available regions for the resource
type is 'eastus,eastus2,westus,westus2,northcentralus,southcentralus,westcentralus,centralus'.
但是,根据文档 (https://docs.microsoft.com/en-us/azure/virtual-desktop/data-locations),“Windows 虚拟桌面当前可用于所有地理位置。”
我正在使用的 ARM 模板是这个:https://github.com/Azure/RDS-Templates/tree/master/ARM-wvd-templates/CreateAndProvisionHostPool
我在这里错过了什么?
查看以下文档,您需要在支持的元数据区域内找到您的主机池:
At the moment, we only support storing metadata in the United States
(US) Azure geography.
https://docs.microsoft.com/en-us/azure/virtual-desktop/data-locations
但是,如果需要,可以将您的 VM 添加到其他位置。
我尝试使用 ARM 模板在加拿大东部地区部署虚拟桌面环境,但出现以下错误
The provided location 'canadaeast' is not available for resource type
'Microsoft.DesktopVirtualization/hostpools'. List of available regions for the resource
type is 'eastus,eastus2,westus,westus2,northcentralus,southcentralus,westcentralus,centralus'.
但是,根据文档 (https://docs.microsoft.com/en-us/azure/virtual-desktop/data-locations),“Windows 虚拟桌面当前可用于所有地理位置。”
我正在使用的 ARM 模板是这个:https://github.com/Azure/RDS-Templates/tree/master/ARM-wvd-templates/CreateAndProvisionHostPool
我在这里错过了什么?
查看以下文档,您需要在支持的元数据区域内找到您的主机池:
At the moment, we only support storing metadata in the United States (US) Azure geography.
https://docs.microsoft.com/en-us/azure/virtual-desktop/data-locations
但是,如果需要,可以将您的 VM 添加到其他位置。