You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use the Azure CLI code examples in this article, you need to have the Azure CLI installed and configured. You can install the Azure CLI from the [Azure CLI documentation](https://docs.microsoft.com/cli/azure/install-azure-cli).
63
+
To use the Azure CLI code examples in this article, you need to have the Azure CLI installed and configured. You can install the Azure CLI from the [Azure CLI documentation](/azure/install-azure-cli).
64
64
65
65
### [Studio](#tab/azure-studio)
66
66
@@ -234,7 +234,7 @@ Azure machine learning models consist of the binary file(s) that represent a mac
234
234
235
235
Model registration allows you to store and version your models in the Azure cloud, in your workspace. The model registry helps you organize and keep track of your trained models.
236
236
237
-
For more information on how to create models in the registry, see [Work with models in Azure Machine Learning](how-to-manage-models).
237
+
For more information on how to create models in the registry, see [Work with models in Azure Machine Learning](how-to-manage-models.md).
238
238
239
239
## Environment
240
240
@@ -257,13 +257,13 @@ In custom environments, you're responsible for setting up your environment and i
257
257
258
258
### [Python SDK](#tab/sdk)
259
259
260
-
To create an environment using Python SDK v2, see [Create an envirnment](how-to-manage-environments-v2&tabs=python#create-an-environment).
260
+
To create an environment using Python SDK v2, see [Create an envirnment](how-to-manage-environments-v2.md&tabs=python#create-an-environment).
261
261
262
262
This [Jupyter notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/assets/environment/environment.ipynb) shows more ways to create custom environments using SDK v2.
263
263
264
264
### [Azure CLI](#tab/cli)
265
265
266
-
To create an environment using CLI v2, see [Create an envirnment](how-to-manage-environments-v2&tabs=cli#create-an-environment).
266
+
To create an environment using CLI v2, see [Create an envirnment](how-to-manage-environments-v2.md&tabs=cli#create-an-environment).
267
267
268
268
For more information, see [environment YAML schema](reference-yaml-environment.md).
0 commit comments