Skip to content

Commit f6ec785

Browse files
Sentence casing and typo fix
1 parent 4cb5de8 commit f6ec785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-configure-network-isolation-with-v2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Network Isolation Change with Our New API Platform on Azure Resource Manager
2+
title: Network isolation change with our new API platform on Azure Resource Manager
33
titleSuffix: Azure Machine Learning
44
description: 'Explain network isolation changes with our new API platform on Azure Resource Manager and how to maintain network isolation'
55
services: machine-learning
@@ -16,9 +16,9 @@ ms.date: 05/13/2022
1616

1717
In this article, you'll learn about network isolation changes with our new v2 API platform on Azure Resource Manager (ARM) and its effect on network isolation.
1818

19-
## What is the New API platform on Azure Resource Manager (ARM)
19+
## What is the new API platform on Azure Resource Manager (ARM)
2020

21-
There are two two types of operations used by the v1 and v2 APIs, __Azure Resource Manager (ARM)__ and __Azure Machine Learning workspace__.
21+
There are two types of operations used by the v1 and v2 APIs, __Azure Resource Manager (ARM)__ and __Azure Machine Learning workspace__.
2222

2323
With the v1 API, most operations used the workspace. For v2, we've moved most operations to use public ARM.
2424

@@ -32,7 +32,7 @@ The v2 API provides a consistent API in one place. You can more easily use Azure
3232

3333
The Azure Machine Learning CLI v2 uses our new v2 API platform. New features such as [managed online endpoints](concept-endpoints.md) are only available using the v2 API platform.
3434

35-
## What are the Network Isolation Changes with V2
35+
## What are the network isolation changes with V2
3636

3737
As mentioned in the previous section, there are two types of operations; with ARM and with the workspace. With the __legacy v1 API__, most operations used the workspace. With the v1 API, adding a private endpoint to the workspace provided network isolation for everything except CRUD operations on the workspace or compute resources.
3838

0 commit comments

Comments
 (0)