Set Webapp HTTP Version to 2.0

This CLI command requires 'Microsoft.Web/sites/{app_name}/config/*' permission. Successful execution sets HTTP version to 2.0, which has additional performance improvements on the head-of-line blocking problem of old HTTP version, header compression, and prioritization of requests.

Cloud Security Posture Management Playbooks

Details

ID9434384e8afc3eae70beb517833ec4b2
Suggestion ReasonRecommended for remediating Azure App Service Web app that doesn't use HTTP 2.0
{
  "trigger_id": "9434384e8afc3eae70beb517833ec4b2",
  "playbook_id": "",
  "suggestion_reason": "Recommended for remediating Azure App Service Web app that doesn't use HTTP 2.0",
  "description": "This CLI command requires 'Microsoft.Web/sites/{app_name}/config/*' permission. Successful execution sets HTTP version to 2.0, which has additional performance improvements on the head-of-line blocking problem of old HTTP version, header compression, and prioritization of requests.",
  "trigger_name": "Set Webapp HTTP Version to 2.0",
  "automation_type": "command",
  "automation_id": "azure-appservice-webapp-config-update-http2-quick-action",
  "alerts_filter": {
    "filter": {
      "OR": [
        {
          "SEARCH_FIELD": "matching_service_rule_id",
          "SEARCH_TYPE": "EQ",
          "SEARCH_VALUE": "54957a87-ae1f-4776-a656-7a274498b153"
        }
      ]
    }
  }
}