File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ When creating a new Azure Cosmos DB account with PowerShell,
91
91
- pass the URI of the Azure Key Vault key copied from step 4 under the ** keyVaultKeyUri** property in the ** PropertyObject** ,
92
92
- make sure to use "2019-12-12" as the API version.
93
93
94
+ > [ !IMPORTANT]
95
+ > The ` Location ` parameter has to be set explicitly for the account to be successfully created with CMK.
96
+
94
97
``` powershell
95
98
$resourceGroupName = "myResourceGroup"
96
99
$accountLocation = "West US 2"
@@ -117,6 +120,9 @@ When creating a new Azure Cosmos DB account through an Azure Resource Manager te
117
120
- pass the URI of the Azure Key Vault key copied from step 4 under the ** keyVaultKeyUri** property in the ** properties** object
118
121
- make sure to use "2019-12-12" as the API version
119
122
123
+ > [ !IMPORTANT]
124
+ > The ` location ` parameter has to be set explicitly for the account to be successfully created with CMK.
125
+
120
126
``` json
121
127
{
122
128
"$schema" : " https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#" ,
You can’t perform that action at this time.
0 commit comments