Skip to content

Commit d87ef31

Browse files
authored
Update azure-monitor-app-insights-azure-web-apps-arm-automation.md
1 parent 64a6aa8 commit d87ef31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

includes/azure-monitor-app-insights-azure-web-apps-arm-automation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ To create a Resource Manager template with the default Application Insights sett
4343

4444
1. Select **Review + create**. Then select **Download a template for automation**.
4545

46-
<!-- TODO: Update for Linux -->
4746
:::image type="content" source="../articles/azure-monitor/app/media/azure-web-apps/create-web-app.png" alt-text="Screenshot that shows the App Service web app creation menu." lightbox="../articles/azure-monitor/app/media/azure-web-apps/create-web-app.png":::
4847

4948
This option generates the latest Resource Manager template with all required settings configured.
@@ -55,7 +54,6 @@ In the following sample, replace all instances of `AppMonitoredSite` with your s
5554
> [!NOTE]
5655
> If using Windows, set `ApplicationInsightsAgent_EXTENSION_VERSION` to `~2`. If using Linux, set `ApplicationInsightsAgent_EXTENSION_VERSION` to `~3`.
5756
58-
<!-- TODO: Change ~2 to ~3 as default when image is changed to Linux -->
5957
```json
6058
{
6159
"resources": [
@@ -160,7 +158,6 @@ To enable the application monitoring through PowerShell, only the underlying app
160158
> [!NOTE]
161159
> If using Windows, set ApplicationInsightsAgent_EXTENSION_VERSION to `~2`. If using Linux, set ApplicationInsightsAgent_EXTENSION_VERSION to `~3`.
162160
163-
<!-- TODO: Change ~2 to ~3 as default when image is changed to Linux -->
164161
```powershell
165162
$app = Get-AzWebApp -ResourceGroupName "AppMonitoredRG" -Name "AppMonitoredSite" -ErrorAction Stop
166163
$newAppSettings = @{} # case-insensitive hash map

0 commit comments

Comments
 (0)