Skip to content

Commit 7b42631

Browse files
authored
Merge pull request #220230 from msakande/rename-file-for-online-deployment
Rename file for online deployment
2 parents c9a2ed5 + 0042bb0 commit 7b42631

File tree

54 files changed

+87
-86
lines changed

Some content is hidden

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

54 files changed

+87
-86
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,17 +1567,17 @@
15671567
},
15681568
{
15691569
"source_path_from_root": "/articles/machine-learning/how-to-deploy-local-container-notebook-vm.md",
1570-
"redirect_url": "/azure/machine-learning/how-to-deploy-managed-online-endpoints",
1570+
"redirect_url": "/azure/machine-learning/how-to-deploy-online-endpoints",
15711571
"redirect_document_id": false
15721572
},
15731573
{
15741574
"source_path_from_root": "/articles/machine-learning/how-to-deploy-local.md",
1575-
"redirect_url": "/azure/machine-learning/how-to-deploy-managed-online-endpoints",
1575+
"redirect_url": "/azure/machine-learning/how-to-deploy-online-endpoints",
15761576
"redirect_document_id": false
15771577
},
15781578
{
15791579
"source_path_from_root": "/articles/machine-learning/how-to-deploy-managed-online-endpoint-sdk-v2.md",
1580-
"redirect_url": "/azure/machine-learning/how-to-deploy-managed-online-endpoints",
1580+
"redirect_url": "/azure/machine-learning/how-to-deploy-online-endpoints",
15811581
"redirect_document_id": false
15821582
},
15831583
{
@@ -1587,12 +1587,12 @@
15871587
},
15881588
{
15891589
"source_path_from_root": "/articles/machine-learning/how-to-deploy-update-web-service.md",
1590-
"redirect_url": "/azure/machine-learning/how-to-deploy-managed-online-endpoints",
1590+
"redirect_url": "/azure/machine-learning/how-to-deploy-online-endpoints",
15911591
"redirect_document_id": false
15921592
},
15931593
{
15941594
"source_path_from_root": "/articles/machine-learning/how-to-deploy-inferencing-gpus.md",
1595-
"redirect_url": "/azure/machine-learning/how-to-deploy-managed-online-endpoints",
1595+
"redirect_url": "/azure/machine-learning/how-to-deploy-online-endpoints",
15961596
"redirect_document_id": false
15971597
},
15981598
{
@@ -2472,7 +2472,7 @@
24722472
},
24732473
{
24742474
"source_path_from_root": "/articles/machine-learning/how-to-deploy-functions.md",
2475-
"redirect_url": "/azure/machine-learning/how-to-deploy-managed-online-endpoints",
2475+
"redirect_url": "/azure/machine-learning/how-to-deploy-online-endpoints",
24762476
"redirect_document_id": false
24772477
},
24782478
{
@@ -2482,7 +2482,7 @@
24822482
},
24832483
{
24842484
"source_path_from_root": "/articles/machine-learning/how-to-deploy-and-where.md",
2485-
"redirect_url": "/articles/machine-learning/how-to-deploy-managed-online-endpoints",
2485+
"redirect_url": "/azure/machine-learning/how-to-deploy-online-endpoints",
24862486
"redirect_document_id": false
24872487
},
24882488
{
@@ -2507,7 +2507,12 @@
25072507
},
25082508
{
25092509
"source_path_from_root": "/articles/machine-learning/how-to-deploy-app-service.md",
2510-
"redirect_url": "/azure/machine-learning/how-to-deploy-managed-online-endpoints",
2510+
"redirect_url": "/azure/machine-learning/how-to-deploy-online-endpoints",
2511+
"redirect_document_id": false
2512+
},
2513+
{
2514+
"source_path_from_root": "/articles/machine-learning/how-to-deploy-managed-online-endpoints.md",
2515+
"redirect_url": "/azure/machine-learning/how-to-deploy-online-endpoints",
25112516
"redirect_document_id": false
25122517
},
25132518
{

articles/machine-learning/concept-compute-target.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When performing inference, Azure Machine Learning creates a Docker container tha
3939

4040
[!INCLUDE [aml-deploy-target](../../includes/aml-compute-target-deploy.md)]
4141

42-
Learn [where and how to deploy your model to a compute target](how-to-deploy-managed-online-endpoints.md).
42+
Learn [where and how to deploy your model to a compute target](how-to-deploy-online-endpoints.md).
4343

4444
## Azure Machine Learning compute (managed)
4545

@@ -170,4 +170,4 @@ For more information, see [Manage compute resources](how-to-create-attach-comput
170170
## Next steps
171171

172172
Learn how to:
173-
* [Deploy your model to a compute target](how-to-deploy-managed-online-endpoints.md)
173+
* [Deploy your model to a compute target](how-to-deploy-online-endpoints.md)

articles/machine-learning/concept-endpoints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To create an online endpoint, you need to specify the following elements:
7070
- Environment - a Docker image with Conda dependencies, or a dockerfile
7171
- Compute instance & scale settings
7272

73-
Learn how to deploy online endpoints from the [CLI](how-to-deploy-managed-online-endpoints.md) and the [studio web portal](how-to-use-managed-online-endpoint-studio.md).
73+
Learn how to deploy online endpoints from the [CLI](how-to-deploy-online-endpoints.md) and the [studio web portal](how-to-use-managed-online-endpoint-studio.md).
7474

7575
### Test and deploy locally for faster debugging
7676

@@ -145,7 +145,7 @@ The following table highlights the key differences between managed online endpoi
145145
| **Infrastructure management** | Managed compute provisioning, scaling, host OS image updates, and security hardening | User responsibility |
146146
| **Compute type** | Managed (AmlCompute) | Kubernetes cluster (Kubernetes) |
147147
| **Out-of-box monitoring** | [Azure Monitoring](how-to-monitor-online-endpoints.md) <br> (includes key metrics like latency and throughput) | Supported |
148-
| **Out-of-box logging** | [Azure Logs and Log Analytics at endpoint level](how-to-deploy-managed-online-endpoints.md#optional-integrate-with-log-analytics) | Unsupported |
148+
| **Out-of-box logging** | [Azure Logs and Log Analytics at endpoint level](how-to-deploy-online-endpoints.md#optional-integrate-with-log-analytics) | Unsupported |
149149
| **Application Insights** | Supported | Supported |
150150
| **Managed identity** | [Supported](how-to-access-resources-from-endpoints-managed-identities.md) | Supported |
151151
| **Virtual Network (VNET)** | [Supported](how-to-secure-online-endpoint.md) (preview) | Supported |
@@ -178,7 +178,7 @@ Managed online endpoints can help streamline your deployment process. Managed on
178178
>
179179
> If you use a virtual network and secure outbound (egress) traffic from the managed online endpoint, there is an additional cost. For egress, three private endpoints are created _per deployment_ for the managed online endpoint. These are used to communicate with the default storage account, Azure Container Registry, and workspace. Additional networking charges may apply. For more information on pricing, see the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/).
180180
181-
For a step-by-step tutorial, see [How to deploy online endpoints](how-to-deploy-managed-online-endpoints.md).
181+
For a step-by-step tutorial, see [How to deploy online endpoints](how-to-deploy-online-endpoints.md).
182182

183183
## What are batch endpoints?
184184

@@ -235,7 +235,7 @@ Specify the storage output location to any datastore and path. By default, batch
235235
236236
## Next steps
237237

238-
- [How to deploy online endpoints with the Azure CLI and Python SDK](how-to-deploy-managed-online-endpoints.md)
238+
- [How to deploy online endpoints with the Azure CLI and Python SDK](how-to-deploy-online-endpoints.md)
239239
- [How to deploy batch endpoints with the Azure CLI and Python SDK](batch-inference/how-to-use-batch-endpoint.md)
240240
- [How to use online endpoints with the studio](how-to-use-managed-online-endpoint-studio.md)
241241
- [Deploy models with REST](how-to-deploy-with-rest.md)

articles/machine-learning/concept-model-management-and-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ To deploy the model to an endpoint, you must provide the following items:
126126
* Dependencies required to use the model. Examples are a script that accepts requests and invokes the model and conda dependencies.
127127
* Deployment configuration that describes how and where to deploy the model.
128128

129-
For more information, see [Deploy online endpoints](how-to-deploy-managed-online-endpoints.md).
129+
For more information, see [Deploy online endpoints](how-to-deploy-online-endpoints.md).
130130

131131
#### Controlled rollout
132132

@@ -179,7 +179,7 @@ For more information on using Azure Pipelines with Machine Learning, see:
179179
Learn more by reading and exploring the following resources:
180180

181181
+ [Learning path: End-to-end MLOps with Azure Machine Learning](/training/paths/build-first-machine-operations-workflow/)
182-
+ [How to deploy a model to an online endpoint](how-to-deploy-managed-online-endpoints.md) with Machine Learning
182+
+ [How to deploy a model to an online endpoint](how-to-deploy-online-endpoints.md) with Machine Learning
183183
+ [Tutorial: Train and deploy a model](tutorial-train-deploy-notebook.md)
184184
+ [CI/CD of machine learning models with Azure Pipelines](/azure/devops/pipelines/targets/azure-machine-learning)
185185
+ [Machine learning at scale](/azure/architecture/data-guide/big-data/machine-learning-at-scale)

articles/machine-learning/concept-prebuilt-docker-images-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Prebuilt Docker container images for inference are used when deploying a model w
3737

3838
## Next steps
3939

40-
* [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-managed-online-endpoints.md)
40+
* [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md)
4141
* [Learn more about custom containers](how-to-deploy-custom-container.md)
4242
* [azureml-examples GitHub repository](https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online)

articles/machine-learning/concept-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The Azure Machine Learning Python SDK v1 doesn't have a planned deprecation date
117117

118118
* [Install and set up CLI (v2)](how-to-configure-cli.md)
119119
* [Train models with the CLI (v2)](how-to-train-model.md)
120-
* [Deploy and score models with managed online endpoint](how-to-deploy-managed-online-endpoints.md)
120+
* [Deploy and score models with online endpoints](how-to-deploy-online-endpoints.md)
121121

122122
* Get started with SDK v2
123123

articles/machine-learning/how-to-access-resources-from-endpoints-managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ Refer to the following script to understand how to use your identity token to ac
898898

899899
## Create a deployment with your configuration
900900

901-
Create a deployment that's associated with the online endpoint. [Learn more about deploying to online endpoints](how-to-deploy-managed-online-endpoints.md).
901+
Create a deployment that's associated with the online endpoint. [Learn more about deploying to online endpoints](how-to-deploy-online-endpoints.md).
902902

903903
>[!WARNING]
904904
> This deployment can take approximately 8-14 minutes depending on whether the underlying environment/image is being built for the first time. Subsequent deployments using the same environment will go quicker.
@@ -1116,7 +1116,7 @@ msi_client.user_assigned_identities.delete(
11161116

11171117
## Next steps
11181118

1119-
* [Deploy and score a machine learning model by using a online endpoint](how-to-deploy-managed-online-endpoints.md).
1119+
* [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md).
11201120
* For more on deployment, see [Safe rollout for online endpoints](how-to-safely-rollout-online-endpoints.md).
11211121
* For more information on using the CLI, see [Use the CLI extension for Azure Machine Learning](reference-azure-machine-learning-cli.md).
11221122
* To see which compute resources you can use, see [Managed online endpoints SKU list](reference-managed-online-endpoints-vm-sku-list.md).

articles/machine-learning/how-to-authenticate-online-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When consuming an online endpoint from a client, you can use either a _key_ or a
2121

2222
You can set the authentication type when you create an online endpoint. Set the `auth_mode` to `key` or `aml_token` depending on which one you want to use. The default value is `key`.
2323

24-
When deploying using CLI v2, set this value in the [online endpoint YAML file](reference-yaml-endpoint-online.md). For more information, see [How to deploy an online endpoint](how-to-deploy-managed-online-endpoints.md).
24+
When deploying using CLI v2, set this value in the [online endpoint YAML file](reference-yaml-endpoint-online.md). For more information, see [How to deploy an online endpoint](how-to-deploy-online-endpoints.md).
2525

2626
When deploying using the Python SDK v2, use the [OnlineEndpoint](/python/api/azure-ai-ml/azure.ai.ml.entities.onlineendpoint) class.
2727

@@ -47,5 +47,5 @@ When calling the online endpoint for scoring, pass the key or token in the autho
4747

4848
## Next steps
4949

50-
* [Deploy a machine learning model using an online endpoint](how-to-deploy-managed-online-endpoints.md)
50+
* [Deploy a machine learning model using an online endpoint](how-to-deploy-online-endpoints.md)
5151
* [Enable network isolation for managed online endpoints](how-to-secure-online-endpoint.md)

articles/machine-learning/how-to-autoscale-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Today, you can manage autoscaling using either the Azure CLI, REST, ARM, or the
2424

2525
## Prerequisites
2626

27-
* A deployed endpoint. [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-managed-online-endpoints.md).
27+
* A deployed endpoint. [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md).
2828

2929
## Define an autoscale profile
3030

articles/machine-learning/how-to-configure-auto-train.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,4 +440,4 @@ For more examples on how to do include AutoML in your pipelines, please check ou
440440

441441
## Next steps
442442

443-
+ Learn more about [how and where to deploy a model](./how-to-deploy-managed-online-endpoints.md).
443+
+ Learn more about [how and where to deploy a model](./how-to-deploy-online-endpoints.md).

0 commit comments

Comments
 (0)