Skip to content

Commit 1cb66bd

Browse files
author
Larry Franks
committed
refresh
1 parent fbb008f commit 1cb66bd

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: mlops
88
author: dem108
99
ms.author: sehan
1010
ms.reviewer: mopeakande
11-
ms.date: 10/06/2022
11+
ms.date: 11/01/2022
1212
ms.topic: how-to
1313
ms.custom: how-to, devplatv2, ignite-fall-2021, cliv2, event-tier1-build-2022, sdkv2
1414
---
@@ -435,7 +435,7 @@ ml_client.online_endpoints.begin_create_or_update(endpoint, local=True)
435435

436436
# [ARM template](#tab/arm)
437437

438-
The template doesn't support local endpoints.
438+
The template doesn't support local endpoints. See the Azure CLI or Python tabs for steps to test the endpoint locally.
439439

440440
---
441441

@@ -459,7 +459,7 @@ The `local=True` flag directs the SDK to deploy the endpoint in the Docker envir
459459

460460
# [ARM template](#tab/arm)
461461

462-
The template doesn't support local endpoints.
462+
The template doesn't support local endpoints. See the Azure CLI or Python tabs for steps to test the endpoint locally.
463463

464464
---
465465

@@ -503,7 +503,7 @@ ManagedOnlineEndpoint({'public_network_access': None, 'provisioning_state': 'Suc
503503

504504
# [ARM template](#tab/arm)
505505

506-
The template doesn't support local endpoints.
506+
The template doesn't support local endpoints. See the Azure CLI or Python tabs for steps to test the endpoint locally.
507507

508508
---
509509

@@ -548,7 +548,7 @@ scoring_uri = endpoint.scoring_uri
548548

549549
# [ARM template](#tab/arm)
550550

551-
The template doesn't support local endpoints.
551+
The template doesn't support local endpoints. See the Azure CLI or Python tabs for steps to test the endpoint locally.
552552

553553
---
554554

@@ -574,7 +574,7 @@ ml_client.online_deployments.get_logs(
574574

575575
# [ARM template](#tab/arm)
576576

577-
The template doesn't support local endpoints.
577+
The template doesn't support local endpoints. See the Azure CLI or Python tabs for steps to test the endpoint locally.
578578

579579
---
580580

@@ -906,6 +906,8 @@ The `begin_create_or_update` method also works with local deployments. Use the s
906906

907907
# [ARM template](#tab/arm)
908908

909+
There currently is not an option to update the deployment using an ARM template.
910+
909911
---
910912

911913
> [!Note]

0 commit comments

Comments
 (0)