Skip to content

Commit f76d570

Browse files
authored
Update convert-classic-resource.md
updated subscription ID from "1234abcd-5678-efgh-9012-ijklmnopqrst" to "Your Subscription ID" as I did not want to expose my internal Azure Subscription
1 parent 16e42ba commit f76d570

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)