Skip to content

Commit 67ce7e9

Browse files
Merge pull request #263487 from AnuragSingh-MSFT/patch-18
(AzureCXP) fixes MicrosoftDocs/azure-docs#118954
2 parents 38f249b + 1f40af8 commit 67ce7e9

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)