β Repository β π Compliance Engine β π CloudAware β π Azure β π SQL Database β π‘οΈ Database is located in a less cost-effective regionπ’
π§ Azure SQL Database is located in a less cost-effective region - prod.logic.yamlπ’
- Contextual name: π§ prod.logic.yamlπ’
- ID:
/ce/ca/azure/sql-database/database-cost-effective-region/prod.logic.yaml
- Tags:
- π’ Logic test success
- π’ Logic with extracts
- π’ Logic with test data
Usesβ
Test Results π’β
Generated at: 2025-10-01T12:47:02.443375738Z Open
Result | Id | Condition Index | Condition Text | Runtime Error |
---|---|---|---|---|
π’ | 001 | βοΈ 99 | βοΈ isDisappeared(CA10__disappearanceTime__c) | βοΈ null |
π’ | 002 | βοΈ 899 | βοΈ extract('CA10__locationName__c') == 'uksouth' | βοΈ null |
π’ | 003 | βοΈ 1199 | βοΈ extract('CA10__locationName__c') == 'westeurope' | βοΈ null |
π’ | 004 | βοΈ 2499 | βοΈ extract('CA10__locationName__c') == 'japaneast' | βοΈ null |
π’ | 005 | βοΈ 2700 | βοΈ otherwise | βοΈ null |
Generation Bundleβ
File | MD5 | |
---|---|---|
Open | /ce/ca/azure/sql-database/database-cost-effective-region/policy.yaml | 4E9F0AC1D3F876A06B4AAD1A48D11EBF |
Open | /ce/ca/azure/sql-database/database-cost-effective-region/prod.logic.yaml | EB028CD19A048E8C5A2FFAE19C012126 |
Open | /ce/ca/azure/sql-database/database-cost-effective-region/test-data.json | 475FD25A6E0B499882D1D44B239355B1 |
Open | /types/CA10__CaAzureSqlDatabase__c/object.extracts.yaml | B4BDC0B62AEF4B03FB276D037CE05688 |
Available Commandsβ
repo-manager policies generate FULL /ce/ca/azure/sql-database/database-cost-effective-region/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/azure/sql-database/database-cost-effective-region/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/azure/sql-database/database-cost-effective-region/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/azure/sql-database/database-cost-effective-region/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/azure/sql-database/database-cost-effective-region/prod.logic.yaml
Contentβ
---
inputType: "CA10__CaAzureSqlDatabase__c"
importExtracts:
- file: "/types/CA10__CaAzureSqlDatabase__c/object.extracts.yaml"
testData:
- file: 'test-data.json'
conditions:
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in westus which is more expensive than westus3 or westus2."
remediationMessage: "Consider migrating the Database to westus3 or westus2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "westus"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in westcentralus which is more expensive than westus3 or westus2."
remediationMessage: "Consider migrating the Database to westus3 or westus2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "westcentralus"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in southcentralus which is more expensive than northcentralus, westus3 or westus2."
remediationMessage: "Consider migrating the Database to northcentralus, westus3 or westus2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "southcentralus"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in centralus which is more expensive than northcentralus, westus3 or westus2."
remediationMessage: "Consider migrating the Database to northcentralus, westus3 or westus2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "centralus"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in canadaeast which is more expensive than eastus or eastus2."
remediationMessage: "Consider migrating the Database to eastus or eastus2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "canadaeast"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in canadacentral which is more expensive than eastus or eastus2."
remediationMessage: "Consider migrating the Database to eastus or eastus2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "canadacentral"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in ukwest which is more expensive than eu-west-1, eu-north-1, or eu-south-2."
remediationMessage: "Consider migrating the Database to eu-west-1, eu-north-1, or eu-south-2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "ukwest"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in uksouth which is more expensive than eu-west-1, eu-north-1, or eu-south-2."
remediationMessage: "Consider migrating the Database to eu-west-1, eu-north-1, or eu-south-2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "uksouth"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in francecentral which is more expensive than eu-west-1, eu-north-1, or eu-south-2."
remediationMessage: "Consider migrating the Database to eu-west-1, eu-north-1, or eu-south-2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "francecentral"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in francesouth which is more expensive than eu-west-1, eu-north-1, or eu-south-2."
remediationMessage: "Consider migrating the Database to eu-west-1, eu-north-1, or eu-south-2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "francesouth"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in westeurope which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "westeurope"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in germanywestcentral which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "germanywestcentral"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in germanynorth which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "germanynorth"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in switzerlandnorth which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "switzerlandnorth"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in switzerlandwest which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "switzerlandwest"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in italynorth which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "italynorth"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in polandcentral which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "polandcentral"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in norwayeast which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "norwayeast"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in norwaywest which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "norwaywest"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in swedensouth which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "swedensouth"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in spaincentral which is more expensive than swedencentral or northeurope."
remediationMessage: "Consider migrating the Database to swedencentral or northeurope."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "spaincentral"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in australiaeast which is more expensive than australiacentral or australiacentral2."
remediationMessage: "Consider migrating the Database to australiacentral or australiacentral2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "australiaeast"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in australiasoutheast which is more expensive than australiacentral or australiacentral2."
remediationMessage: "Consider migrating the Database to australiacentral or australiacentral2."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "australiasoutheast"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in japaneast which is more expensive than koreasouth."
remediationMessage: "Consider migrating the Database to koreasouth."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "japaneast"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in japanwest which is more expensive than koreasouth."
remediationMessage: "Consider migrating the Database to koreasouth."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "japanwest"
- status: "INCOMPLIANT"
currentStateMessage: "The Database is running in koreacentral which is more expensive than koreasouth."
remediationMessage: "Consider migrating the Database to koreasouth."
check:
IS_EQUAL:
left:
EXTRACT: CA10__locationName__c
right:
TEXT: "koreacentral"
otherwise:
status: "COMPLIANT"
currentStateMessage: "The VM is located in a cost-effective region."