Skip to content

Commit 1f40af8

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#118954
Updates the script type to Powershell under "Identifying the Application Insights resources by ingestion type"
1 parent 38f249b commit 1f40af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Use the following script to identify your Application Insights resources by inge
129129

130130
#### Example
131131

132-
```azurecli
132+
```powershell
133133
Get-AzApplicationInsights -SubscriptionId 'Your Subscription ID' | Format-Table -Property Name, IngestionMode, Id, @{label='Type';expression={
134134
if ([string]::IsNullOrEmpty($_.IngestionMode)) {
135135
'Unknown'

0 commit comments

Comments
 (0)