Wow! Monitor web apps running in azure VM and VMSS via app insights
Hi All!
Application insights monitors the telemetry of web applications, function app, APIM and etc.,
Consider a scenario that your organization has some web applications hosted in IIS of an azure VM and they want to monitor performance of those applications.
Azure VM was not the eligible candidate to map with Application insights then how can we monitor app(s) running inside azure VM?
Now azure offers the feature of monitoring azure vm's web applications through application insights generally available.
Please follow the below steps and have a look into the picture
- You need to have a connection string of an existing application insights. If have, copy it.
- Go to the VM which has web apps running in IIS
- Click "Extension+applications" and then click Add
- Find Application insights agent for .NET and click next
- Paste the copied connection string of app insights and click Review+Create
Note: It seems this feature can be suitable for windows azure VM because only Windows VM can have IIS
Comments
Post a Comment