Skip to content

Commit 00aa5a0

Browse files
authored
Merge pull request #118942 from Ashi-Sunnam/patch-7
Update convert-classic-resource.md
2 parents 8609d85 + f76d570 commit 00aa5a0

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
@@ -130,7 +130,7 @@ Use the following script to identify your Application Insights resources by inge
130130
#### Example
131131

132132
```azurecli
133-
Get-AzApplicationInsights -SubscriptionId '1234abcd-5678-efgh-9012-ijklmnopqrst' | Format-Table -Property Name, IngestionMode, Id, @{label='Type';expression={
133+
Get-AzApplicationInsights -SubscriptionId 'Your Subscription ID' | Format-Table -Property Name, IngestionMode, Id, @{label='Type';expression={
134134
if ([string]::IsNullOrEmpty($_.IngestionMode)) {
135135
'Unknown'
136136
} elseif ($_.IngestionMode -eq 'LogAnalytics') {

0 commit comments

Comments
 (0)