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

Blob Storage triggered function

Unlike the HTTP-triggered function, this function requires an integration with Azure Storage, which is entirely cloud-based. The function can be run and debugged locally, but it requires the WebJobs job host to be based in Azure. To make sure that the job host is based in Azure, we need to set the AzureWebJobsStorage setting to our Azure Function App storage account connection string, as discussed in previous chapters.

We cannot debug a Blob Storage triggered function without an internet connection. We can, however, debug the function locally without using the Azure Portal to interact with the storage account. To connect to the storage account from the local computer, we need an application called Azure Storage ...

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