Guardrails for GitHub →
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.

Resource Types

This policy targets the following resource types:

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