🚀Launch Week 08, April 14th - 18th, 2025🚀
Mods
Azure

Policy: Azure > SQL > Server > Regions

Regions where Azure supports SQL Server. Guardrails updates this option as Azure expands their regional support. Unless there is an explicit requirement (e.g. accelerated regional support), it should not be set by Guardrails Administrators.

Targets

This policy targets the following resource types:

Controls

Setting this policy configures these controls:

Policy Specification

Default template
{% if $.regions.value | length == 0 %} [] {% endif %}{% for item in $.regions.value %}- '{{ item }}'
{% endfor %}
Default template input
|
{
regions: policyValue(uri:"tmod:@turbot/azure-sql#/policy/types/sqlRegionsDefault") {
value
}
}

Category

In Your Workspace

Developers