Skip to content

Workaround for terraform error - Cannot register provider Microsoft.TimeSeriesInsights

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?

The Azure Provider is automatically trying to register deprecated provider Microsoft.TimeSeriesInsights, added skip_provider_registration to mitigate terraform failing:

Original Error: Cannot register providers: Microsoft.TimeSeriesInsights. Errors were: Cannot register provider Microsoft.TimeSeriesInsights with Azure Resource Manager: unexpected status 400 with error: DisallowedProvider: The operation is not permitted for namespace 'Microsoft.TimeSeriesInsights'

  • [NA] I have updated the documentation accordingly.
  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


https://azure.microsoft.com/en-us/updates/we-re-retiring-azure-time-series-insights-on-7-july-2024-transition-to-azure-data-explorer/

https://github.com/hashicorp/terraform-provider-azurerm/issues/27466

Does this introduce a breaking change?


  • [NO]

Other information


Edited by Alexey Mayer

Merge request reports