Skip to content

Commit

Permalink
Update geo codes for Azure Backup (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
krowlandson authored Aug 23, 2022
1 parent 63161bb commit 8b58833
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions infra-as-code/bicep/modules/privateDnsZones/privateDnsZones.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ var varAzBackupGeoCodes = {
australiaeast: 'ae'
australiasoutheast: 'ase'
brazilsouth: 'brs'
brazilsoutheast: 'bse'
centraluseuap: 'ccy'
canadacentral: 'cnc'
canadaeast: 'cne'
Expand All @@ -88,12 +89,15 @@ var varAzBackupGeoCodes = {
westindia: 'inw'
japaneast: 'jpe'
japanwest: 'jpw'
jioindiacentral: 'jic'
jioindiawest: 'jiw'
koreacentral: 'krc'
koreasouth: 'krs'
northcentralus: 'ncus'
northeurope: 'ne'
norwayeast: 'nwe'
norwaywest: 'nww'
qatarcentral: 'qac'
southafricanorth: 'san'
southafricawest: 'saw'
southcentralus: 'scus'
Expand All @@ -110,16 +114,23 @@ var varAzBackupGeoCodes = {
westeurope: 'we'
westus: 'wus'
westus2: 'wus2'
westus3: 'wus3'
usdodcentral: 'udc'
usdodeast: 'ude'
usgovarizona: 'uga'
usgoviowa: 'ugi'
usgovtexas: 'ugt'
usgovvirginia: 'ugv'
usnateast: 'exe'
usnatwest: 'exw'
usseceast: 'rxe'
ussecwest: 'rxw'
chinanorth: 'bjb'
chinanorth2: 'bjb2'
chinanorth3: 'bjb3'
chinaeast: 'sha'
chinaeast2: 'sha2'
chinaeast3: 'sha3'
germanycentral: 'gec'
germanynortheast: 'gne'
}
Expand Down

0 comments on commit 8b58833

Please sign in to comment.