Skip to content

Commit b7ff72c

Browse files
authored
Merge pull request #115524 from mrbullwinkle/mrb_05_18_2020_workspace
small updates
2 parents 4e31f77 + 302c775 commit b7ff72c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/azure-monitor/app/create-workspace-resource.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the steps required to enable the new Azure Monitor Appl
44
author: mrbullwinkle
55
ms.author: mbullwin
66
ms.topic: conceptual
7-
ms.date: 12/02/2019
7+
ms.date: 05/18/2020
88

99
---
1010

@@ -36,9 +36,7 @@ Clicking the blue link text will take you to the associated Log Analytics worksp
3636
3737
## Copy the connection string
3838

39-
The [connection string]() identifies the resource that you want to associate your telemetry data with. It also allows you to modify the endpoints your resource will use as a destination for your telemetry. You will need to copy the connection string and add it to your application's code or to an environment variable.
40-
41-
![Click and copy the instrumentation key](./media/create-new-resource/instrumentation-key.png)
39+
The [connection string](https://docs.microsoft.com/azure/azure-monitor/app/sdk-connection-string?tabs=net) identifies the resource that you want to associate your telemetry data with. It also allows you to modify the endpoints your resource will use as a destination for your telemetry. You will need to copy the connection string and add it to your application's code or to an environment variable.
4240

4341
## Monitoring configuration
4442

@@ -189,6 +187,10 @@ Once a workspace-based Application Insights resource has been created, you can m
189187

190188
From within the Application Insights resource pane, select **Properties** > **Change Workspace** > **Log Analytics Workspaces**
191189

190+
## Export telemetry
191+
192+
The legacy continuous export functionality is not supported for workspace-based resources. Instead, select **Diagnostic settings** > **add diagnostic setting** from within your Application Insights resource. You can select all tables, or a subset of tables to archive to a storage account, or to stream to an Azure Event Hub.
193+
192194
## Next steps
193195

194196
* [Explore metrics](../../azure-monitor/platform/metrics-charts.md)

0 commit comments

Comments
 (0)