August 2017
Intermediate to advanced
468 pages
12h 5m
English
To trigger the function based on the file upload to storage, we will need the storage account connection string. The connection string is dependent on the account name and the account key. Azure storage generates two access keys by default to allow "rolling" the keys without interruption of access to storage. The keys are used to authenticate access, and should be stored securely.
Let's take a look at the following steps to get the storage connection string needed for the blob triggered function: