data-management-zone
data-management-zone copied to clipboard
Bug: Deployment not possible due to network services error
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
- [X] I agree to follow this project's Code of Conduct
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)
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.
Hi @pvath,
I'll try to validate and adapt the documentation where needed!