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 Service Provisioning
Objective This article provides a guide to configuring and provisioning the Microsoft Online Service within the Atria Platform. Before you Start After setting up the connection to Partner Center, update the service' customer plan- Service Deployments ...
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 Service Deployment
Objective This article provides a guide to installing the Microsoft Online (MSOL) service into the Atria Platform. Web Service and Schema Installation The first step for the deployment of any new Service is to install the Web Service (if required) ...