Skip to content

Commit

Permalink
fixing key =)
Browse files Browse the repository at this point in the history
  • Loading branch information
krnese committed Aug 18, 2016
1 parent ddf937e commit 0a1dea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-fabric-oms/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
],
"storageAccount": {
"id": "[resourceId('Microsoft.Storage/storageaccounts/', variables('applicationDiagnosticsStorageAccountName'))]",
"key": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('applicationDiagnosticsStorageAccountName')),'2015-06-15').keys[0].value]"
"key": "[listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('applicationDiagnosticsStorageAccountName')),'2015-06-15').key1]"
}
}
}
Expand Down

0 comments on commit 0a1dea2

Please sign in to comment.