AzurePack: How to remove a resource provider that is already been registered on the admin portal

 

To remove a resource provider from WAP portal like websites resource provider or SPF

  1. Go to database to get the instance ID from [Microsoft.MgmtSvc.Store].[MP].[Resourceproviders]
  2. Open PowerShell window as Run as administrator
  3. Run Get-Help remove-MgmtSvcResourceProviderConfiguration -details
  4. Remove-MgmtSvcResourceProviderConfiguration -Name <string> -Instancename <string>

Hope this helps!