You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Terraform (and AzureRM Provider)
azurerm 2.0.0
Affected Resource(s)
azurerm_api_management_diagnostic
Expected Behavior
api calls should be traced to an AI instance
Actual Behavior
diagnostics is enabled but not linked to the right AI logger
Steps to Reproduce
create an azurerm_api_management_logger/applicationinsights and an azurerm_api_management_diagnostic/applicationinsights resource
azurerm_api_management_logger is created and also azurerm_api_management_diagnostic is created and enabled, but there is no resource created under /diagnostics/applicationinsights/loggers/logger-name, which would link both
References
This is achieved by implementing the diagnosticlogger client, which is missing in the tf-azurerm resources.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Jun 14, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider)
Affected Resource(s)
azurerm_api_management_diagnostic
Expected Behavior
Actual Behavior
Steps to Reproduce
create an
azurerm_api_management_logger/applicationinsights
and anazurerm_api_management_diagnostic/applicationinsights
resourceazurerm_api_management_logger
is created and alsoazurerm_api_management_diagnostic
is created and enabled, but there is no resource created under/diagnostics/applicationinsights/loggers/logger-name
, which would link bothReferences
The text was updated successfully, but these errors were encountered: