We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4924c87 commit 73bd99bCopy full SHA for 73bd99b
1 file changed
samples/manage/synapse-analytics/workspace/azuredeploy.json
@@ -6,7 +6,11 @@
6
"type": "String"
7
},
8
"location": {
9
- "type": "String"
+ "defaultValue": "[resourceGroup().location]",
10
+ "type": "String",
11
+ "metadata": {
12
+ "description": "Do not change this value."
13
+ }
14
15
"defaultDataLakeStorageAccountName": {
16
"type": "String",
@@ -28,6 +32,7 @@
28
32
"type": "SecureString"
29
33
30
34
"setWorkspaceIdentityRbacOnFilesystem": {
35
+ "defaultValue": true,
31
36
"type": "Bool"
37
38
"allowAllConnections": {
@@ -39,7 +44,7 @@
39
44
40
45
41
46
"tagValues": {
42
- "defaultValue": {},
47
+ "defaultValue": {"Created with":"Azure Resource Manager deploment template"},
43
48
"type": "Object"
49
50
"storageSubscriptionID": {
0 commit comments