Skip to content

Commit 56cb27c

Browse files
authored
Merge pull request #88150 from mrbullwinkle/mrb_09_11_2019_dotnet_updates
update NuGet packages guidance
2 parents 363ae7e + 42a1cab commit 56cb27c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

articles/azure-monitor/app/asp-net.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ If you want to set the resource group or the location where your data is stored,
5555

5656
![Screenshot of Register your app with Application Insights page](./media/asp-net/00005-register-ed.png)
5757

58+
Select **Project** > **Manage NuGet Packages** > **Package source: nuget.org** > Confirm that you have the latest stable release of the Application Insights SDK.
59+
5860
Telemetry will be sent to the [Azure portal](https://portal.azure.com), both during debugging and after you have published your app.
5961
> [!NOTE]
6062
> If you don't want to send telemetry to the portal while you're debugging, just add the Application Insights SDK to your app but don't configure a resource in the portal. You are able to see telemetry in Visual Studio while you are debugging. Later, you can return to this configuration page, or you could wait until after you have deployed your app and [switch on telemetry at run time](../../azure-monitor/app/monitor-performance-live-website-now.md).

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ Application Insights can gather telemetry data from any internet-connected appli
6565

6666
3. Select your account and subscription > Select the **Existing resource** you created in the Azure portal > Click **Register**.
6767

68-
4. Select **Debug** > **Start without Debugging** (Ctrl+F5) to Launch your app
68+
4. Select **Project** > **Manage NuGet Packages** > **Package source: nuget.org** > **Update** the Application Insights SDK packages to the latest stable release.
69+
70+
5. Select **Debug** > **Start without Debugging** (Ctrl+F5) to Launch your app
6971

7072
![Application Insights Overview Menu](./media/dotnetcore-quick-start/3debug.png)
7173

articles/azure-monitor/learn/quick-monitor-portal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ If you don't have an Azure subscription, create a [free](https://azure.microsoft
4646

4747
4. Select your subscription and click **Register**.
4848

49-
5. Run your application by either selecting **Start Debugging** from the **Debug** menu or by pressing the
49+
5. Select **Project** > **Manage NuGet Packages** > **Package source: nuget.org** > **Update** the Application Insights SDK packages to the latest stable release.
50+
51+
6. Run your application by either selecting **Start Debugging** from the **Debug** menu or by pressing the
5052
F5 key.
5153

5254
## Confirm app configuration

0 commit comments

Comments
 (0)