Managed application deployement failing with e "Forbidden"

Misra, Saurav 1 Reputation point
2021-11-11T17:00:11.303+00:00

{
"status": "Failed",
"error": {
"code": "ApplianceDeploymentFailed",
"message": "The operation to create appliance failed. Please check operations of deployment 'Sauravmarket123' under resource group '/subscriptions/bb99d58e-6c54-4164-b079-7dfd91110b65/resourceGroups/mrg-DMS-Marketplacev9-20211111220116'. Error message: 'At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.'",
"details": [
{
"code": "Forbidden",
"message": "{\r\n \"error\": {\r\n \"code\": \"LinkedAuthorizationFailed\",\r\n \"message\": \"The client 'b8023663-e0b0-4c82-9599-d51af9b266eb' with object id 'b8023663-e0b0-4c82-9599-d51af9b266eb' has permission to perform action 'Microsoft.Network/networkInterfaces/write' on scope '/subscriptions/bb99d58e-6c54-4164-b079-7dfd91110b65/resourcegroups/mrg-DMS-Marketplacev9-20211111220116/providers/Microsoft.Network/networkInterfaces/secgatewayvm_interface123'; however, it does not have permission to perform action 'Microsoft.Network/publicIPAddresses/join/action' on the linked scope(s) '/subscriptions/bb99d58e-6c54-4164-b079-7dfd91110b65/resourceGroups/DMS-Demo/providers/Microsoft.Network/publicIPAddresses/secgatewayvm_public_ip123' or the linked scope(s) are invalid.\"\r\n }\r\n}"
},
{
"code": "Forbidden",
"message": "{\r\n \"error\": {\r\n \"code\": \"LinkedAuthorizationFailed\",\r\n \"message\": \"The client 'b8023663-e0b0-4c82-9599-d51af9b266eb' with object id 'b8023663-e0b0-4c82-9599-d51af9b266eb' has permission to perform action 'Microsoft.Network/networkInterfaces/write' on scope '/subscriptions/bb99d58e-6c54-4164-b079-7dfd91110b65/resourcegroups/mrg-DMS-Marketplacev9-20211111220116/providers/Microsoft.Network/networkInterfaces/dmsvm_interface123'; however, it does not have permission to perform action 'Microsoft.Network/publicIPAddresses/join/action' on the linked scope(s) '/subscriptions/bb99d58e-6c54-4164-b079-7dfd91110b65/resourceGroups/DMS-Demo/providers/Microsoft.Network/publicIPAddresses/dmsvm_public_ip123' or the linked scope(s) are invalid.\"\r\n }\r\n}"
}
]
}
}

Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
115 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Monalla-MSFT 12,121 Reputation points
    2021-11-22T15:08:48.433+00:00

    @Misra, Saurav - I see that you have raised the same issue on other post here : https://learn.microsoft.com/en-us/answers/questions/624007/index.html

    Reiterating the same info here for broader audience :

    For creating a VM, the image has to be locally available in that region where you plan to spin off the VM or it should be kept in a Image Gallery replicated in all the regions so that the VM can be spinned off in any region. The above issue happens when the image is in different region and the VM is created in another region.

    Hope that helps.

    If the above response helped, please feel free to "Accept as Answer" so it can be beneficial to the community.

    0 comments No comments