A city IT team deploys a storage account from the Azure portal, then creates a virtual network with Azure CLI, and later updates a resource group with Azure PowerShell. Which Azure capability do all three methods use as the common control plane?
Select an answer to reveal the explanation.
Short Explanation
Think of Azure Resource Manager as the front desk every deployment walks through. Portal clicks, CLI commands, and PowerShell scripts all hand the same request to ARM, so Azure builds or changes resources one consistent way.
Full Explanation
Azure Resource Manager is the deployment and management service that sits behind the Azure portal, Azure CLI, Azure PowerShell, and REST clients. Regardless of which client the municipal team uses, create, update, and delete operations for Azure resources are processed through ARM. That common control plane enables consistent access control, tagging, locking, and template-based deployments across tools.