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

The local.settings.json file

The local.settings.json file is an analogue of the app.config file in a conventional .Net application. This file contains the configuration settings for your application that can be published to App Settings in your Azure Function App environment.

The AzureWebJobsStorage and AzureWebJobsDashboard settings define the connection to the data storage and the logs storage accounts respectively. By default, they are set to the same value. All functions, except the HTTP triggered ones, currently require these connection strings to point to Azure even when the function is run locally. This is because the Functions Runtime uses Azure queues to schedule all triggers other than the HTTP trigger.

To run your local Function ...

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