I will share a little of my experience trying to build the teams Plades Web app components inside the Sargent & Lundy Azure Subscription. I was able to add an App Service Plan, which I needed to host my Web and API apps. When I went to add my Web app to my resource group I got the error... After doing a fair amount of searching for the answer on how to fix this problem, I realized that I needed to run some PowerShell commands to register the Microsoft.Insights service and tie it to the Sargent & Lundy Azure subscription. If you receive the message "The subscription doesn't have permissions to register the resource provider: Microsoft.SomeResource". This means that the resource you are trying to add has not been registered…