As an indirect Microsoft partner, you don’t automatically receive access to your customer’s Azure subscriptions through Partner Center. However, you can still gain access by adding your partner tenant’s Admin Agent group to their subscription. This allows you to manage it using your partner login, similar to delegated permissions in Microsoft Admin Center.
Why This Matters
To use Sync 365’s automated Azure billing feature as an indirect provider, you must have access to your customers’ Azure subscriptions. Completing the steps below will enable automated billing to run correctly.
Prerequisites - Patner/MSP Tenant
Get the AdminAgents Object ID from your tenant (The MSP Tenant)
Log into your MSP tenant via https://portal.azure.com using an account with group admin privileges.
Go to Microsoft Entra > Groups.
Search for the group named "AdminAgents".
Copy the Object ID of that group — you’ll need this for the access script.
? This Object ID allows us to grant your tenant access to customer subscriptions for billing automation.
Add access to the customers Azure Subscription
There are 2 easy ways to give your partner tenant access to the customers azure subscription.
Choose one of these methods to complete
Powershell
This powershell script requires Az.Resources, Az.Reservations and Az.Accounts. These will be installed if needed.
- Either save the below script or copy it into Powershell.
- Run the script
- Sign in as the Global Administrator of the customer tenant you want to add access to.
- Enter in the ObjectID for AdminAgents that you got above
- Wait for script to complete
Azure Portal CLI
- Log into https://portal.azure.com as the global administrator for the client tenant.
- Click on the AzureCLI button
- Accept defaults to create a storage account for its use if required.
- Copy the below script and paste it into the azure CLI. NOTE: You must paste as plain text (right click > paste as plain text or ctrl+shift+v
- Enter in your AdminAgents ObjectID when prompted.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article