Enable Cross-Region Inference Globally (Same-Cloud, Same-Region) (Pending)¶
Attention
This behavior change is in the 2026_06 bundle.
For the current status of the bundle, refer to Bundle history.
When this behavior change bundle is enabled, Snowflake sets the deployment default for CORTEX_ENABLED_CROSS_REGION to the geography-scoped value for your cloud provider and region, for eligible commercial accounts that have not already configured it. This enables Cortex features that require cross-region inference, including Cortex Code. All inference routing stays within your cloud provider. No data crosses to a different cloud provider.
If you have already set any explicit value for CORTEX_ENABLED_CROSS_REGION
(including DISABLED), this BCR has no effect on your account. Finance-sector,
healthcare-sector, government, FedRAMP, and VPS accounts are also excluded.
The following table shows the value this BCR sets for each supported cloud region:
| Cloud platform | Cloud region ID | Region name | Default value |
|---|---|---|---|
| AWS | us-west-2 | US West (Oregon) | AWS_US |
| AWS | us-east-1 | US East (N. Virginia) | AWS_US |
| AWS | us-east-2 | US East (Ohio) | AWS_US |
| AWS | ca-central-1 | Canada (Central) | AWS_US |
| AWS | eu-central-1 | EU (Frankfurt) | AWS_EU |
| AWS | eu-central-2 | EU (Zurich) | AWS_EU |
| AWS | eu-north-1 | EU (Stockholm) | AWS_EU |
| AWS | eu-west-1 | EU (Ireland) | AWS_EU |
| AWS | eu-west-2 | Europe (London) | AWS_EU |
| AWS | eu-west-3 | EU (Paris) | AWS_EU |
| AWS | ap-northeast-1 | Asia Pacific (Tokyo) | AWS_APJ |
| AWS | ap-northeast-2 | Asia Pacific (Seoul) | AWS_APJ |
| AWS | ap-northeast-3 | Asia Pacific (Osaka) | AWS_APJ |
| AWS | ap-south-1 | Asia Pacific (Mumbai) | AWS_APJ |
| AWS | ap-southeast-1 | Asia Pacific (Singapore) | AWS_APJ |
| AWS | ap-southeast-3 | Asia Pacific (Jakarta) | AWS_APJ |
| AWS | ap-southeast-5 | Asia Pacific (Malaysia) | AWS_APJ |
| AWS | ap-southeast-6 | Asia Pacific (New Zealand) | AWS_APJ |
| AWS | ap-southeast-7 | Asia Pacific (Thailand) | AWS_APJ |
| AWS | ap-southeast-2 | Asia Pacific (Sydney) | AWS_AU |
| AWS | sa-east-1 | South America (Sao Paulo) | Unchanged |
| AWS | af-south-1 | Africa (Cape Town) | Unchanged |
| AWS | me-central-1 | Middle East (UAE) | Unchanged |
| Azure | eastus | East US (Virginia) | AZURE_US |
| Azure | eastus2 | East US 2 (Virginia) | AZURE_US |
| Azure | southcentralus | South Central US (Texas) | AZURE_US |
| Azure | centralus | Central US (Iowa) | AZURE_US |
| Azure | westus2 | West US 2 (Washington) | AZURE_US |
| Azure | canadacentral | Canada Central (Toronto) | AZURE_US |
| Azure | mexicocentral | Mexico Central (Querétaro) | AZURE_US |
| Azure | northeurope | North Europe (Ireland) | AZURE_EU |
| Azure | westeurope | West Europe (Netherlands) | AZURE_EU |
| Azure | uksouth | UK South (London) | AZURE_EU |
| Azure | switzerlandnorth | Switzerland North (Zurich) | AZURE_EU |
| Azure | swedencentral | Sweden Central (Gävle) | AZURE_EU |
| Azure | uaenorth | UAE North (Dubai) | Unchanged |
| Azure | southeastasia | Southeast Asia (Singapore) | Unchanged |
| Azure | koreacentral | Korea Central (Seoul) | Unchanged |
| Azure | japaneast | Japan East (Tokyo) | Unchanged |
| Azure | centralindia | Central India (Pune) | Unchanged |
| Azure | australiaeast | Australia East (New South Wales) | Unchanged |
| Google Cloud | us-central1 | US Central1 (Iowa) | GCP_US |
| Google Cloud | us-east4 | US East4 (N. Virginia) | GCP_US |
| Google Cloud | europe-west2 | Europe West2 (London) | Unchanged |
| Google Cloud | europe-west3 | Europe West3 (Frankfurt) | Unchanged |
| Google Cloud | europe-west4 | Europe West4 (Netherlands) | Unchanged |
| Google Cloud | me-central2 | Middle East Central2 (Dammam) | Unchanged |
| Google Cloud | australia-southeast2 | Australia Southeast 2 (Melbourne) | Unchanged |
Regions with no available same-cloud, same-region routing value are listed as Unchanged.
- Before the change:
CORTEX_ENABLED_CROSS_REGIONis unset by default for most accounts. For those accounts, Cortex features that require cross-region inference, such as Cortex Code, can’t be used. For new accounts created in new organizations within commercial regions after March 9, 2026,ANY_REGIONis already the default.- After the change:
Snowflake sets the deployment default to the value for your cloud and region in the previous table (for example,
AWS_USorAZURE_EU). Cross-region inference is enabled within your cloud provider, and features such as Cortex Code can be used. Regions listed as Unchanged aren’t affected.
How to opt out¶
You can opt out at any time by setting CORTEX_ENABLED_CROSS_REGION at the account
level. An account setting overrides the deployment default this BCR sets. If you’ve
already set a value on the account, this BCR has no effect.
To disable cross-region inference entirely, run the following command as ACCOUNTADMIN:
To restrict cross-region inference to a specific geography instead of disabling it:
For a full list of supported values, see CORTEX_ENABLED_CROSS_REGION.
Ref: 2376