From 350deee4a5abc2155b108e004177c8311d2485cd Mon Sep 17 00:00:00 2001 From: Aaron Maxwell Date: Thu, 2 Jan 2025 09:41:18 -0600 Subject: [PATCH] Removing link to private repo --- .../azure-monitor-app-insights-azure-web-apps-arm-automation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/articles/azure-monitor/includes/azure-monitor-app-insights-azure-web-apps-arm-automation.md b/articles/azure-monitor/includes/azure-monitor-app-insights-azure-web-apps-arm-automation.md index dbff579ba0..fba5f89904 100644 --- a/articles/azure-monitor/includes/azure-monitor-app-insights-azure-web-apps-arm-automation.md +++ b/articles/azure-monitor/includes/azure-monitor-app-insights-azure-web-apps-arm-automation.md @@ -33,8 +33,6 @@ The basic structure of the application settings JSON for an App Service resource ] ``` -For an example of a Resource Manager template with application settings configured for Application Insights, this [template](https://github.com/Andrew-MSFT/BasicImageGallery) can be helpful. Specifically, see the section that starts on [line 238](https://github.com/Andrew-MSFT/BasicImageGallery/blob/c55ada54519e13ce2559823c16ca4f97ddc5c7a4/CoreImageGallery/Deploy/CoreImageGalleryARM/azuredeploy.json#L238). - ### Automate the creation of an Application Insights resource and link to your newly created App Service resource To create a Resource Manager template with the default Application Insights settings, begin the process as if you were going to create a new web app with Application Insights enabled.