We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baecada commit 410284aCopy full SHA for 410284a
1 file changed
samples/manage/synapse-analytics/workspace/azuredeploy.json
@@ -5,13 +5,6 @@
5
"name": {
6
"type": "String"
7
},
8
- "location": {
9
- "defaultValue": "[resourceGroup().location]",
10
- "type": "String",
11
- "metadata": {
12
- "description": "Do not change this value."
13
- }
14
- },
15
"defaultDataLakeStorageAccountName": {
16
"type": "String",
17
"metadata": {
@@ -66,7 +59,7 @@
66
59
"type": "Microsoft.Synapse/workspaces",
67
60
"apiVersion": "2019-06-01-preview",
68
61
"name": "[parameters('name')]",
69
- "location": "[parameters('location')]",
62
+ "location": "[resourceGroup().location]",
70
63
"tags": "[parameters('tagValues')]",
71
64
"identity": {
72
65
"type": "SystemAssigned"
0 commit comments