Reputation: 71
I use application insights integrated in VS 2015 and monitor server and client telemetry. But I configure app insights only for one instance of my web site.
How can i automatize creating application insights instances with equal parameters (alert rules, tests...)?
Upvotes: 1
Views: 444
Reputation: 1806
To do this you would need to use Azure Resource Manager (ARM) templates. There are some good links you can find on the Azure docs like below.
Basic Steps
Example web app template with AI
Deployment Documentation
Upvotes: 4