-
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
Feature Request: Add Azure Monitor Workbooks #5956
Comments
This comment has been minimized.
This comment has been minimized.
I tried my hand at implementing this but it's currently not possible to create workbooks with Azure GO SDK. |
I believe we should add a corresponding feature request to the Azure Go SDK project then. If you already did this, please add a link here! |
Agreed :) |
@Tirke see in the issue 2015-05-01 Is being used, is it possible to try 2018-06-17-preview? Or do we only have 2015 avialiable |
Hello @kaovd, API version is hardcoded in the Azure GO SDK used by the provider to create the actual resources, nothing can be done until the SDK supports this. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Azure has made the announcement that “Azure Application Gateway analytics will be retired on 29 February 2024” Where can I find the terraform code to deploy the Azure Monitor Network Insights workbook |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@ms-zhenhua is looking into this |
@ms-zhenhua it looks like this was reverted from going into the latest release, what is the plan for this feature? When can we expect it to be released? |
@ms-zhenhua When can we expect this feature release? |
Hi @VikramAIS, the PR for Azure Workbook is still under review. The feature will be released after the review is completed. |
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. |
This issue was originally opened by @akrone-hach as hashicorp/terraform#24241. It was migrated here as a result of the provider split. The original body of the issue is below.
Current Terraform Version
Use-cases
Add a resource in the Azure Provider to create Azure Monitor Workbooks. This would allow for out-of-the-box workbooks for each plan execution custom to the environment that was just created.
Attempted Solutions
Exporting the ARM template from the created Workbook and using the azurerm_template_deployment resource
Proposal
Add a resource that can create Azure Monitor Workbooks from the Terraform plan
References
Azure Monitor Workbooks Overview
Create interactive reports with Azure Monitor workbooks
The text was updated successfully, but these errors were encountered: