Skip to main content

🧠 Azure Application Gateway HTTP2 protocol is not enabled - prod.logic.yaml🟒

Uses​

Test Results πŸŸ’β€‹

Generated at: 2025-12-17T01:31:02.208173522Z Open

ResultIdCondition IndexCondition TextRuntime Error
🟒001βœ”οΈ 199βœ”οΈ extract('CA10__enableHttp2__c') == trueβœ”οΈ null
🟒002βœ”οΈ 200βœ”οΈ otherwiseβœ”οΈ null

Generation Bundle​

FileMD5
Open/ce/ca/azure/application-gateway/gateway-http2-protocol/policy.yaml4C93F9085B573FCDDEBA304A836F8978
Open/ce/ca/azure/application-gateway/gateway-http2-protocol/prod.logic.yaml229B06161F400B0365E0E9FF5408215C
Open/ce/ca/azure/application-gateway/gateway-http2-protocol/test-data.json7B9319CFE58A2BBD2B7595B248729644
Open/types/CA10__CaAzureApplicationGateway__c/object.extracts.yaml0D83E678F320459334C801870D84974C

Available Commands​

repo-manager policies generate FULL /ce/ca/azure/application-gateway/gateway-http2-protocol/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/azure/application-gateway/gateway-http2-protocol/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/azure/application-gateway/gateway-http2-protocol/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/azure/application-gateway/gateway-http2-protocol/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/azure/application-gateway/gateway-http2-protocol/prod.logic.yaml

Content​

Open File

---
inputType: "CA10__CaAzureApplicationGateway__c"
testData:
- file: "test-data.json"
importExtracts:
- file: /types/CA10__CaAzureApplicationGateway__c/object.extracts.yaml
conditions:
- status: "COMPLIANT"
currentStateMessage: "The HTTP2 protocol is enabled."
check:
IS_EQUAL:
left:
EXTRACT: "CA10__enableHttp2__c"
right:
BOOLEAN: true
otherwise:
status: "INCOMPLIANT"
currentStateMessage: "The HTTP2 protocol is not enabled."
remediationMessage: "Consider enabling the HTTP2 protocol."