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

Staging slot reporting

By default, the metrics from the Function App staging deployment slot are being reported to the same Application Insights resource as production. This can generate confusion when trying to identify errors created by new code changes pushed to staging only. It is is recommended to separate the reporting of the staging slot metrics into a separate Application Insights resource.

To do so, in Azure Portal, execute the following steps:

  1. Navigate to Application Insights -> Add.
  2. Enter a new resource name.
  3. Set the application type to General, and enter your subscription, resource group, and location.
  4. Once the resource is deployed, go to Properties and copy the instrumentation key.
  5. Go to your Function App -> Slots -> Staging ...
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