setting up monitoring for integration to external systems from Azure -
i have created azure web app contains method brings file external system calling soap service. how can sett monitoring on particular method?
we can use application insights monitor our web application. can azure portal or visual studio tool, more details please refer document. following snippet document.
azure application insights monitors live application detect , diagnose performance issues , exceptions. helps discover how app used. works web apps feature of azure app service, apps hosted on own on-premises iis servers, or on cloud vms.
we can our azure portal, detail steps blow:
step 1: navigate web app in azure portal.
step 2: select application insights in monitoring blade service.
step 3: select create new resource , enter name.
step 4: select ok
i test asp.net mvc project on azure. following detail steps.
step 1: add application insights sdk
step 2: update method , run app f5
step 3: execute method
step 4: check operation details portal.
Comments
Post a Comment