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: Deployment not possible due to network services error #314

Open pvath opened 1 year ago

pvath commented 1 year ago

Deployment Mode

Deploy To Azure

Steps to reproduce

Use template for data managment landing zone.

The deployment process fails with the follwing erros

{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details."}]}

going to the network service, we get the more detailded error code

{ "status": "Failed", "error": { "code": "StaticPublicIPCountLimitReached", "message": "Für das Abonnement in dieser Region können höchstens 3 öffentliche IP-Adressen mit statischer Zuweisungsmethode erstellt werden.", "details": [] } }

Is there any workaround?

Thanks

Error Message

{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details."}]} 

{
    "status": "Failed",
    "error": {
        "code": "StaticPublicIPCountLimitReached",
        "message": "Für das Abonnement in dieser Region können höchstens 3 öffentliche IP-Adressen mit statischer Zuweisungsmethode erstellt werden.",
        "details": []
    }
}

Screenshots

No response

Code of Conduct

vanwinkelseppe commented 1 year ago

Hi @pvath,

The error you are having is not related to this scenario, but has something to do with your subscription limits. I suggest contacting Microsoft support. [Azure support request] (https://docs.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request)

pvath commented 1 year ago

Hi @vanwinkelseppe,

Thanks for the answer. I think in this case the documentation (https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/cloud-scale-analytics/tutorials/tutorial-create-data-landing-zone) should be updated, because under the prerequisites the free azure subscribtion should be sufficient.

vanwinkelseppe commented 1 year ago

Hi @pvath,

I'll try to validate and adapt the documentation where needed!