Move MHSM to region with more availability (#5122)

* Move MHSM to region with more availability

Resolves #4613

* Trigger CI re-run

* Undo the trigger

---------

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
This commit is contained in:
Heath Stewart 2023-11-08 11:44:57 -08:00 committed by GitHub
parent e94719131d
commit a9c492a8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,56 @@
"description": "The location of the resource. By default, this is the same as the resource group."
}
},
"hsmLocation": {
"type": "string",
"defaultValue": "brazilsouth",
"allowedValues": [
"australiacentral",
"australiacentral2",
"australiaeast",
"brazilsouth",
"brazilsoutheast",
"canadacentral",
"canadaeast",
"centralindia",
"centralus",
"eastasia",
"eastus",
"eastus2",
"eastus2euap",
"francecentral",
"germanywestcentral",
"israelcentral",
"italynorth",
"japaneast",
"japanwest",
"koreacentral",
"northcentralus",
"northeurope",
"norwayeast",
"norwaywest",
"polandcentral",
"qatarcentral",
"southafricanorth",
"southcentralus",
"southindia",
"southeastasia",
"swedencentral",
"switzerlandnorth",
"switzerlandwest",
"uaenorth",
"uksouth",
"westcentralus",
"westeurope",
"westindia",
"westus",
"westus2",
"westus3"
],
"metadata": {
"description": "The location of the Managed HSM. By default, this is 'brazilsouth'."
}
},
"enableSoftDelete": {
"defaultValue": true,
"type": "Bool",
@ -225,7 +275,7 @@
"type": "Microsoft.KeyVault/managedHSMs",
"apiVersion": "[variables('hsmApiVersion')]",
"name": "[variables('hsmName')]",
"location": "[parameters('location')]",
"location": "[parameters('hsmLocation')]",
"sku": {
"family": "B",
"name": "Standard_B1"