Skip to content

Commit ac75bde

Browse files
committed
address public PR comments
1 parent cd92b47 commit ac75bde

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

articles/azure-monitor/app/website-monitoring.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Application Insights can gather telemetry data from any internet-connected appli
4343
| Settings | Value | Description |
4444
| ------------- |:-------------|:-----|
4545
| **Name** | Globally Unique Value | Name that identifies the app you are monitoring |
46-
| **Resource Group** | myResourceGroup | Name for the new resource group to host App Insights data |
46+
| **Resource Group** | myResourceGroup | Name for the new resource group to host App Insights data. You can create a new resource group or use an existing one. |
4747
| **Location** | East US | Choose a location near you, or near where your app is hosted |
4848

4949
2. Click **Create**.
@@ -129,6 +129,9 @@ To learn more advanced configurations for monitoring websites, check out the [Ja
129129
130130
If you plan to continue on to work with subsequent quickstarts or with the tutorials, do not clean up the resources created in this quickstart. Otherwise, if you do not plan to continue, use the following steps to delete all resources created by this quickstart in the Azure portal.
131131
132+
> [!NOTE]
133+
> If you used an existing resource group the instructions below will not work and you will need to just delete the individual Application Insights resource. Keep in mind anytime you delete a resource group all underyling resources that are members of that group will be deleted.
134+
132135
1. From the left-hand menu in the Azure portal, click **Resource groups** and then click **myResourceGroup**.
133136
2. On your resource group page, click **Delete**, type **myResourceGroup** in the text box, and then click **Delete**.
134137

articles/azure-monitor/learn/dotnetcore-quick-start.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ Application Insights can gather telemetry data from any internet-connected appli
4949
| Settings | Value | Description |
5050
| ------------- |:-------------|:-----|
5151
| **Name** | Globally Unique Value | Name that identifies the app you are monitoring |
52-
| **Resource Group** | myResourceGroup | Name for the new resource group to host App Insights data |
52+
| **Resource Group** | myResourceGroup | Name for the new resource group to host App Insights data. You can create a new resource group or use an existing one. |
5353
| **Location** | East US | Choose a location near you, or near where your app is hosted |
5454

5555
2. Click **Create**.
5656

57+
58+
5759
## Configure App Insights SDK
5860

5961
1. Open your ASP.NET Core Web App **project** in Visual Studio > Right-click on the AppName in the **Solution Explorer** > Select **Add** > **Application Insights Telemetry**.
@@ -103,6 +105,9 @@ Application Insights can gather telemetry data from any internet-connected appli
103105
## Clean up resources
104106
When you are done testing, you can delete the resource group and all related resources. To do so follow the steps below.
105107

108+
> [!NOTE]
109+
> If you used an existing resource group the instructions below will not work and you will need to just delete the individual Application Insights resource. Keep in mind anytime you delete a resource group all underyling resources that are members of that group will be deleted.
110+
106111
1. From the left-hand menu in the Azure portal, click **Resource groups** and then click **myResourceGroup**.
107112
2. On your resource group page, click **Delete**, type **myResourceGroup** in the text box, and then click **Delete**.
108113

articles/azure-monitor/learn/nodejs-quick-start.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Application Insights can gather telemetry data from any internet-connected appli
4747
| Settings | Value | Description |
4848
| ------------- |:-------------|:-----|
4949
| **Name** | Globally Unique Value | Name that identifies the app you are monitoring |
50-
| **Application Type** | Node.js Application | Type of app you are monitoring |
50+
| **Resource Group** | myResourceGroup | Name for the new resource group to host App Insights data. You can create a new resource group or use an existing one. |
5151
| **Location** | East US | Choose a location near you, or near where your app is hosted |
5252

5353
2. Select **Create**.
@@ -126,6 +126,9 @@ To learn more about monitoring Node.js, check out the [additional App Insights N
126126

127127
When you are done testing, you can delete the resource group and all related resources. To do so follow the steps below.
128128

129+
> [!NOTE]
130+
> If you used an existing resource group the instructions below will not work and you will need to just delete the individual Application Insights resource. Keep in mind anytime you delete a resource group all underyling resources that are members of that group will be deleted.
131+
129132
1. From the left-hand menu in the Azure portal, select **Resource groups** and then select **myResourceGroup**.
130133
2. On your resource group page, select **Delete**, enter **myResourceGroup** in the text box, and then select **Delete**.
131134

0 commit comments

Comments
 (0)