Skip to content

Commit 9639bd8

Browse files
authored
Merge pull request #176918 from cmcclister/cm-linkfix-20211021-6
Links: azure-docs-pr (2021-10) - 6
2 parents 004b254 + c659833 commit 9639bd8

File tree

50 files changed

+138
-139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+138
-139
lines changed

articles/machine-learning/how-to-deploy-managed-online-endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ This deployment might take up to 15 minutes, depending on whether the underlying
207207
> [!TIP]
208208
> * If you prefer not to block your CLI console, you may add the flag `--no-wait` to the command. However, this will stop the interactive display of the deployment status.
209209
>
210-
> * Use [Troubleshooting managed online endpoints deployment (preview)](how-to-troubleshoot-managed-online-endpoints.md) to debug errors.
210+
> * Use [Troubleshooting managed online endpoints deployment (preview)](./how-to-troubleshoot-online-endpoints.md) to debug errors.
211211
212212
### Check the status of the deployment
213213

@@ -330,4 +330,4 @@ To learn more, review these articles:
330330
- [Use batch endpoints (preview) for batch scoring](how-to-use-batch-endpoint.md)
331331
- [View costs for an Azure Machine Learning managed online endpoint (preview)](how-to-view-online-endpoints-costs.md)
332332
- [Tutorial: Access Azure resources by using a managed online endpoint and system-managed identity (preview)](tutorial-deploy-managed-endpoints-using-system-managed-identity.md)
333-
- [Troubleshoot managed online endpoints deployment](how-to-troubleshoot-managed-online-endpoints.md)
333+
- [Troubleshoot managed online endpoints deployment](./how-to-troubleshoot-online-endpoints.md)

articles/machine-learning/how-to-deploy-with-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ If you aren't going use the deployment, you should delete it with the below comm
153153

154154
* Learn how to deploy your model [using the Azure CLI](how-to-deploy-managed-online-endpoints.md).
155155
* Learn how to deploy your model [using studio](how-to-use-managed-online-endpoint-studio.md).
156-
* Learn to [Troubleshoot managed online endpoints deployment and scoring (preview)](how-to-troubleshoot-managed-online-endpoints.md)
156+
* Learn to [Troubleshoot managed online endpoints deployment and scoring (preview)](./how-to-troubleshoot-online-endpoints.md)
157157
* Learn how to [Access Azure resources with a managed online endpoint and system-managed identity (preview)](tutorial-deploy-managed-endpoints-using-system-managed-identity.md)
158158
* Learn how to [monitor online endpoints](how-to-monitor-online-endpoints.md).
159159
* Learn [Safe rollout for online endpoints (preview)](how-to-safely-rollout-managed-endpoints.md).
160160
* [View costs for an Azure Machine Learning managed online endpoint (preview)](how-to-view-online-endpoints-costs.md).
161161
* [Managed online endpoints SKU list (preview)](reference-managed-online-endpoints-vm-sku-list.md).
162-
* Learn about limits on managed online endpoints in [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview).
162+
* Learn about limits on managed online endpoints in [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview).

articles/machine-learning/how-to-manage-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ When you're requesting a quota increase, select the service that you have in min
197197

198198
+ [Plan and manage costs for Azure Machine Learning](concept-plan-manage-cost.md)
199199
+ [Service limits in Azure Machine Learning](resource-limits-quotas-capacity.md)
200-
+ [Troubleshooting managed online endpoints deployment and scoring (preview)](how-to-troubleshoot-managed-online-endpoints.md)
200+
+ [Troubleshooting managed online endpoints deployment and scoring (preview)](./how-to-troubleshoot-online-endpoints.md)

articles/machine-learning/how-to-manage-workspace-terraform.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Create the Terraform configuration file that declares the Azure provider:
4646

4747
## Deploy a workspace
4848

49-
The following Terraform configurations can be used to create an Azure Machine Learning workspace. When you create an Azure Machine Learning workspace, various other services are required as dependencies. The template also specifies these [associated resources to the workspace](/azure/machine-learning/concept-workspace#resources). Depending on your needs, you can choose to use the template that creates resources with either public or private network connectivity.
49+
The following Terraform configurations can be used to create an Azure Machine Learning workspace. When you create an Azure Machine Learning workspace, various other services are required as dependencies. The template also specifies these [associated resources to the workspace](./concept-workspace.md#resources). Depending on your needs, you can choose to use the template that creates resources with either public or private network connectivity.
5050

5151
# [Public network connectivity](#tab/publicworkspace)
5252

@@ -60,11 +60,11 @@ Some resources in Azure require globally unique names. Before deploying your res
6060

6161
# [Private network connectivity](#tab/privateworkspace)
6262

63-
The configuration below creates a workspace in an isolated network environment using Azure Private Link endpoints. [Private DNS zones](/azure/dns/private-dns-privatednszone) are included so domain names can be resolved within the virtual network.
63+
The configuration below creates a workspace in an isolated network environment using Azure Private Link endpoints. [Private DNS zones](../dns/private-dns-privatednszone.md) are included so domain names can be resolved within the virtual network.
6464

6565
Some resources in Azure require globally unique names. Before deploying your resources using the following templates, set the `resourceprefix` variable to a value that is unique.
6666

67-
When using private link endpoints for both Azure Container Registry and Azure Machine Learning, Azure Container Registry tasks cannot be used for building [environment](/python/api/azureml-core/azureml.core.environment.environment?view=azure-ml-py&preserve-view=true) images. Instead you can build images using an Azure Machine Learning compute cluster. To configure the cluster name of use, set the [image_build_compute_name](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/machine_learning_workspace) argument. You can configure to [allow public access](/azure/machine-learning/how-to-configure-private-link?tabs=python#enable-public-access) to a workspace that has a private link endpoint using the [public_network_access_enabled](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/machine_learning_workspace) argument.
67+
When using private link endpoints for both Azure Container Registry and Azure Machine Learning, Azure Container Registry tasks cannot be used for building [environment](/python/api/azureml-core/azureml.core.environment.environment?view=azure-ml-py&preserve-view=true) images. Instead you can build images using an Azure Machine Learning compute cluster. To configure the cluster name of use, set the [image_build_compute_name](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/machine_learning_workspace) argument. You can configure to [allow public access](./how-to-configure-private-link.md?tabs=python#enable-public-access) to a workspace that has a private link endpoint using the [public_network_access_enabled](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/machine_learning_workspace) argument.
6868

6969
**variables.tf**:
7070
:::code language="terraform" source="~/terraform/quickstart/201-machine-learning-moderately-secure/variables.tf":::
@@ -110,7 +110,7 @@ resource "azurerm_subnet" "snet-workspace" {
110110
# For full reference, see: https://github.com/Azure/terraform/blob/master/quickstart/201-machine-learning-moderately-secure/network.tf
111111
```
112112

113-
There are several options to connect to your private link endpoint workspace. To learn more about these options, refer to [Securely connect to your workspace](/azure/machine-learning/how-to-secure-workspace-vnet#securely-connect-to-your-workspace).
113+
There are several options to connect to your private link endpoint workspace. To learn more about these options, refer to [Securely connect to your workspace](./how-to-secure-workspace-vnet.md#securely-connect-to-your-workspace).
114114

115115
---
116116

@@ -134,5 +134,5 @@ There are several options to connect to your private link endpoint workspace. To
134134
* [202: Similar to 201, but with the option to bring existing network components.](https://github.com/Azure/terraform/tree/master/quickstart/202-machine-learning-moderately-secure-existing-VNet).
135135

136136
* For details on the Terraform Azure provider, see [Terraform Registry Azure Resource Manager Provider](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs).
137-
* To learn more about network configuration options, see [Secure Azure Machine Learning workspace resources using virtual networks (VNets)](/azure/machine-learning/how-to-network-security-overview).
138-
* For alternative Azure Resource Manager template-based deployments, see [Deploy resources with Resource Manager templates and Resource Manager REST API](../azure-resource-manager/templates/deploy-rest.md).
137+
* To learn more about network configuration options, see [Secure Azure Machine Learning workspace resources using virtual networks (VNets)](./how-to-network-security-overview.md).
138+
* For alternative Azure Resource Manager template-based deployments, see [Deploy resources with Resource Manager templates and Resource Manager REST API](../azure-resource-manager/templates/deploy-rest.md).

articles/machine-learning/how-to-network-security-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Secure Azure Machine Learning workspace resources and compute environments using
3232

3333
This article assumes that you have familiarity with the following topics:
3434
+ [Azure Virtual Networks](../virtual-network/virtual-networks-overview.md)
35-
+ [IP networking](../virtual-network/public-ip-addresses.md)
35+
+ [IP networking](../virtual-network/ip-services/public-ip-addresses.md)
3636
+ [Azure Machine Learning workspace with private endpoint](how-to-configure-private-link.md)
3737
+ [Network Security Groups (NSG)](../virtual-network/network-security-groups-overview.md)
3838
+ [Network firewalls](../firewall/overview.md)
@@ -168,7 +168,7 @@ You can secure the workspace behind a VNet using a private endpoint and still al
168168
After securing the workspace with a private endpoint, use the following steps to enable clients to develop remotely using either the SDK or Azure Machine Learning studio:
169169

170170
1. [Enable public access](how-to-configure-private-link.md#enable-public-access) to the workspace.
171-
1. [Configure the Azure Storage firewall](/azure/storage/common/storage-network-security?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json#grant-access-from-an-internet-ip-range) to allow communication with the IP address of clients that connect over the public internet.
171+
1. [Configure the Azure Storage firewall](../storage/common/storage-network-security.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json#grant-access-from-an-internet-ip-range) to allow communication with the IP address of clients that connect over the public internet.
172172

173173
## Optional: enable studio functionality
174174

articles/machine-learning/how-to-safely-rollout-managed-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ If you are not going use the deployment, you should delete it with:
150150
- [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview)
151151
- [View costs for an Azure Machine Learning managed online endpoint (preview)](how-to-view-online-endpoints-costs.md)
152152
- [Managed online endpoints SKU list (preview)](reference-managed-online-endpoints-vm-sku-list.md)
153-
- [Troubleshooting managed online endpoints deployment and scoring (preview)](how-to-troubleshoot-managed-online-endpoints.md)
153+
- [Troubleshooting managed online endpoints deployment and scoring (preview)](./how-to-troubleshoot-online-endpoints.md)
154154
- [Managed online endpoints (preview) YAML reference](reference-yaml-endpoint-managed-online.md)

articles/machine-learning/how-to-secure-workspace-vnet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Azure Machine Learning supports storage accounts configured to use either a priv
115115
> When configuring a storage account that is **not** the default storage, select the **Target subresource** type that corresponds to the storage account you want to add.
116116
117117
1. After creating the private endpoints for thee sub-resources, select the __Firewalls and virtual networks__ tab under __Networking__ for the storage account.
118-
1. Select __Selected networks__, and then under __Resource instances__, select `Microsoft.MachineLearningServices/Workspace` as the __Resource type__. Select your workspace using __Instance name__. For more information, see [Trusted access based on system-assigned managed identity](/azure/storage/common/storage-network-security#trusted-access-based-on-system-assigned-managed-identity).
118+
1. Select __Selected networks__, and then under __Resource instances__, select `Microsoft.MachineLearningServices/Workspace` as the __Resource type__. Select your workspace using __Instance name__. For more information, see [Trusted access based on system-assigned managed identity](../storage/common/storage-network-security.md#trusted-access-based-on-system-assigned-managed-identity).
119119

120120
> [!TIP]
121121
> Alternatively, you can select __Allow Azure services on the trusted services list to access this storage account__ to more broadly allow access from trusted services. For more information, see [Configure Azure Storage firewalls and virtual networks](../storage/common/storage-network-security.md#trusted-microsoft-services).
@@ -138,7 +138,7 @@ Azure Machine Learning supports storage accounts configured to use either a priv
138138
> [!IMPORTANT]
139139
> The storage account must be in the same virtual network and subnet as the compute instances or clusters used for training or inference.
140140
141-
1. Under __Resource instances__, select `Microsoft.MachineLearningServices/Workspace` as the __Resource type__ and select your workspace using __Instance name__. For more information, see [Trusted access based on system-assigned managed identity](/azure/storage/common/storage-network-security#trusted-access-based-on-system-assigned-managed-identity).
141+
1. Under __Resource instances__, select `Microsoft.MachineLearningServices/Workspace` as the __Resource type__ and select your workspace using __Instance name__. For more information, see [Trusted access based on system-assigned managed identity](../storage/common/storage-network-security.md#trusted-access-based-on-system-assigned-managed-identity).
142142

143143
> [!TIP]
144144
> Alternatively, you can select __Allow Azure services on the trusted services list to access this storage account__ to more broadly allow access from trusted services. For more information, see [Configure Azure Storage firewalls and virtual networks](../storage/common/storage-network-security.md#trusted-microsoft-services).
@@ -166,7 +166,7 @@ Azure key vault can be configured to use either a private endpoint or service en
166166
167167
# [Private endpoint](#tab/pe)
168168

169-
For information on using a private endpoint with Azure Key Vault, see [Integrate Key Vault with Azure Private Link](/azure/key-vault/general/private-link-service#establish-a-private-link-connection-to-key-vault-using-the-azure-portal).
169+
For information on using a private endpoint with Azure Key Vault, see [Integrate Key Vault with Azure Private Link](../key-vault/general/private-link-service.md#establish-a-private-link-connection-to-key-vault-using-the-azure-portal).
170170

171171

172172
# [Service endpoint](#tab/se)
@@ -182,7 +182,7 @@ For information on using a private endpoint with Azure Key Vault, see [Integrate
182182

183183
:::image type="content" source="./media/how-to-enable-virtual-network/key-vault-firewalls-and-virtual-networks-page.png" alt-text="The Firewalls and virtual networks section in the Key Vault pane":::
184184

185-
For more information, see [Configure Azure Key Vault network settings](/azure/key-vault/general/how-to-azure-key-vault-network-security).
185+
For more information, see [Configure Azure Key Vault network settings](../key-vault/general/how-to-azure-key-vault-network-security.md).
186186

187187
---
188188

@@ -302,4 +302,4 @@ This article is part of a series on securing an Azure Machine Learning workflow.
302302
* [Secure the inference environment](how-to-secure-inferencing-vnet.md)
303303
* [Enable studio functionality](how-to-enable-studio-virtual-network.md)
304304
* [Use custom DNS](how-to-custom-dns.md)
305-
* [Use a firewall](how-to-access-azureml-behind-firewall.md)
305+
* [Use a firewall](how-to-access-azureml-behind-firewall.md)

articles/machine-learning/how-to-use-managed-online-endpoint-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ In this article, you learned how to use Azure Machine Learning managed online en
164164
- [How to deploy managed online endpoints with the Azure CLI](how-to-deploy-managed-online-endpoints.md)
165165
- [Deploy models with REST (preview)](how-to-deploy-with-rest.md)
166166
- [How to monitor managed online endpoints](how-to-monitor-online-endpoints.md)
167-
- [Troubleshooting managed online endpoints deployment and scoring (preview)](how-to-troubleshoot-managed-online-endpoints.md)
167+
- [Troubleshooting managed online endpoints deployment and scoring (preview)](./how-to-troubleshoot-online-endpoints.md)
168168
- [View costs for an Azure Machine Learning managed online endpoint (preview)](how-to-view-online-endpoints-costs.md)
169169
- [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview)

articles/machine-learning/reference-yaml-endpoint-managed-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
8080

8181
- [Install and use the CLI (v2)](how-to-configure-cli.md)
8282
- Learn how to [deploy a model with a managed online endpoint](how-to-deploy-managed-online-endpoints.md)
83-
- [Troubleshooting managed online endpoints deployment and scoring (preview)](how-to-troubleshoot-managed-online-endpoints.md)
83+
- [Troubleshooting managed online endpoints deployment and scoring (preview)](./how-to-troubleshoot-online-endpoints.md)

articles/machine-learning/tutorial-deploy-managed-endpoints-using-system-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Check the status of the endpoint with the following.
117117

118118
::: code language="azurecli" source="~/azureml-examples-main/cli/deploy-managed-online-endpoint-access-resource-sai.sh" id="check_endpoint_Status" :::
119119

120-
If you encounter any issues, see [Troubleshooting managed online endpoints deployment and scoring (preview)](how-to-troubleshoot-managed-online-endpoints.md).
120+
If you encounter any issues, see [Troubleshooting managed online endpoints deployment and scoring (preview)](./how-to-troubleshoot-online-endpoints.md).
121121

122122
## Give storage permission to system-assigned managed identity
123123

@@ -195,4 +195,4 @@ In this Azure Machine Learning tutorial, you used the machine learning CLI for t
195195
* For more on costs, see [View costs for an Azure Machine Learning managed online endpoint (preview)](how-to-view-online-endpoints-costs.md).
196196
* For more on deployment, see [Safe rollout for online endpoints (preview)](how-to-safely-rollout-managed-endpoints.md).
197197
* For information on monitoring endpoints, see [Monitor managed online endpoints (preview)](how-to-monitor-online-endpoints.md).
198-
* For information on limitations for managed endpoints, see [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview).
198+
* For information on limitations for managed endpoints, see [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints-preview).

0 commit comments

Comments
 (0)