Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/EnterpriseScaleAnalytics-Prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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&regions=all).

## Prerequisites

Before we start with the deployment, please make sure that you have the following available:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/portal.dataManagementZone.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/portal.enterpriseScaleAnalytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down Expand Up @@ -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
}
}
Expand Down