Microsoft Online - Change Subscription Page Behaviour
Overview
By default, our Microsoft Online Subscription page queries subscriptions from our Database, instead of loading subscriptions directly from Microsoft. This was chosen as default behaviour due to performance issues and seeing long loading times when retrieving subscription information from Microsoft.
Our software automatically synchronises the platform with Microsoft overnight to keep the subscriptions up to date, but in some cases if changes have been made externally to Atria the page could show invalid information.
In this guide, we will outline how to enable it to query Microsoft by default before failing back to the database.
Instructions
On the Provisioning server, run the below command as a user who is part of the "Atria ConfigService Users" group within Active Directory
- Set-AtriaConfig -ConfigKey 'MSOL_Subscriptions_IsDefaultSyncFromPartnerCenter' -ConfigValue 'true'
Once completed, re-load the Subscriptions page, and you should now see the page loading subscriptions from Microsoft Online.
To change this back to the default of loading from the database, reverse the command back to "false"
- Set-AtriaConfig -ConfigKey 'MSOL_Subscriptions_IsDefaultSyncFromPartnerCenter' -ConfigValue 'false'
Now, when reloading subscriptions we can see it has gone back to the default.

Related Articles
Microsoft Online Service Planning
Overview The Microsoft Online Service for Atria allows Customers and the service desk to manage tenants, licenses, users and features of Office 365 – with no access to the 365 admin portal. It reduces your risk, while still being able to effectively ...
Microsoft Online Group Management in Atria
Introduction to Group Management Groups are a fundamental feature used to control access and make information sharing easier. In the Microsoft 365 platform, there are four core group types, all of which have a core component in Azure AD. Many ...
Microsoft Online - How to configure your Customer plan
Overview The Microsoft Online service within Atria has been designed from the Ground Up with Customization and flexibility in mind. This means, that it can likely cater with most configuration scenarios you may come across with Microsoft Online ...
Microsoft Online - Update an existing Subscription
Overview Within Atria, you are able to quickly navigate to a customer and update their Microsoft 365 Subscriptions. This could be to rename, change quantity, or even modify if it's set to renew. 1. Navigate to your Atria Environment 2. Click ...
Connecting Atria to Microsoft Partner Center
Objective This article shows you how to set up a secure connection to Microsoft Partner Center which will be used for Atria to automate processes in Partner Center. The process itself should take less than 5 minutes to complete. Note: Before Atria ...