More Info:

Ensure that Microsoft Azure Security Center recommendations are examined and resolved.

Risk Level

High

Address

Security, Operational Maturity

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate this misconfiguration in Azure using Azure console, follow the steps below:

  1. Log in to the Azure portal (https://portal.azure.com/).
  2. Navigate to the Security Center from the left-hand menu.
  3. Click on the Recommendations tab to view all the recommendations.
  4. Select the recommendation that you want to remediate.
  5. Click on the Remediate button to start the remediation process.
  6. Follow the on-screen instructions to complete the remediation process.

Alternatively, you can also perform the remediation process using PowerShell. Here are the steps:

  1. Open PowerShell on your local machine.
  2. Connect to your Azure account using the following command: Connect-AzAccount
  3. Run the following command to get the list of recommendations: Get-AzSecurityRecommendation
  4. Select the recommendation that you want to remediate.
  5. Run the following command to remediate the recommendation: Invoke-AzSecurityRecommendationRemediation -ResourceId <resource-id> -RecommendationId <recommendation-id>

Note: Replace <resource-id> and <recommendation-id> with the actual values for the resource and recommendation that you want to remediate.