Skip to content

Commit 6fa540d

Browse files
Larry Franksmikefrobbins
andauthored
Update articles/machine-learning/how-to-manage-workspace-powershell.md
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent 5f6faf9 commit 6fa540d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/machine-learning/how-to-manage-workspace-powershell.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@ Use the following commands to create these resources and retrieve the Azure Reso
6969
7070
1. Create the Application Insights instance:
7171

72-
```azurepowershell-interactive
73-
$AppInsights = 'MyAppInsights'
74-
New-AzApplicationInsights -Name $AppInsights -ResourceGroupName $ResourceGroup -Location $Location
75-
$appid = (Get-AzResource -Name $AppInsights -ResourceGroupName $ResourceGroup).ResourceId
76-
```
72+
```azurepowershell-interactive
73+
$AppInsights = 'MyAppInsights'
74+
New-AzApplicationInsights -Name $AppInsights -ResourceGroupName $ResourceGroup -Location $Location
75+
$appid = (Get-AzResource -Name $AppInsights -ResourceGroupName $ResourceGroup).ResourceId
7776
7877
1. Create the Azure Key Vault:
7978

0 commit comments

Comments
 (0)