data-management-zone icon indicating copy to clipboard operation
data-management-zone copied to clipboard

Bug: Deployment not possible due to network services error

Open pvath opened this issue 2 years ago • 3 comments

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

pvath avatar Feb 13 '23 10:02 pvath

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)

vanwinkelseppe avatar May 24 '23 21:05 vanwinkelseppe

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.

pvath avatar May 25 '23 05:05 pvath

Hi @pvath,

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

vanwinkelseppe avatar May 25 '23 06:05 vanwinkelseppe