Skip to content

Commit 48d3ad6

Browse files
authored
Merge pull request #206922 from Blackmist/links
fixing links
2 parents 3046ac2 + 0b0afed commit 48d3ad6

8 files changed

+12
-12
lines changed

articles/machine-learning/concept-data-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You may also want to encrypt [diagnostic information logged from your deployed e
114114

115115
Azure Machine Learning uses TLS to secure internal communication between various Azure Machine Learning microservices. All Azure Storage access also occurs over a secure channel.
116116

117-
To secure external calls made to the scoring endpoint, Azure Machine Learning uses TLS. For more information, see [Use TLS to secure a web service through Azure Machine Learning](./how-to-secure-web-service.md).
117+
To secure external calls made to the scoring endpoint, Azure Machine Learning uses TLS. For more information, see [Use TLS to secure a web service through Azure Machine Learning](./v1/how-to-secure-web-service.md).
118118

119119
## Data collection and handling
120120

articles/machine-learning/concept-enterprise-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ For more information, see the following documents:
100100

101101
Azure Machine Learning uses a variety of compute resources and data stores on the Azure platform. To learn more about how each of these supports data encryption at rest and in transit, see [Data encryption with Azure Machine Learning](concept-data-encryption.md).
102102

103-
When deploying models as web services, you can enable transport-layer security (TLS) to encrypt data in transit. For more information, see [Configure a secure web service](how-to-secure-web-service.md).
103+
When deploying models as web services, you can enable transport-layer security (TLS) to encrypt data in transit. For more information, see [Configure a secure web service](./v1/how-to-secure-web-service.md).
104104

105105
## Vulnerability scanning
106106

@@ -113,7 +113,7 @@ When deploying models as web services, you can enable transport-layer security (
113113
## Next steps
114114

115115
* [Azure Machine Learning best practices for enterprise security](/azure/cloud-adoption-framework/ready/azure-best-practices/ai-machine-learning-enterprise-security)
116-
* [Secure Azure Machine Learning web services with TLS](how-to-secure-web-service.md)
116+
* [Secure Azure Machine Learning web services with TLS](./v1/how-to-secure-web-service.md)
117117
* [Consume a Machine Learning model deployed as a web service](how-to-consume-web-service.md)
118118
* [Use Azure Machine Learning with Azure Firewall](how-to-access-azureml-behind-firewall.md)
119119
* [Use Azure Machine Learning with Azure Virtual Network](how-to-network-security-overview.md)

articles/machine-learning/how-to-consume-web-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If you secured the deployed web service using a TLS/SSL certificate, you can use
107107
> [!IMPORTANT]
108108
> Web services deployed by Azure Machine Learning only support TLS version 1.2. When creating a client application, make sure that it supports this version.
109109

110-
For more information, see [Use TLS to secure a web service through Azure Machine Learning](how-to-secure-web-service.md).
110+
For more information, see [Use TLS to secure a web service through Azure Machine Learning](./v1/how-to-secure-web-service.md).
111111

112112
### Authentication for services
113113

articles/machine-learning/how-to-custom-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,4 +595,4 @@ This article is part of a series on securing an Azure Machine Learning workflow.
595595

596596
For information on integrating Private Endpoints into your DNS configuration, see [Azure Private Endpoint DNS configuration](../private-link/private-endpoint-dns.md).
597597

598-
For information on deploying models with a custom DNS name or TLS security, see [Secure web services using TLS](how-to-secure-web-service.md).
598+
For information on deploying models with a custom DNS name or TLS security, see [Secure web services using TLS](./v1/how-to-secure-web-service.md).

articles/machine-learning/how-to-deploy-advanced-entry-script.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@ More entry script examples for specific machine learning use cases can be found
330330
* [Troubleshoot a failed deployment](how-to-troubleshoot-deployment.md)
331331
* [Deploy to Azure Kubernetes Service](v1/how-to-deploy-azure-kubernetes-service.md)
332332
* [Create client applications to consume web services](how-to-consume-web-service.md)
333-
* [Update web service](how-to-deploy-update-web-service.md)
333+
* [Update web service](./v1/how-to-deploy-update-web-service.md)
334334
* [How to deploy a model using a custom Docker image](./how-to-deploy-custom-container.md)
335-
* [Use TLS to secure a web service through Azure Machine Learning](how-to-secure-web-service.md)
336-
* [Monitor your Azure Machine Learning models with Application Insights](how-to-enable-app-insights.md)
335+
* [Use TLS to secure a web service through Azure Machine Learning](./v1/how-to-secure-web-service.md)
336+
* [Monitor your Azure Machine Learning models with Application Insights](/azure/machine-learning/v1/how-to-enable-app-insights)
337337
* [Collect data for models in production](how-to-enable-data-collection.md)
338338
* [Create event alerts and triggers for model deployments](how-to-use-event-grid.md)

articles/machine-learning/how-to-deploy-fpga-web-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ converted_model.delete()
358358

359359
## Next steps
360360

361-
+ Learn how to [secure your web services](how-to-secure-web-service.md) document.
361+
+ Learn how to [secure your web services](./v1/how-to-secure-web-service.md) document.
362362

363363
+ Learn about FPGA and [Azure Machine Learning pricing and costs](https://azure.microsoft.com/pricing/details/machine-learning/).
364364

articles/machine-learning/how-to-deploy-package-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ docker kill mycontainer
162162
* [Create client applications to consume web services](how-to-consume-web-service.md)
163163
* [Update web service](how-to-deploy-update-web-service.md)
164164
* [How to deploy a model using a custom Docker image](./how-to-deploy-custom-container.md)
165-
* [Use TLS to secure a web service through Azure Machine Learning](how-to-secure-web-service.md)
166-
* [Monitor your Azure Machine Learning models with Application Insights](how-to-enable-app-insights.md)
165+
* [Use TLS to secure a web service through Azure Machine Learning](./v1/how-to-secure-web-service.md)
166+
* [Monitor your Azure Machine Learning models with Application Insights](/azure/machine-learning/v1/how-to-enable-app-insights)
167167
* [Collect data for models in production](how-to-enable-data-collection.md)
168168
* [Create event alerts and triggers for model deployments](how-to-use-event-grid.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Microsoft Defender for Cloud provides unified security management and advanced t
317317
* [How to deploy a model using a custom Docker image](../how-to-deploy-custom-container.md)
318318
* [Deployment troubleshooting](../how-to-troubleshoot-deployment.md)
319319
* [Update web service](../how-to-deploy-update-web-service.md)
320-
* [Use TLS to secure a web service through Azure Machine Learning](../how-to-secure-web-service.md)
320+
* [Use TLS to secure a web service through Azure Machine Learning](how-to-secure-web-service.md)
321321
* [Consume a ML Model deployed as a web service](../how-to-consume-web-service.md)
322322
* [Monitor your Azure Machine Learning models with Application Insights](../how-to-enable-app-insights.md)
323323
* [Collect data for models in production](../how-to-enable-data-collection.md)

0 commit comments

Comments
 (0)