Providing subscription read access to a managed identity created with an azure managed application

Paul Edwards 81 Reputation points Microsoft Employee
2022-12-01T10:55:54.533+00:00

Is it possible to add subscription read access to a managed identity for an azure managed identity at deployment time? As far as I can see it will create group deployment.

Thank,
Paul

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.
114 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Evan Hissey 1 Reputation point Microsoft Employee
    2022-12-12T18:07:02.8+00:00

    If you were to have a managed service identity passed in by the customer, then you could utilize this during deployment to read a subscription. Managed Apps do not allow publishers to configure subscription level access, only access to the managed resource group that it deploys. All other levels of access would need to be passed in through an MSI for the publisher to use.

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/publish-managed-identity

    0 comments No comments