You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/convert-classic-resource.md
+6-38Lines changed: 6 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,49 +122,17 @@ When you query directly from the Log Analytics workspace, you only see data that
122
122
> 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.
123
123
124
124
125
-
## How to identify the Application Insights resources based on the ingestion types:
125
+
## Identifying the Application Insights resources by ingestion type
126
126
127
-
The below powershell script helps customers identify their Applicaiton Insights resources based on the ingestion types.
127
+
Use the following script to identify your Application Insights resources by ingestion type.
128
128
129
129
#### Example
130
130
131
-
```powershell
132
-
$subscription = "Your Subscription ID"
133
-
# $AzureContenxt = Connect-AzAccount ## this is part of Az.Accounts module
0 commit comments