From the course: Getting Started with Microsoft Copilot for Azure
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Troubleshooting with Copilot
From the course: Getting Started with Microsoft Copilot for Azure
Troubleshooting with Copilot
- [Instructor] Welcome to the next video in this chapter. Here we are going to be looking at a more detailed example of how you can use Microsoft Copilot in Azure to troubleshoot an existing application. Let us go over to the Azure portal. Let's get started. So I'm here inside the Azure portal looking at an application. This is a simple to-do application right here. Let's just show you some code on how we can load test this application. So let me go over to Visual Studio Code. Here is some code that calls this application repeatedly a thousand times. And as you can see, a start time and time to calculate the elapsed time. Let's run this load test and let's look at how much time is spent in invoking these many requests. So as soon as this program completes, we'll see that just taking about 40 seconds. So maybe not the best performance that we can get out of this application. Let's just go back to the Copilot and let's see, why is my web application slow? And as you can see here, it…