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 change analysis #11399

Open
ricohomewood opened this issue Apr 20, 2021 · 1 comment
Open

Support for application change analysis #11399

ricohomewood opened this issue Apr 20, 2021 · 1 comment

Comments

@ricohomewood
Copy link

ricohomewood commented Apr 20, 2021

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

Description

Please can we look to support Application Change Analysis as this enables us to configure file and configuration change tracking.
This is available via the Azure SDK for Go here: https://github.com/Azure/azure-sdk-for-go/tree/master/services/changeanalysis/mgmt/2021-04-01/changeanalysis

New or Affected Resource(s)

  • azurerm_monitor_application_change_analysis

Potential Terraform Configuration

resource "azurerm_monitor_application_change_analysis" "example" {
  name                        =  appconfig-change
  app_service_plan_id         = azurerm_app_service_plan.example.id
  enabled                     =  true
}

or

resource "azurerm_monitor_application_change_analysis" "example" {
  name                       =  appconfig-change
  app_service_id             = azurerm_app_service.example.id
  enabled                    =  true
}

The file and configuration change tracking can be enabled at the app service level which then enables for all web apps associated with that plan or at the individual app service

References

This is available via the Azure SDK for Go here: https://github.com/Azure/azure-sdk-for-go/tree/master/services/changeanalysis/mgmt/2021-04-01/changeanalysis

MS Doc: https://docs.microsoft.com/en-us/azure/azure-monitor/app/change-analysis

  • #0000
@neil-yechenwei
Copy link
Contributor

neil-yechenwei commented Mar 17, 2023

Thanks for raising this issue. Seems rest API only supports to set the profile of the change analysis like receiving the change notification and list the change of the resource for now. Once the feature you mentioned is supported, we will take another look. Thanks.

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

3 participants