Azure / data-management-zone

Template to deploy the Data Management Zone of Cloud Scale Analytics (former Enterprise-Scale Analytics). The Data Management Zone provides data governance and management capabilities for the data platform of an organization.
MIT License
169 stars 87 forks source link

Bug: Synapse Private Link Hub Region #277

Closed marvinbuss closed 2 years ago

marvinbuss commented 2 years ago

Deployment Mode

Deploy To Azure

Steps to reproduce

Synapse Private Link Hub is just available in a small subset of regions that we need to capture.

Error Message

{
    "status": "Failed",
    "error": {
        "code": "LocationNotAvailableForResourceType",
        "message": "The provided location 'southindia' is not available for resource type 'Microsoft.Synapse/privateLinkHubs'. List of available regions for the resource type is 'westus2,eastus,northeurope,westeurope,southeastasia,australiaeast,westcentralus,southcentralus,eastus2,uksouth,westus,australiasoutheast,eastasia,brazilsouth,centralus,centralindia,japaneast,northcentralus,canadacentral,canadaeast,koreacentral,southafricanorth,ukwest,japanwest,francecentral,switzerlandnorth,germanywestcentral,norwayeast,uaenorth,westus3,jioindiawest'."
    }
}

Screenshots

No screenshots.

Code of Conduct