< Previous Challenge - Home - Next Challenge >
Now things are running on Azure, how can we keep an eye on what's going on? And what about the logs?
Create an Application Insights instance and connect the application running on the App Service to use that instance. Make sure that credentials are in a KeyVault and app settings don’t contain any credentials/keys in cleartext.
- Verify the application is working by creating a new owner, a new pet and a new visit through the new webapp
- Verify that Application Insights is collecting metrics and logs
- The Application Map in Application Insights contains the App Service instance and the MySQL database
- No files should be modified for this challenge
App Service doesn't contain the Azure Application Insights agent jar, you'll need to include it when you deploy your application.