Assign Managed Identity to Web App

This CLI command requires 'Microsoft.Web/sites/{app_name}/config/*' permission. Successful execution sets managed service identity in App Service, which makes the app more secure by eliminating secrets from the app, such as credentials in the connection strings.

Cloud Security Posture Management Playbooks

Details

ID3ceea3b41166ed841fca7e7cb7a56cf7
Suggestion ReasonRecommended for remediating Azure App Service Webapps without a Managed Service Identity
{
  "trigger_id": "3ceea3b41166ed841fca7e7cb7a56cf7",
  "playbook_id": "",
  "suggestion_reason": "Recommended for remediating Azure App Service Webapps without a Managed Service Identity",
  "description": "This CLI command requires 'Microsoft.Web/sites/{app_name}/config/*' permission. Successful execution sets managed service identity in App Service, which makes the app more secure by eliminating secrets from the app, such as credentials in the connection strings.",
  "trigger_name": "Assign Managed Identity to Web App",
  "automation_type": "command",
  "automation_id": "azure-appservice-webapp-update-quick-action",
  "alerts_filter": {
    "filter": {
      "OR": [
        {
          "SEARCH_FIELD": "matching_service_rule_id",
          "SEARCH_TYPE": "EQ",
          "SEARCH_VALUE": "b6caba6b-cdb1-4db5-8045-9d0354a602de"
        }
      ]
    }
  }
}