-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to create application insights with workspace resource mode instead of classic #18707
Comments
Can someone help please ? |
Hey @onenessboy Taking a look at this now to see if I can replicate the issue |
@Amier3 do we have any update on this, did you try to replicate issue. please help |
@Amier3 do we have any update on this.. Please help |
Issue still exists with version 4.0.0 of azurerm provider. Saw an closed issue #13348 which describes a similar problem, which was opened in 2021 already. |
Additional information on this issue. In Azure portal application insights resources without linkd log analytics workspace get this warning: (The link leads to a page to configure a linked log analytics workspace and this documentation page Migrate to workspace-based Application Insights resources) With current azurerm v4.0.1 provider an azurerm_log_analytics_workspace resource doesn't get linked to an azurerm_application_insights resource. However, if using azurerm_log_analytics_workspace data provider in the application insights resource works. |
Is there an existing issue for this?
Community Note
Terraform Version
1.2.1
AzureRM Provider Version
3.21.1
Affected Resource(s)/Data Source(s)
azurerm_application_insights
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Created application insights with workspace mode
Actual Behaviour
It created with classic mode
Steps to Reproduce
terraform apply
Important Factoids
No response
References
#8575 , but in this dont know exactly how to use syntax for creating it in workspace mode
The text was updated successfully, but these errors were encountered: