tomasr / webapp-appinsights

Sample ARM template to deploy WebApp + Application Insights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying a WebApp + Application Insights using ARM

This sample contains a minimal Azure Resource Manager (ARM) template that shows how to:

  • Deploy a new AppServicePlan
  • Deploy a new WebApp on this ASP
  • Create a new Application Insights resource
  • Configure the AppInsights Instrumentation Key on the WebApp
  • Deploy the Application Insights site extension on the WebApp
  • Associate the WebApp and Application Insights resources so that the portal experience is complete

About

Sample ARM template to deploy WebApp + Application Insights


Languages

Language:PowerShell 100.0%