Skip to content

Commit 92be636

Browse files
authored
Broken link fixed
1 parent a168be2 commit 92be636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/classic/deploy-with-resource-manager-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Connect-AzAccount
9999
```
100100
This step needs to be repeated for each session. Once authenticated, your subscription information should be displayed.
101101

102-
![Azure Account](/articles/marketplace/media/test-drive/azure-subscriptions.png)
102+
![Azure Account](/azure/marketplace/media/test-drive/azure-subscriptions.png)
103103

104104
Now that we have access to Azure, we can create the resource group.
105105

@@ -137,12 +137,12 @@ Another way to retrieve tokens of existing workspace is to use the Invoke-AzReso
137137
# List the primary and secondary tokens of all workspaces
138138
Get-AzResource |? { $_.ResourceType -Like "*MachineLearning/workspaces*"} |ForEach-Object { Invoke-AzResourceAction -ResourceId $_.ResourceId -Action listworkspacekeys -Force}
139139
```
140-
After the workspace is provisioned, you can also automate many Machine Learning Studio (classic) tasks using the [PowerShell Module for Machine Learning Studio (classic)](https://aka.ms/amlps).
140+
After the workspace is provisioned, you can also automate many Machine Learning Studio (classic) tasks using the [PowerShell Module for Machine Learning Studio (classic)](/previous-versions/azure/machine-learning/classic/powershell-module).
141141

142142
## Next steps
143143

144144
* Learn more about [authoring Azure Resource Manager Templates](../../azure-resource-manager/templates/syntax.md).
145145
* Have a look at the [Azure Quickstart Templates Repository](https://github.com/Azure/azure-quickstart-templates).
146146
* See the [Resource Manager template reference help](/azure/templates/microsoft.machinelearning/allversions)
147147

148-
<!--Link references-->
148+
<!--Link references-->

0 commit comments

Comments
 (0)