We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e6922 commit c9f1924Copy full SHA for c9f1924
sdk/spring/spring-cloud-azure-integration-tests/test-resources/cosmos-spring/test-resources.json
@@ -44,7 +44,7 @@
44
"newAccountName": "[toLower(concat(parameters('baseName'), '2'))]",
45
"resourceId": "[resourceId('Microsoft.DocumentDB/databaseAccounts', variables('accountName'))]",
46
"newResourceId": "[resourceId('Microsoft.DocumentDB/databaseAccounts', variables('newAccountName'))]",
47
- "location": "westcentralus"
+ "location": "[resourceGroup().location]"
48
},
49
"resources": [
50
{
0 commit comments