Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Application Insights Connection String in azurerm_api_management_logger #25750

Open
1 task done
Tasdeep opened this issue Apr 25, 2024 · 0 comments
Open
1 task done

Comments

@Tasdeep
Copy link

Tasdeep commented Apr 25, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Description

Currently the azurerm_api_management_logger resource supports instrumentation_key via the application_insights block. As per Microsoft , this will no longer be supported come March 2025, and connection strings are needed instead. This is not supported in azurerm_api_management_logger and therefore needs to be added.

New or Affected Resource(s)/Data Source(s)

azurerm_api_management_logger

Potential Terraform Configuration

resource "azurerm_api_management_logger" "apim" {
  name                = example_name
  api_management_name = example_apimanagement_name
  resource_group_name = example_resource_group

  application_insights {
    connection_string = connection_string.value
  }
}

References

https://azure.microsoft.com/en-gb/updates/technical-support-for-instrumentation-key-based-global-ingestion-in-application-insights-will-end-on-31-march-2025/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants