I’m looking for ResourceProviderRegistration <htt...
# azure
l
I’m looking for ResourceProviderRegistration https://www.pulumi.com/registry/packages/azure/api-docs/core/resourceproviderregistration/ equivalent in
azure-native
. I was searching the
azure-native
api-docs but didn’t find anything. So I w It seems that I need to register the provider manually when I add DiagnosticSettings to resources. Initially I thought the registration happens automatically on first use. Does anyone have more insights and experience with ProviderRegistration? The goal is that our users don’t have to enable the providers manually before they run the pulumi programs (Which is what we do at the moment 🙂 ).