๐ง Azure App Service does not run the latest HTTP version - prod.logic.yaml๐ข
- Contextual name: ๐ง prod.logic.yaml๐ข
- ID:
/ce/ca/azure/app-service/latest-http-version/prod.logic.yaml - Tags:
- ๐ข Logic test success
- ๐ข Logic with extracts
- ๐ข Logic with test data
Usesโ
Test Results ๐ขโ
Generated at: 2026-02-10T22:33:24.762927279Z Open
| Result | Id | Condition Index | Condition Text | Runtime Error |
|---|---|---|---|---|
| ๐ข | test1 | โ๏ธ 99 | โ๏ธ isDisappeared(CA10__disappearanceTime__c) | โ๏ธ null |
| ๐ข | test2 | โ๏ธ 199 | โ๏ธ extract('CA10__configHttp20__c') == 'Disabled' | โ๏ธ null |
| ๐ข | test3 | โ๏ธ 299 | โ๏ธ extract('CA10__configHttp20__c') == 'Enabled' | โ๏ธ null |
Generation Bundleโ
| File | MD5 | |
|---|---|---|
| Open | /ce/ca/azure/app-service/latest-http-version/policy.yaml | 22D35368349A6C35F2DB5D974AA0753C |
| Open | /ce/ca/azure/app-service/latest-http-version/prod.logic.yaml | 79D0573B5FF2FBF9C68D7AC8C644DF32 |
| Open | /ce/ca/azure/app-service/latest-http-version/test-data.json | E4FDBDD8DFE5974EFD6F421C74A9B21C |
| Open | /types/CA10__CaAzureAppService__c/object.extracts.yaml | BA4130C0EACD0EA4C609D6BD75139054 |
Available Commandsโ
repo-manager policies generate FULL /ce/ca/azure/app-service/latest-http-version/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/azure/app-service/latest-http-version/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/azure/app-service/latest-http-version/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/azure/app-service/latest-http-version/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/azure/app-service/latest-http-version/prod.logic.yaml
Contentโ
---
inputType: "CA10__CaAzureAppService__c"
importExtracts:
- file: "/types/CA10__CaAzureAppService__c/object.extracts.yaml"
testData:
- file: "test-data.json"
conditions:
- status: "INCOMPLIANT"
currentStateMessage: "App Service HTTP/2 is not enabled."
remediationMessage: "Enable HTTP/2."
check:
IS_EQUAL:
left:
EXTRACT: "CA10__configHttp20__c"
right:
TEXT: "Disabled"
- status: "COMPLIANT"
currentStateMessage: "App Service HTTP/2 is enabled."
check:
IS_EQUAL:
left:
EXTRACT: "CA10__configHttp20__c"
right:
TEXT: "Enabled"
otherwise:
status: "UNDETERMINED"
currentStateMessage: "Unexpected value in the field."