Hi @Gosnell, Brian ,
Thanks for your post! I understand that you are receiving the following error on your QA and PROD subscriptions:
{ "code": "AuthError", "message": "An error occured in authentication or authorization. Make sure the resource provider has been registered with this subscription" }
This error means that you are not registered for Resource Health provider in those subscriptions. You need to enable the "Microsoft.ResourceHealth" Resource provider on your subscription by following the guidelines here:
https://learn.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-supported-services
https://learn.microsoft.com/en-us/rest/api/resources/providers/register
You can go to the Subscription > select Resource providers > select the "Microsoft.ResourceHealth" resource provider > and select "Register."
It looks like the 409 error is indicating that the resource provider is in an unavailable status in your subscriptions.
Once you register the resource provider on those to subscriptions, the error should be resolved.
-
If the information helped you, please Accept the answer. This will help us and other community members as well.