Updated list of locations for data management zone
This commit is contained in:
Родитель
6254bb7256
Коммит
970944a927
|
@ -63,6 +63,8 @@ For now, we are recommending to select one of the regions mentioned below. The l
|
|||
- (US) South Central US
|
||||
- (US) West US 2
|
||||
|
||||
> **Note:** Purview is gradually being enabled across various Azure regions. If `Azure Purview` is not available in the region where you are deploying Data Management Zone, `purview.bicep` template (by default) will provision `Purview` in `West Europe`. Users can update this template and change it to a different region where [Azure Purview is available](https://azure.microsoft.com/en-us/global-infrastructure/services/?products=purview®ions=all).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Before we start with the deployment, please make sure that you have the following available:
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
"filterPlaceholder": "Filter items ...",
|
||||
"multiLine": true,
|
||||
"constraints": {
|
||||
"allowedValues": "[map(filter(steps('basics').deploymentDetails.locationsApi.value,(item) => contains(split('southafricanorth,southeastasia,japaneast,canadacentral,northeurope,westeurope,francecentral,germanywestcentral,uksouth,centralus,eastus,eastus2,southcentralus,westus2', ','), item.name)),(item) => parse(concat('{\"label\":\"', item.regionalDisplayName, '\",\"value\":\"', item.name, '\"}')))]",
|
||||
"allowedValues": "[map(filter(steps('basics').deploymentDetails.locationsApi.value,(item) => contains(split('southafricanorth,southeastasia,japaneast,canadacentral,northeurope,westeurope,francecentral,germanywestcentral,uksouth,centralus,eastus,eastus2,southcentralus,westus2,australiaeast,brazilsouth', ','), item.name)),(item) => parse(concat('{\"label\":\"', item.regionalDisplayName, '\",\"value\":\"', item.name, '\"}')))]",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -200,7 +200,7 @@
|
|||
"filterPlaceholder": "Filter items ...",
|
||||
"multiLine": true,
|
||||
"constraints": {
|
||||
"allowedValues": "[map(filter(steps('dataManagementZoneSettings').deploymentDetails.locationsApi.value,(item) => contains(split('southafricanorth,southeastasia,japaneast,canadacentral,northeurope,westeurope,francecentral,germanywestcentral,uksouth,centralus,eastus,eastus2,southcentralus,westus2', ','), item.name)),(item) => parse(concat('{\"label\":\"', item.regionalDisplayName, '\",\"value\":\"', item.name, '\"}')))]",
|
||||
"allowedValues": "[map(filter(steps('dataManagementZoneSettings').deploymentDetails.locationsApi.value,(item) => contains(split('southafricanorth,southeastasia,japaneast,canadacentral,northeurope,westeurope,francecentral,germanywestcentral,uksouth,centralus,eastus,eastus2,southcentralus,westus2,australiaeast,brazilsouth', ','), item.name)),(item) => parse(concat('{\"label\":\"', item.regionalDisplayName, '\",\"value\":\"', item.name, '\"}')))]",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
|
@ -403,7 +403,7 @@
|
|||
"filterPlaceholder": "Filter items ...",
|
||||
"multiLine": true,
|
||||
"constraints": {
|
||||
"allowedValues": "[map(filter(steps('dataLandingZoneSettings').deploymentDetails.locationsApi.value,(item) => contains(split('southafricanorth,southeastasia,japaneast,canadacentral,northeurope,westeurope,francecentral,germanywestcentral,uksouth,centralus,eastus,eastus2,southcentralus,westus2', ','), item.name)),(item) => parse(concat('{\"label\":\"', item.regionalDisplayName, '\",\"value\":\"', item.name, '\"}')))]",
|
||||
"allowedValues": "[map(filter(steps('dataLandingZoneSettings').deploymentDetails.locationsApi.value,(item) => contains(split('southafricanorth,southeastasia,japaneast,canadacentral,northeurope,westeurope,francecentral,germanywestcentral,uksouth,centralus,eastus,eastus2,southcentralus,westus2,australiaeast,brazilsouth', ','), item.name)),(item) => parse(concat('{\"label\":\"', item.regionalDisplayName, '\",\"value\":\"', item.name, '\"}')))]",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче