Does Azure Resource Manager is a service in the trusted Azure services list exception for storage account?

Simon Tremblay 20 Reputation points
2024-11-07T20:37:50.92+00:00

In the documentation here https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal#trusted-services we can't find any indication about Azure Resource Manager. Do you know if Azure Resource Manager is a part of trusted Azure services when we check that option in Network tab?

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,538 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marcin Policht 50,735 Reputation points MVP Volunteer Moderator
    2024-11-07T20:54:33.0733333+00:00

    ARM operates on the control plane - the services listed in the article you referenced are managed by corresponding resource providers.

    ARM typically operates via management APIs and doesn’t need direct, network-level access to data within a storage account. ARM orchestrates deployments but doesn’t itself access storage account contents over the network; the resources it deploys would access the storage account as needed (e.g., VMs with managed identities).


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.