File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,10 @@ Use the following commands to create these resources and retrieve the Azure Reso
69
69
70
70
1 . Create the Application Insights instance:
71
71
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
77
76
78
77
1. Create the Azure Key Vault:
79
78
You can’t perform that action at this time.
0 commit comments