Skip to content

Commit 6a7f8ff

Browse files
authored
Merge pull request #109156 from TimShererWithAquent/us1679050be
Change SSL to TLS per 1679050
2 parents 0f323c3 + 1f37e80 commit 6a7f8ff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/machine-learning/how-to-deploy-and-where.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,9 @@ The classes for local, Azure Container Instances, and AKS web services can be im
533533
from azureml.core.webservice import AciWebservice, AksWebservice, LocalWebservice
534534
```
535535

536-
### Securing deployments with SSL
536+
### Securing deployments with TLS
537537

538-
For more information on how to secure a web service deployment, see [Use SSL to secure a web service](how-to-secure-web-service.md#enable).
538+
For more information on how to secure a web service deployment, see [Enable TLS and deploy](how-to-secure-web-service.md#enable).
539539

540540
### <a id="local"></a> Local deployment
541541

@@ -1169,7 +1169,7 @@ def run(request):
11691169

11701170
* [How to deploy a model using a custom Docker image](how-to-deploy-custom-docker-image.md)
11711171
* [Deployment troubleshooting](how-to-troubleshoot-deployment.md)
1172-
* [Secure Azure Machine Learning web services with SSL](how-to-secure-web-service.md)
1172+
* [Use TLS to secure a web service through Azure Machine Learning](how-to-secure-web-service.md)
11731173
* [Consume an Azure Machine Learning model deployed as a web service](how-to-consume-web-service.md)
11741174
* [Monitor your Azure Machine Learning models with Application Insights](how-to-enable-app-insights.md)
11751175
* [Collect data for models in production](how-to-enable-data-collection.md)

articles/machine-learning/how-to-deploy-azure-container-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ See [deploy your models with VS Code](tutorial-train-deploy-image-classification
8989

9090
* [How to deploy a model using a custom Docker image](how-to-deploy-custom-docker-image.md)
9191
* [Deployment troubleshooting](how-to-troubleshoot-deployment.md)
92-
* [Secure Azure Machine Learning web services with SSL](how-to-secure-web-service.md)
92+
* [Use TLS to secure a web service through Azure Machine Learning](how-to-secure-web-service.md)
9393
* [Consume a ML Model deployed as a web service](how-to-consume-web-service.md)
9494
* [Monitor your Azure Machine Learning models with Application Insights](how-to-enable-app-insights.md)
9595
* [Collect data for models in production](how-to-enable-data-collection.md)

articles/machine-learning/how-to-deploy-azure-kubernetes-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you set `cluster_purpose = AksCompute.ClusterPurpose.DEV_TEST`, then the clus
126126
> [!WARNING]
127127
> Do not create multiple, simultaneous attachments to the same AKS cluster from your workspace. For example, attaching one AKS cluster to a workspace using two different names. Each new attachment will break the previous existing attachment(s).
128128
>
129-
> If you want to re-attach an AKS cluster, for example to change SSL or other cluster configuration setting, you must first remove the existing attachment by using [AksCompute.detach()](https://docs.microsoft.com/python/api/azureml-core/azureml.core.compute.akscompute?view=azure-ml-py#detach--).
129+
> If you want to re-attach an AKS cluster, for example to change TLS or other cluster configuration setting, you must first remove the existing attachment by using [AksCompute.detach()](https://docs.microsoft.com/python/api/azureml-core/azureml.core.compute.akscompute?view=azure-ml-py#detach--).
130130
131131
For more information on creating an AKS cluster using the Azure CLI or portal, see the following articles:
132132

@@ -343,7 +343,7 @@ print(token)
343343
* [Secure experimentation and inference in a virtual network](how-to-enable-virtual-network.md)
344344
* [How to deploy a model using a custom Docker image](how-to-deploy-custom-docker-image.md)
345345
* [Deployment troubleshooting](how-to-troubleshoot-deployment.md)
346-
* [Secure Azure Machine Learning web services with SSL](how-to-secure-web-service.md)
346+
* [Use TLS to secure a web service through Azure Machine Learning](how-to-secure-web-service.md)
347347
* [Consume a ML Model deployed as a web service](how-to-consume-web-service.md)
348348
* [Monitor your Azure Machine Learning models with Application Insights](how-to-enable-app-insights.md)
349349
* [Collect data for models in production](how-to-enable-data-collection.md)

0 commit comments

Comments
 (0)