f5-azure-arm-templates-v2 icon indicating copy to clipboard operation
f5-azure-arm-templates-v2 copied to clipboard

Deployment is getting failed

Open Vishnushri781 opened this issue 8 months ago • 1 comments
trafficstars

I am trying to deploy F5 instances in Azure. I am using my lab Here is the template that I am following - https://github.com/F5Networks/f5-azure-arm-templates-v2 And I am getting permission errors

{ "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": "BadRequest", "message": "{\r\n "error": {\r\n "code": "RoleAssignmentUpdateNotPermitted",\r\n "message": "Tenant ID, application ID, principal ID, and scope are not allowed to be updated."\r\n }\r\n}" } ] }

{"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":"BadRequest","message":"{\r\n "error": {\r\n "code": "RoleAssignmentUpdateNotPermitted",\r\n "message": "Tenant ID, application ID, principal ID, and scope are not allowed to be updated."\r\n }\r\n}"}]}

Vishnushri781 avatar Mar 13 '25 18:03 Vishnushri781