Skip to content

Commit aa5819f

Browse files
Merge pull request #218578 from Blackmist/v1-v2-link
updating links to v2
2 parents 484d75d + 0229544 commit aa5819f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

articles/machine-learning/how-to-setup-customer-managed-keys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ For more information on customer-managed keys with Azure Cosmos DB, see [Configu
132132
### Azure Container Instance
133133
134134
> [!IMPORTANT]
135-
> Deploying to Azure Container Instances is not available in SDK or CLI v2. Only through SDK & CL v1.
135+
> Deploying to Azure Container Instances is not available in SDK or CLI v2. Only through SDK & CLI v1.
136136
137137
When __deploying__ a trained model to an Azure Container instance (ACI), you can encrypt the deployed resource using a customer-managed key. For information on generating a key, see [Encrypt data with a customer-managed key](../container-instances/container-instances-encrypt-data.md#generate-a-new-key).
138138
@@ -146,9 +146,9 @@ For more information on creating and using a deployment configuration, see the f
146146
147147
* [AciWebservice.deploy_configuration()](/python/api/azureml-core/azureml.core.webservice.aci.aciwebservice#deploy-configuration-cpu-cores-none--memory-gb-none--tags-none--properties-none--description-none--location-none--auth-enabled-none--ssl-enabled-none--enable-app-insights-none--ssl-cert-pem-file-none--ssl-key-pem-file-none--ssl-cname-none--dns-name-label-none--primary-key-none--secondary-key-none--collect-model-data-none--cmk-vault-base-url-none--cmk-key-name-none--cmk-key-version-none-) reference
148148
* [Where and how to deploy](how-to-deploy-managed-online-endpoints.md)
149-
* [Deploy a model to Azure Container Instances](v1/how-to-deploy-azure-container-instance.md)
149+
* [Deploy a model to Azure Container Instances (SDK/CLI v1)](v1/how-to-deploy-azure-container-instance.md)
150150
151-
For more information on using a customer-managed key with ACI, see [Encrypt deployment data](../container-instances/container-instances-encrypt-data.md).
151+
For more information on using a customer-managed key with ACI, see [Encrypt deployment data](../container-instances/container-instances-encrypt-data.md).
152152
153153
### Azure Kubernetes Service
154154

articles/machine-learning/how-to-use-event-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ This example shows how to use event grid with an Azure Logic App to trigger retr
190190

191191
Before you begin, perform the following actions:
192192

193-
* Set up a dataset monitor to [detect data drift](v1/how-to-monitor-datasets.md) in a workspace
193+
* Set up a dataset monitor to [detect data drift (SDK/CLI v1)](v1/how-to-monitor-datasets.md) in a workspace
194194
* Create a published [Azure Data Factory pipeline](../data-factory/index.yml).
195195

196196
In this example, a simple Data Factory pipeline is used to copy files into a blob store and run a published Machine Learning pipeline. For more information on this scenario, see how to set up a [Machine Learning step in Azure Data Factory](../data-factory/transform-data-machine-learning-service.md)

articles/machine-learning/reference-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article contains reference information that may be useful when [configuring
3030
## Prerequisites for ARO or OCP clusters
3131
### Disable Security Enhanced Linux (SELinux)
3232

33-
[AzureML dataset](v1/how-to-train-with-datasets.md) (used in AzureML training jobs) isn't supported on machines with SELinux enabled. Therefore, you need to disable `selinux` on all workers in order to use AzureML dataset.
33+
[AzureML dataset](v1/how-to-train-with-datasets.md) (an SDK v1 feature used in AzureML training jobs) isn't supported on machines with SELinux enabled. Therefore, you need to disable `selinux` on all workers in order to use AzureML dataset.
3434

3535
### Privileged setup for ARO and OCP
3636

articles/machine-learning/reference-machine-learning-cloud-parity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ The information in the rest of this document provides information on what featur
7474
| View, edit, or delete dataset drift monitors from the SDK | Public Preview | YES | YES |
7575
| View, edit, or delete dataset drift monitors from the UI | Public Preview | YES | YES |
7676
| **Machine learning lifecycle** | | | |
77-
| [Model profiling](v1/how-to-deploy-profile-model.md) | GA | YES | PARTIAL |
77+
| [Model profiling (SDK/CLI v1)](v1/how-to-deploy-profile-model.md) | GA | YES | PARTIAL |
7878
| [The Azure ML CLI 1.0](v1/reference-azure-machine-learning-cli.md) | GA | YES | YES |
79-
| [FPGA-based Hardware Accelerated Models](./v1/how-to-deploy-fpga-web-service.md) | GA | NO | NO |
79+
| [FPGA-based Hardware Accelerated Models (SDK/CLI v1)](./v1/how-to-deploy-fpga-web-service.md) | GA | NO | NO |
8080
| [Visual Studio Code integration](how-to-setup-vs-code.md) | Public Preview | NO | NO |
8181
| [Event Grid integration](how-to-use-event-grid.md) | Public Preview | NO | NO |
8282
| [Integrate Azure Stream Analytics with Azure Machine Learning](../stream-analytics/machine-learning-udf.md) | Public Preview | NO | NO |
@@ -93,13 +93,13 @@ The information in the rest of this document provides information on what featur
9393
| Interpretability SDK | GA | YES | YES |
9494
| **Training** | | | |
9595
| [Experimentation log streaming](how-to-track-monitor-analyze-runs.md) | GA | YES | YES |
96-
| [Reinforcement Learning](./v1/how-to-use-reinforcement-learning.md) | Public Preview | NO | NO |
96+
| [Reinforcement Learning (SDK/CLI v1)](./v1/how-to-use-reinforcement-learning.md) | Public Preview | NO | NO |
9797
| [Experimentation UI](how-to-track-monitor-analyze-runs.md) | Public Preview | YES | YES |
9898
| [.NET integration ML.NET 1.0](/dotnet/machine-learning/tutorials/object-detection-model-builder) | GA | YES | YES |
9999
| **Inference** | | | |
100100
| Managed online endpoints | GA | YES | YES |
101101
| [Batch inferencing](tutorial-pipeline-batch-scoring-classification.md) | GA | YES | YES |
102-
| [Azure Stack Edge with FPGA](./v1/how-to-deploy-fpga-web-service.md#deploy-to-a-local-edge-server) | Public Preview | NO | NO |
102+
| [Azure Stack Edge with FPGA (SDK/CLI v1)](./v1/how-to-deploy-fpga-web-service.md#deploy-to-a-local-edge-server) | Public Preview | NO | NO |
103103
| **Other** | | | |
104104
| [Open Datasets](../open-datasets/samples.md) | Public Preview | YES | YES |
105105
| [Custom Cognitive Search](how-to-deploy-model-cognitive-search.md) | Public Preview | YES | YES |
@@ -131,7 +131,7 @@ The information in the rest of this document provides information on what featur
131131
* Model Profiling does not support 4 CPUs in the US-Arizona region.
132132
* Sample notebooks may not work in Azure Government if it needs access to public data.
133133
* IP addresses: The CLI command used in the [required public internet access](how-to-secure-training-vnet.md#required-public-internet-access) instructions does not return IP ranges. Use the [Azure IP ranges and service tags for Azure Government](https://www.microsoft.com/download/details.aspx?id=57063) instead.
134-
* For scheduled pipelines, we also provide a blob-based trigger mechanism. This mechanism is not supported for CMK workspaces. For enabling a blob-based trigger for CMK workspaces, you have to do extra setup. For more information, see [Trigger a run of a machine learning pipeline from a Logic App](v1/how-to-trigger-published-pipeline.md).
134+
* For scheduled pipelines, we also provide a blob-based trigger mechanism. This mechanism is not supported for CMK workspaces. For enabling a blob-based trigger for CMK workspaces, you have to do extra setup. For more information, see [Trigger a run of a machine learning pipeline from a Logic App (SDK/CLI v1)](v1/how-to-trigger-published-pipeline.md).
135135
* Firewalls: When using an Azure Government region, add the following hosts to your firewall setting:
136136

137137
* For Arizona use: `usgovarizona.api.ml.azure.us`

articles/machine-learning/tutorial-create-secure-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ When Azure Container Registry is behind the virtual network, Azure Machine Learn
473473
## Use the workspace
474474
475475
> [!IMPORTANT]
476-
> The steps in this article put Azure Container Registry behind the VNet. In this configuration, you cannot deploy a model to Azure Container Instances inside the VNet. We do not recommend using Azure Container Instances with Azure Machine Learning in a virtual network. For more information, see [Secure the inference environment](./v1/how-to-secure-inferencing-vnet.md).
476+
> The steps in this article put Azure Container Registry behind the VNet. In this configuration, you cannot deploy a model to Azure Container Instances inside the VNet. We do not recommend using Azure Container Instances with Azure Machine Learning in a virtual network. For more information, see [Secure the inference environment (SDK/CLI v1)](./v1/how-to-secure-inferencing-vnet.md).
477477
>
478478
> As an alternative to Azure Container Instances, try Azure Machine Learning managed online endpoints. For more information, see [Enable network isolation for managed online endpoints (preview)](how-to-secure-online-endpoint.md).
479479

0 commit comments

Comments
 (0)