Skip to content

Commit 9bede3d

Browse files
Update concept-compute-target.md
updated relative links pointing to REST API reference to get the VM size
1 parent fa793ce commit 9bede3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-compute-target.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ While Azure Machine Learning supports these VM series, they might not be availab
141141
:::moniker range="azureml-api-1"
142142
> [!NOTE]
143143
> Azure Machine Learning doesn't support all VM sizes that Azure Compute supports. To list the available VM sizes, use the following method:
144-
> * [REST API](https://learn.microsoft.com/en-us/rest/api/azureml/virtual-machine-sizes/list?view=rest-azureml-2024-04-01&tabs=HTTP)
144+
> * [REST API](/rest/api/azureml/virtual-machine-sizes/list)
145145
:::moniker-end
146146
:::moniker range="azureml-api-2"
147147
> [!NOTE]
148148
> Azure Machine Learning doesn't support all VM sizes that Azure Compute supports. To list the available VM sizes, use one of the following methods:
149-
> * [REST API](https://learn.microsoft.com/rest/api/azureml/virtual-machine-sizes/list?view=rest-azureml-2024-04-01&tabs=HTTP)
149+
> * [REST API](/rest/api/azureml/virtual-machine-sizes/list)
150150
> * The [Azure CLI extension 2.0 for machine learning](how-to-configure-cli.md) command, [az ml compute list-sizes](/cli/azure/ml/compute#az-ml-compute-list-sizes).
151151
:::moniker-end
152152

0 commit comments

Comments
 (0)