How does Application Insights work?

You install a small instrumentation package in your application, and set up an Application Insights resource in the Microsoft Azure portal. The instrumentation monitors your app and sends telemetry data to the portal. (The application can run anywhere – it doesn’t have to be hosted in Azure.) You can instrument not only… Continue reading

What does Application Insights monitor?

Application Insights is aimed at the development team, to help you understand how your app is performing and how it’s being used. It monitors: Request rates, response times, and failure rates – Find out which pages are most popular, at what times of day, and where your users are. See which pages… Continue reading

What is Application Insights?

Application Insights is an extensible Application Performance Management (APM) service for web developers on multiple platforms. Use it to monitor your live web application. It will automatically detect performance anomalies. It includes powerful analytics tools to help you diagnose issues and to understand what users actually do with your app…. Continue reading

Use of Application Insights

Monitor Install Application Insights in your app, set up availability web tests, and: Set up a dashboard for your team room to keep an eye on load, responsiveness, and the performance of your dependencies, page loads, and AJAX calls. Discover which are the slowest and most failing requests. Watch Live Stream… Continue reading

Exam 70-583 : Designing and Developing Windows Azure Applications Part – 5

Question: Which of the following rightly explains Crash dumps Crash dumps logs information about Windows Azure application in event the application crashes Crash dumps logs information about Operating system in event of system crash Both 1 and 2 Crash dumps logs information about either Windows Azure application or Operating System… Continue reading

Exam 70-583 : Designing and Developing Windows Azure Applications Part – 4

Question: What is the size limit of a Windows Azure Drive? 1 KB 1 MB 1 GB 1 TB 1 PB Correct Answer: 4 Question: Partition Key and Row Key make up the composite primary key of which data storage medium? SQL Azure Table Blob Queue Service Configuration File Correct… Continue reading

Exam 70-583 : Designing and Developing Windows Azure Applications Part – 3

Question: CREATE TABLE Table1 (Col1 int, Col2 char(20)) INSERT INTO Table1 VALUES (1, ‘string1’) After running the above 2 statements in SQL Azure, one gets an error because There is no primary key on the table. There is no identity column in the table. There is no data in the… Continue reading

Exam 70-583 : Designing and Developing Windows Azure Applications Part – 2

Question: In SQL Azure, a business edition database can have a MAXSIZE value of 10 GB, 20 GB, 30 GB, 40 GB, or 50 GB. 10 GB or 50 GB 10 GB or 100 TB 1 GB, 10 GB or 50 GB 5GB, 50 GB Correct Answer: 1 Question: Which… Continue reading