Skip to Content
Azure Serverless Computing Cookbook - Second Edition
book

Azure Serverless Computing Cookbook - Second Edition

by Praveen Kumar Sreeram, Jason Marston
November 2018
Intermediate to advanced
424 pages
10h 55m
English
Packt Publishing
Content preview from Azure Serverless Computing Cookbook - Second Edition

Integrating and testing an Application Insights query

Perform the following steps:

  1. Now, it's time to develop a query that provides us with the requests per hour derived metric value. Navigate to the Application Insights Overview blade and click on the Analytics button.
  2. You will be taken to the Analytics blade. Write the following query in the query tab. You can write your own query as per your requirements. Make sure that the query returns a scalar value:
        requests        | where timestamp > now(-1h)        | summarize count()
  1. Once you are done with your query, run it by clicking on the Run button to see the count of records, as shown in the following screenshot:
  1. We are now ready with the required Application Insights query. Let's integrate the query ...
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

Azure Serverless Computing Cookbook

Azure Serverless Computing Cookbook

Praveen Kumar Sreeram
Azure Serverless Computing Cookbook - Third Edition

Azure Serverless Computing Cookbook - Third Edition

Praveen Kumar Sreeram, Kasam Shaikh, Greg Leonardo
Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni

Publisher Resources

ISBN: 9781789615265Supplemental Content