Uh oh!
There was an error while loading. Please reload this page.
minor fixes in 'Pushing output files' example - #358
Conversation
The `sharedKeys` object is not necessary to select the `storageAccount` object. Also, the `storageAccountName` is already an object in this script, but was referred as a string.
Brian Hoang (brnleehng)
commented
Jun 20, 2019
Hi zerweck Are you using an older version of the credentials configuration file? Thanks, |
Hi Brian Hoang (@brnleehng) Since this file is parsed via |
zerweck
commented
Jul 29, 2019
If have now identified the following two sources for the version of the credentials.json without the sharedKeys object:
The only place where it is created with the |
Brian Hoang (brnleehng)
commented
Jul 29, 2019
This appears the set up script is outdated. The config file should include sharedKeys property to support our AAD credentials. I'll take a look on adding the fix. Thanks, |
The
sharedKeysobject is not necessary to select thestorageAccountobject. Also, thestorageAccountNameis already an object in this script, but was referred as a string.