Skip to content

Commit 8e4ba61

Browse files
committed
continuous export deprecation notice
1 parent 5685043 commit 8e4ba61

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/azure-monitor/app/convert-classic-resource.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Workspace-based resources:
2424
2525
> [!IMPORTANT]
2626
> * On February 29, 2024, continuous export will be deprecated as part of the classic Application Insights deprecation.
27-
> * When you [migrate to a workspace-based Application Insights resource](convert-classic-resource.md), you must use [diagnostic settings](#diagnostic-settings-based-export) for exporting telemetry. All [workspace-based Application Insights resources](./create-workspace-resource.md) must use [diagnostic settings](./create-workspace-resource.md#export-telemetry).
27+
> * When you [migrate to a workspace-based Application Insights resource](convert-classic-resource.md), you must use [diagnostic settings](export-telemetry.md#diagnostic-settings-based-export) for exporting telemetry. All [workspace-based Application Insights resources](./create-workspace-resource.md) must use [diagnostic settings](./create-workspace-resource.md#export-telemetry).
2828
> * Diagnostic settings export might increase costs. For more information, see [Diagnostic settings-based export](export-telemetry.md#diagnostic-settings-based-export).
2929
3030
## New capabilities
@@ -47,7 +47,7 @@ Workspace-based Application Insights resources allow you to take advantage of th
4747

4848
When you migrate to a workspace-based resource, no data is transferred from your classic resource's storage to the new workspace-based storage. Choosing to migrate changes the location where new data is written to a Log Analytics workspace while preserving access to your classic resource data.
4949

50-
Your classic resource data will persist and be subject to the retention settings on your classic Application Insights resource. All new data ingested post migration will be subject to the [retention settings](../logs/data-retention-archive.md) of the associated Log Analytics workspace, which also supports [different retention settings by data type](../logs/data-retention-archive.md#set-retention-and-archive-policy-by-table).
50+
Your classic resource data persists and is subject to the retention settings on your classic Application Insights resource. All new data ingested post migration is subject to the [retention settings](../logs/data-retention-archive.md) of the associated Log Analytics workspace, which also supports [different retention settings by data type](../logs/data-retention-archive.md#set-retention-and-archive-policy-by-table).
5151

5252
*The migration process is permanent and can't be reversed.* After you migrate a resource to workspace-based Application Insights, it will always be a workspace-based resource. After you migrate, you can change the target workspace as often as needed.
5353

@@ -60,7 +60,7 @@ If you don't need to migrate an existing resource, and instead want to create a
6060
- Workspace-based Application Insights resources aren't compatible with workspaces set to the dedicated **workspace-based permissions** setting. To learn more about Log Analytics workspace access control, see the [Access control mode guidance](../logs/manage-access.md#access-control-mode).
6161
- If you don't already have an existing Log Analytics workspace, see the [Log Analytics workspace creation documentation](../logs/quick-create-workspace.md).
6262

63-
- **Continuous export** isn't supported for workspace-based resources and must be disabled. After the migration is finished, you can use [diagnostic settings](../essentials/diagnostic-settings.md) to configure data archiving to a storage account or streaming to Azure Event Hubs.
63+
- **Continuous export** isn't compatible with workspace-based resources and must be disabled. After the migration is finished, you can use [diagnostic settings](../essentials/diagnostic-settings.md) to configure data archiving to a storage account or streaming to Azure Event Hubs.
6464

6565
> [!CAUTION]
6666
> * Diagnostic settings use a different export format/schema than continuous export. Migrating breaks any existing integrations with Azure Stream Analytics.
@@ -116,7 +116,7 @@ You might have multiple Application Insights resources that store telemetry in o
116116
- Go to your Application Insights resource and select the **Logs** tab. All queries from this tab automatically pull data from the selected Application Insights resource.
117117
- Go to the Log Analytics workspace that you configured as the destination for your Application Insights telemetry and select the **Logs** tab. To query data from a specific Application Insights resource, filter for the built-in `_ResourceId` property that's available in all application-specific tables.
118118

119-
If you query directly from the Log Analytics workspace, you'll only see data that's ingested post migration. To see both your classic Application Insights data and the new data ingested after migration in a unified query experience, use the **Logs** tab from within your migrated Application Insights resource.
119+
When you query directly from the Log Analytics workspace, you only see data that's ingested post migration. To see both your classic Application Insights data and the new data ingested after migration in a unified query experience, use the **Logs** tab from within your migrated Application Insights resource.
120120

121121
> [!NOTE]
122122
> If you rename your Application Insights resource after you migrate to the workspace-based model, the Application Insights **Logs** tab no longer shows the telemetry collected before renaming. You can see all old and new data on the **Logs** tab of the associated Log Analytics resource.
@@ -133,7 +133,7 @@ To access the preview Application Insights Azure CLI commands, you first need to
133133
az extension add -n application-insights
134134
```
135135

136-
If you don't run the `az extension add` command, you'll see an error message that states `az : ERROR: az monitor: 'app-insights' is not in the 'az monitor' command group. See 'az monitor --help'.`
136+
If you don't run the `az extension add` command, you see an error message that states `az : ERROR: az monitor: 'app-insights' is not in the 'az monitor' command group. See 'az monitor --help'.`
137137

138138
Now you can run the following code to create your Application Insights resource:
139139

@@ -253,7 +253,7 @@ This section provides answers to common questions.
253253
There's usually no difference, with a couple of exceptions:
254254

255255
- Migrated Application Insights resources can use [Log Analytics commitment tiers](../logs/cost-logs.md#commitment-tiers) to reduce cost if the data volumes in the workspace are high enough.
256-
- Grandfathered Application Insights resources will no longer get 1 GB per month free from the original Application Insights pricing model.
256+
- Grandfathered Application Insights resources no longer get 1 GB per month free from the original Application Insights pricing model.
257257

258258
### How will telemetry capping work?
259259

@@ -265,23 +265,23 @@ There's no strict billing capping available.
265265

266266
There are no changes to ingestion-based sampling.
267267

268-
### Will there be any gap in data collected during migration?
268+
### Are there gaps in data collected during migration?
269269

270270
No. We merge data during query time.
271271

272-
### Will my old log queries continue to work?
272+
### Do old log queries continue to work?
273273

274-
Yes, they'll continue to work.
274+
Yes, they continue to work.
275275

276276
### Will my dashboards that have pinned metric and log charts continue to work after migration?
277277

278-
Yes, they'll continue to work.
278+
Yes, they continue to work.
279279

280-
### Will migration affect AppInsights API accessing data?
280+
### Does migration affect AppInsights API accessing data?
281281

282-
No. Migration won't affect existing API access to data. After migration, you can access data directly from a workspace by using a [slightly different schema](#workspace-based-resource-changes).
282+
No. Migration doesn't affect existing API access to data. After migration, you can access data directly from a workspace by using a [slightly different schema](#workspace-based-resource-changes).
283283

284-
### Will there be any impact on Live Metrics or other monitoring experiences?
284+
### Is there be any impact on Live Metrics or other monitoring experiences?
285285

286286
No. There's no impact to [Live Metrics](live-stream.md#live-metrics-monitor-and-diagnose-with-1-second-latency) or other monitoring experiences.
287287

@@ -317,7 +317,7 @@ The legacy **Continuous export** functionality isn't supported for workspace-bas
317317

318318
![Screenshot that shows the Continuous export Disable button.](./media/convert-classic-resource/disable.png)
319319

320-
- After you select **Disable**, you can go back to the migration UI. If the **Edit continuous export** page prompts you that your settings won't be saved, select **OK**. This prompt doesn't pertain to disabling or enabling continuous export.
320+
- After you select **Disable**, you can go back to the migration UI. If the **Edit continuous export** page prompts you that your settings aren't saved, select **OK**. This prompt doesn't pertain to disabling or enabling continuous export.
321321

322322
- After you've successfully migrated your Application Insights resource to workspace based, you can use diagnostic settings to replace the functionality that continuous export used to provide. Select **Diagnostics settings** > **Add diagnostic setting** in your Application Insights resource. You can select all tables, or a subset of tables, to archive to a storage account or stream to Azure Event Hubs. For more information on diagnostic settings, see the [Azure Monitor diagnostic settings guidance](../essentials/diagnostic-settings.md).
323323

0 commit comments

Comments
 (0)