๐ง Azure App Service is not registered with Microsoft Entra ID - prod.logic.yaml๐ข
- Contextual name: ๐ง prod.logic.yaml๐ข
- ID:
/ce/ca/azure/app-service/app-service-registered-with-microsoft-entra-id/prod.logic.yaml - Tags:
- ๐ข Logic test success
- ๐ข Logic with extracts
- ๐ข Logic with test data
Usesโ
Test Results ๐ขโ
Generated at: 2026-02-10T22:33:23.516544650Z Open
| Result | Id | Condition Index | Condition Text | Runtime Error |
|---|---|---|---|---|
| ๐ข | test1 | โ๏ธ 99 | โ๏ธ isDisappeared(CA10__disappearanceTime__c) | โ๏ธ null |
| ๐ข | test2 | โ๏ธ 199 | โ๏ธ extract('CA10__identityPrincipalId__c').isEmpty() | โ๏ธ null |
| ๐ข | test3 | โ๏ธ 200 | โ๏ธ otherwise | โ๏ธ null |
Generation Bundleโ
| File | MD5 | |
|---|---|---|
| Open | /ce/ca/azure/app-service/app-service-registered-with-microsoft-entra-id/policy.yaml | 4DE95CFAE996E810288F66012FBE33CB |
| Open | /ce/ca/azure/app-service/app-service-registered-with-microsoft-entra-id/prod.logic.yaml | 1367E5F7620288218F10C1844C043C68 |
| Open | /ce/ca/azure/app-service/app-service-registered-with-microsoft-entra-id/test-data.json | 64D549819F537B81A4E9137FF620D231 |
| Open | /types/CA10__CaAzureAppService__c/object.extracts.yaml | BA4130C0EACD0EA4C609D6BD75139054 |
Available Commandsโ
repo-manager policies generate FULL /ce/ca/azure/app-service/app-service-registered-with-microsoft-entra-id/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/azure/app-service/app-service-registered-with-microsoft-entra-id/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/azure/app-service/app-service-registered-with-microsoft-entra-id/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/azure/app-service/app-service-registered-with-microsoft-entra-id/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/azure/app-service/app-service-registered-with-microsoft-entra-id/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: "The App Service is not registered with Microsoft Entra ID."
remediationMessage: "Register the App Service with Microsoft Entra ID."
check:
IS_EMPTY:
arg:
EXTRACT: "CA10__identityPrincipalId__c"
otherwise:
status: "COMPLIANT"
currentStateMessage: "The App Service is registered with Microsoft Entra ID."