|
22 | 22 | "sqlAdministratorPassword": { |
23 | 23 | "type": "SecureString" |
24 | 24 | }, |
| 25 | + "tagValues": { |
| 26 | + "defaultValue": {}, |
| 27 | + "type": "Object" |
| 28 | + } |
| 29 | + }, |
| 30 | + "variables": { |
| 31 | + "storageBlobDataContributorRoleID": "ba92f5b4-2d11-453d-a403-e96b0029c9fe", |
| 32 | + "defaultDataLakeStorageAccountUrl": "[concat('https://', parameters('defaultDataLakeStorageAccountName'), '.dfs.core.windows.net')]", |
25 | 33 | "setWorkspaceIdentityRbacOnFilesystem": { |
26 | 34 | "defaultValue": true, |
27 | 35 | "type": "Bool" |
|
34 | 42 | "defaultValue": "", |
35 | 43 | "type": "String" |
36 | 44 | }, |
37 | | - "tagValues": { |
38 | | - "defaultValue": {}, |
39 | | - "type": "Object" |
40 | | - }, |
41 | 45 | "storageSubscriptionID": { |
42 | 46 | "defaultValue": "[subscription().subscriptionId]", |
43 | 47 | "type": "String" |
|
51 | 55 | "type": "String" |
52 | 56 | } |
53 | 57 | }, |
54 | | - "variables": { |
55 | | - "storageBlobDataContributorRoleID": "ba92f5b4-2d11-453d-a403-e96b0029c9fe", |
56 | | - "defaultDataLakeStorageAccountUrl": "[concat('https://', parameters('defaultDataLakeStorageAccountName'), '.dfs.core.windows.net')]" |
57 | | - }, |
58 | 58 | "resources": [ |
59 | 59 | { |
60 | 60 | "type": "Microsoft.Synapse/workspaces", |
|
71 | 71 | "filesystem": "[parameters('defaultDataLakeStorageFilesystemName')]" |
72 | 72 | }, |
73 | 73 | "virtualNetworkProfile": { |
74 | | - "computeSubnetId": "[parameters('poolSubnetId')]" |
| 74 | + "computeSubnetId": "[variables('poolSubnetId')]" |
75 | 75 | }, |
76 | 76 | "sqlAdministratorLogin": "[parameters('sqlAdministratorLogin')]", |
77 | 77 | "sqlAdministratorLoginPassword": "[parameters('sqlAdministratorPassword')]" |
|
89 | 89 | "startIpAddress": "0.0.0.0", |
90 | 90 | "endIpAddress": "255.255.255.255" |
91 | 91 | }, |
92 | | - "condition": "[parameters('allowAllConnections')]" |
| 92 | + "condition": "[variables('allowAllConnections')]" |
93 | 93 | } |
94 | 94 | ] |
95 | 95 | }, |
|
122 | 122 | ] |
123 | 123 | } |
124 | 124 | }, |
125 | | - "subscriptionId": "[parameters('storageSubscriptionID')]", |
126 | | - "resourceGroup": "[parameters('storageResourceGroupName')]", |
127 | | - "condition": "[parameters('setWorkspaceIdentityRbacOnFilesystem')]" |
| 125 | + "subscriptionId": "[variables('storageSubscriptionID')]", |
| 126 | + "resourceGroup": "[variables('storageResourceGroupName')]", |
| 127 | + "condition": "[variables('setWorkspaceIdentityRbacOnFilesystem')]" |
128 | 128 | } |
129 | 129 | ], |
130 | 130 | "outputs": {} |
|
0 commit comments