Skip to content

Commit

Permalink
Update ARM templates for storage and master
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Nov 7, 2018
1 parent 18f807c commit 9883e2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion StorageAccount.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"type": "Microsoft.Storage/storageAccounts",
"name": "[variables('storageAccount').name]",
"location": "[variables('storageAccount').location]",
"kind": "Storage",
"kind": "StorageV2",
"tags": "[variables('tags')]",
"sku": {
"name": "[variables('storageAccount').sku.name]",
Expand Down
2 changes: 1 addition & 1 deletion StorageAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resources:
type: Microsoft.Storage/storageAccounts
name: "[variables('storageAccount').name]"
location: "[variables('storageAccount').location]"
kind: Storage
kind: StorageV2
tags: "[variables('tags')]"
sku:
name: "[variables('storageAccount').sku.name]"
Expand Down
2 changes: 1 addition & 1 deletion azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"armConnectorName": {
"value": "[variables('logicApp').armConnectorName]"
},
"storageConnectorName": {
"tableStorageConnectorName": {
"value": "[variables('logicApp').storageConnectorName]"
}
}
Expand Down
2 changes: 1 addition & 1 deletion azuredeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ resources:
value: "[variables('logicApp').tableStorageTableName]"
armConnectorName:
value: "[variables('logicApp').armConnectorName]"
storageConnectorName:
tableStorageConnectorName:
value: "[variables('logicApp').storageConnectorName]"
outputs: {}

0 comments on commit 9883e2c

Please sign in to comment.