< 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.
App Service doesn’t contain the Azure Application Insights agent jar, you’ll need to include it when you deploy your application.