Skip to Content
Serverless computing in Azure with .NET
book

Serverless computing in Azure with .NET

by Sasha Rosenbaum
August 2017
Intermediate to advanced
468 pages
12h 5m
English
Packt Publishing
Content preview from Serverless computing in Azure with .NET

Getting the storage connection string

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:

  1. To get your storage account connection string, navigate to Storage account -> Storage account name -> Access keys.
  1. Click on the ... button next to key1, and then click on View connection string. This is the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni
Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781787288393Supplemental Content