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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-setup-customer-managed-keys.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ For more information on customer-managed keys with Azure Cosmos DB, see [Configu
132
132
### Azure Container Instance
133
133
134
134
> [!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.
136
136
137
137
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).
138
138
@@ -146,9 +146,9 @@ For more information on creating and using a deployment configuration, see the f
* [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)
150
150
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).
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-use-event-grid.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ This example shows how to use event grid with an Azure Logic App to trigger retr
190
190
191
191
Before you begin, perform the following actions:
192
192
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
194
194
* Create a published [Azure Data Factory pipeline](../data-factory/index.yml).
195
195
196
196
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)
Copy file name to clipboardExpand all lines: articles/machine-learning/reference-kubernetes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This article contains reference information that may be useful when [configuring
30
30
## Prerequisites for ARO or OCP clusters
31
31
### Disable Security Enhanced Linux (SELinux)
32
32
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.
Copy file name to clipboardExpand all lines: articles/machine-learning/reference-machine-learning-cloud-parity.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,9 @@ The information in the rest of this document provides information on what featur
74
74
| View, edit, or delete dataset drift monitors from the SDK | Public Preview | YES | YES |
75
75
| View, edit, or delete dataset drift monitors from the UI | Public Preview | YES | YES |
76
76
|**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 |
78
78
|[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 |
80
80
|[Visual Studio Code integration](how-to-setup-vs-code.md)| Public Preview | NO | NO |
81
81
|[Event Grid integration](how-to-use-event-grid.md)| Public Preview | NO | NO |
82
82
|[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
93
93
| Interpretability SDK | GA | YES | YES |
94
94
|**Training**||||
95
95
|[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 |
97
97
|[Experimentation UI](how-to-track-monitor-analyze-runs.md)| Public Preview | YES | YES |
98
98
|[.NET integration ML.NET 1.0](/dotnet/machine-learning/tutorials/object-detection-model-builder)| GA | YES | YES |
99
99
|**Inference**||||
100
100
| Managed online endpoints | GA | YES | YES |
101
101
|[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 |
103
103
|**Other**||||
104
104
|[Open Datasets](../open-datasets/samples.md)| Public Preview | YES | YES |
105
105
|[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
131
131
* Model Profiling does not support 4 CPUs in the US-Arizona region.
132
132
* Sample notebooks may not work in Azure Government if it needs access to public data.
133
133
* 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).
135
135
* Firewalls: When using an Azure Government region, add the following hosts to your firewall setting:
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-create-secure-workspace.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -473,7 +473,7 @@ When Azure Container Registry is behind the virtual network, Azure Machine Learn
473
473
## Use the workspace
474
474
475
475
> [!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).
477
477
>
478
478
> 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).
0 commit comments