Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Deployment not possible due to network services error #314

Open
1 task done
pvath opened this issue Feb 13, 2023 · 3 comments
Open
1 task done

Bug: Deployment not possible due to network services error #314

pvath opened this issue Feb 13, 2023 · 3 comments
Assignees
Labels
backlog Backlog item bug Something isn't working

Comments

@pvath
Copy link

pvath commented Feb 13, 2023

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 pvath added backlog Backlog item bug Something isn't working labels Feb 13, 2023
@vanwinkelseppe
Copy link
Contributor

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
Copy link
Author

pvath commented May 25, 2023

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
Copy link
Contributor

Hi @pvath,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Backlog item bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants