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

enter image description here

step 2: update method , run app f5

enter image description here

step 3: execute method

enter image description here

step 4: check operation details portal.

enter image description here


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -