Elevating Access for Global Administrators in Azure
I’m Amir Rouhanipoor, an IT Consultant specializing in Azure and cloud solutions. I help organizations streamline their IT and drive growth through secure, efficient cloud technologies.
Search for a command to run...
I’m Amir Rouhanipoor, an IT Consultant specializing in Azure and cloud solutions. I help organizations streamline their IT and drive growth through secure, efficient cloud technologies.
No comments yet. Be the first to comment.
PowerShell Script for VM Size Comparison This script lists all session hosts with their host pool, VM name, and VM size across all host pools(loop through multiple resource groups): Connect-AzAccount # Get all host pools $hostPools = Get-AzWvdHostPo...
M03 - Unit 4: Configure an ExpressRoute Gateway Exercise Scenario To connect your Azure virtual network to your on-premises network using ExpressRoute, you must first create a virtual network gateway. A virtual network gateway serves two key purposes...
M02-Unit 3 Create and configure a virtual network gateway Scenario You will configure a VPN gateway to securely connect CoreServicesVnet (East US) and ManufacturingVnet (North Europe) using VNet-to-VNet VPN. Task 1: Create CoreServicesVnet and Manuf...
Introduction Azure ExpressRoute is a private, enterprise-grade connection that enables secure and reliable network connectivity between your on-premises infrastructure and Microsoft’s global network. It bypasses the public internet and provides high ...
You need to create three virtual networks: 1. CoreServicesVnet Region: East US Purpose: Main network (web services, databases, shared services like DC/DNS). Connectivity: Needs VPN connection to on-premises. Address Space: Large (because of expe...
Global Administrators in Microsoft Entra ID may need to elevate access to:
Regain or grant access to Azure subscriptions or management groups.
View all Azure subscriptions or management groups in the organization.
Enable automation apps to access all Azure subscriptions or management groups.
Microsoft Entra ID and Azure resources have independent security models.
Global Administrators do not automatically have access to Azure subscriptions.
Elevating access assigns the User Access Administrator role at the root scope (/), allowing management of all subscriptions and management groups.
This role should be removed after necessary changes are made.
Sign in to the Azure portal as a Global Administrator.
Go to Microsoft Entra ID > Properties.
Enable Access management for Azure resources by setting the toggle to Yes.
Click Save, then sign out and sign back in.
You now have User Access Administrator permissions at the root scope.
Sign in as the same user who elevated access.
Navigate to Microsoft Entra ID > Properties.
Set the Access management for Azure resources toggle to No.
Sign out as Global Administrator.
This setting is user-specific and does not apply to all Global Administrators.