@@ -8,7 +8,7 @@ ms.subservice: mlops
8
8
author : dem108
9
9
ms.author : sehan
10
10
ms.reviewer : mopeakande
11
- ms.date : 10/06 /2022
11
+ ms.date : 11/01 /2022
12
12
ms.topic : how-to
13
13
ms.custom : how-to, devplatv2, ignite-fall-2021, cliv2, event-tier1-build-2022, sdkv2
14
14
---
@@ -435,7 +435,7 @@ ml_client.online_endpoints.begin_create_or_update(endpoint, local=True)
435
435
436
436
# [ARM template](#tab/arm)
437
437
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.
439
439
440
440
-- -
441
441
@@ -459,7 +459,7 @@ The `local=True` flag directs the SDK to deploy the endpoint in the Docker envir
459
459
460
460
# [ARM template](#tab/arm)
461
461
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.
463
463
464
464
-- -
465
465
@@ -503,7 +503,7 @@ ManagedOnlineEndpoint({'public_network_access': None, 'provisioning_state': 'Suc
503
503
504
504
# [ARM template](#tab/arm)
505
505
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.
507
507
508
508
-- -
509
509
@@ -548,7 +548,7 @@ scoring_uri = endpoint.scoring_uri
548
548
549
549
# [ARM template](#tab/arm)
550
550
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.
552
552
553
553
-- -
554
554
@@ -574,7 +574,7 @@ ml_client.online_deployments.get_logs(
574
574
575
575
# [ARM template](#tab/arm)
576
576
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.
578
578
579
579
-- -
580
580
@@ -906,6 +906,8 @@ The `begin_create_or_update` method also works with local deployments. Use the s
906
906
907
907
# [ARM template](#tab/arm)
908
908
909
+ There currently is not an option to update the deployment using an ARM template.
910
+
909
911
-- -
910
912
911
913
> [! Note]
0 commit comments