what can be use to monitor and backup configurational changes of an app service?

Vinh Pham 1 Reputation point
2021-07-15T05:29:15.317+00:00

when a person make changes to the configuration of an app service, there is no apps/services that would audit the changes made.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
215 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. svijay-MSFT 5,226 Reputation points Microsoft Employee
    2021-07-15T13:03:33.327+00:00

    You can make use of the Application Change Analysis in order monitor the changes.

    To enable the Application Change Analysis for the App Service. You could follow the below steps :

    Step 1 : Open the App service resource in the portal.

    Step 2 : Access the Diagnose & Solve Problems. Search for Changes. Click on the Application Changes.

    115030-image.png

    Step 3 : Click on the Enable Now

    115086-image.png

    Locate your AppService and toggle the status to ON and click Save

    115038-image.png

    ------------------------------

    Moving Forward all the changes will be tracked. You can View the changes by Accessing the "Application Changes" page (AppService -> Diagnose & Solve Problems -> (Search Changes) -> Application Changes )

    115101-image.png

    0 comments No comments