wet-noon-14291
01/16/2025, 10:53 PMerror: PUT <https://management.azure.com/subscriptions/4fd6df59-480d-4b34-9818-394062e697d6/resourceGroups/elkds-sandbox-tomas-rg/providers/Microsoft.App/containerApps/monostore-cart-module>
--------------------------------------------------------------------------------
RESPONSE 403: 403 Forbidden
ERROR CODE: LinkedAuthorizationFailed
--------------------------------------------------------------------------------
{
"error": {
"code": "LinkedAuthorizationFailed",
"message": "The client 'email' with object id 'ojbjectId' has permission to perform action '<http://Microsoft.App/containerApps/write|Microsoft.App/containerApps/write>' on scope '/subscriptions/4fd6df59-480d-4b34-9818-394062e697d6/resourceGroups/rgName/providers/Microsoft.App/containerApps/containerapp-name'; however, it does not have permission to perform action(s) '/join/action' on the linked scope(s) '/providers/Microsoft.App/managedEnvironments/envname' (respectively) or the linked scope(s) are invalid."
}
}
We have tried everything except giving owner access basically. Any ideas?melodic-tomato-39005
01/17/2025, 7:46 AMwet-noon-14291
01/17/2025, 9:21 AM"actions": [
"Microsoft.Web/kubeEnvironments/read",
"Microsoft.Web/kubeEnvironments/join/action",
"Microsoft.Web/containerApps/revisions/read",
"Microsoft.Web/containerApps/revisions/activate/action",
"Microsoft.Web/containerApps/revisions/deactivate/action",
"Microsoft.Web/containerApps/revisions/deactivate/restart/action",
"Microsoft.Web/containerApps/operationResults/read",
"Microsoft.Web/containerApps/write",
"Microsoft.Web/containerApps/read"
],
So it is very unclear what more I need. Contributor on the environment and resource group should be more than enough if you ask me.wet-noon-14291
01/17/2025, 9:25 AMmelodic-tomato-39005
01/17/2025, 10:25 AMadventurous-butcher-54166
01/29/2025, 11:06 AMContainer Apps Contributor
– It's not yet documented but it's there and can be assigned:
https://www.azadvertizer.net/azrolesadvertizer/358470bc-b998-42bd-ab17-a7e34c199c0f.htmlwet-noon-14291
01/29/2025, 11:36 AM