Reputation: 341
I have a paid-for Office 365 Developer account that I have accessed the underlying Azure subscription for.
Using the Azure Portal I created an "Application" in the Azure Active Directory for the account. I was able to save it and the Azure Portal reported "Success".
However trying to view the application(s) by clicking the "Applications" link in the WAAD in the Azure portal gives me this error.
"Could not load the list of applications. Try again later".
The "Details" button says
"Please try again. If the problem persists, contact support".
I have tried again. It doesn't work.
I have also tried to contact Microsoft Azure support, but they keep rejecting the issue because it is not "Billing Related".
Has anyone else had this issue and overcome it? Or has anyone actually had any luck logging a call with Azure Support?
Help appreciated!
Upvotes: 3
Views: 246
Reputation: 341
I eventually resolved this problem.
I used the Azure Active Directory Powershell commands to list all the "Applications" ( Get-MsolServicePrincipal ) that were within the AAD.
I was then able to use the "Remove" command to start taking away the entries one-by-one. Eventually I must have deleted the one entry causing the problem ... because now it is fixed and
Upvotes: 1