More Info:

Ensure that your Azure App Services web applications stay loaded all the time by enabling the Always On feature.

Risk Level

Medium

Address

Security

Compliance Standards

CBP

Triage and Remediation

Remediation

Enabling Always On for App Services in Azure ensures that your web application is always running and responsive. Here are the steps to remediate this misconfiguration in Azure using the Azure console:

  1. Log in to the Azure portal (https://portal.azure.com/).

  2. Navigate to the App Service that needs to be remediated.

  3. Click on the “Configuration” blade on the left-hand side of the screen.

  4. Scroll down to the “General settings” section and locate the “Always On” setting.

  5. Toggle the switch next to “Always On” to the “On” position.

  6. Click “Save” to apply the changes.

  7. Restart the App Service to ensure that the changes take effect.

Once you have completed these steps, your App Service will be configured to use Always On, ensuring that it is always running and responsive.