Skip to content

Commit d665c5f

Browse files
committed
fixes
1 parent e9f8349 commit d665c5f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/devtest-labs/network-isolation.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Network isolation
33
description: Learn how to enable and configure network isolation for labs in Azure DevTest Labs.
44
ms.topic: how-to
5-
ms.date: 03/18/2022
5+
ms.date: 03/21/2022
66
---
77

88
# Network isolation in Azure DevTest Labs
@@ -11,16 +11,16 @@ This article walks you through creating a network-isolated lab in Azure DevTest
1111

1212
By default, Azure DevTest Labs creates a new [Azure virtual network](/azure/virtual-network/virtual-networks-overview) for each lab. The virtual network acts as a security boundary to isolate lab resources from the public internet. To ensure lab resources follow organizational networking policies, you can use several other networking options:
1313

14-
- Isolate all lab [virtual machines (VMs)](devtest-lab-configure-vnet.md) and [environments](connect-environment-lab-virtual-network.md) in a pre-existing virtual network that you choose.
15-
- Join an Azure virtual network to an on-premises network, to securely connect to on-premises resources. For more information, see [DevTest Labs enterprise reference architecture](devtest-lab-reference-architecture.md#connectivity-components).
14+
- Isolate all lab [virtual machines (VMs)](devtest-lab-configure-vnet.md) and [environments](connect-environment-lab-virtual-network.md) in a pre-existing virtual network that you select.
15+
- Join an Azure virtual network to an on-premises network, to securely connect to on-premises resources. For more information, see [DevTest Labs enterprise reference architecture: Connectivity components](devtest-lab-reference-architecture.md#connectivity-components).
1616
- Completely isolate the lab, including VMs, environments, the lab storage account, and key vaults, to a selected virtual network. This article describes how to configure network isolation.
1717

1818
## Enable network isolation
1919

20-
During lab creation, you can enable network isolation for the default lab virtual network, or for another, pre-existing virtual network you use for your lab.
21-
2220
You can enable network isolation in the Azure portal only during lab creation. To convert an existing lab and associated lab resources to isolated network mode, use the PowerShell script [Convert-DtlLabToIsolatedNetwork.ps1](https://github.com/Azure/azure-devtestlab/blob/master/Tools/ConvertDtlLabToIsolatedNetwork/Convert-DtlLabToIsolatedNetwork.ps1).
2321

22+
During lab creation, you can enable network isolation for the default lab virtual network, or choose another, pre-existing virtual network to use for the lab.
23+
2424
### Use the default virtual network and subnet
2525

2626
To enable network isolation for the **Default** virtual network and subnet that DevTest Labs creates for the lab:
@@ -35,7 +35,7 @@ After you create the lab, no further action is needed. The lab handles isolating
3535

3636
### Use a different virtual network and subnet
3737

38-
If you want to enable network isolation and use a different, existing virtual network for the lab:
38+
To use a different, existing virtual network for the lab, and enable network isolation for that network:
3939

4040
1. During lab creation, on the **Networking** tab, select an existing network from the dropdown list. You can only select networks in the same region and subscription as the lab.
4141

@@ -54,7 +54,7 @@ If you want to enable network isolation and use a different, existing virtual ne
5454
<a name="steps-to-follow-post-lab-creation"></a>
5555
## Configure service endpoints
5656

57-
If you enabled network isolation for a pre-existing virtual network, complete the following steps to isolate the lab storage account and key vault to the network you selected. Do these steps after you create the lab, and before you do any other lab configuration or create any lab resources.
57+
If you enabled network isolation for a virtual network other than the default, complete the following steps to isolate the lab storage account and key vault to the network you selected. Do these steps after you create the lab, but before you do any other lab configuration or create any lab resources.
5858

5959
### Configure the endpoint for the lab storage account
6060

@@ -78,7 +78,7 @@ If you enabled network isolation for a pre-existing virtual network, complete th
7878

7979
![Screenshot that shows adding the lab virtual network and subnet to the storage account.](./media/network-isolation/contoso-lab-my-vnet.png)
8080

81-
1. Enabling the service endpoint takes some time. Once the service endpoint is successfully enabled, select **Add**.
81+
1. Once the service endpoint is successfully enabled, select **Add**.
8282

8383
1. On the **Networking** page, select **Save**.
8484

@@ -100,7 +100,7 @@ You can automate these steps with PowerShell or Azure CLI to configure network i
100100

101101
1. Select **Add existing virtual networks**.
102102

103-
![Screenshot that shows allowing trusted Microsoft services on the Firewalls and virtual networks tab.](./media/network-isolation/contoso-lab-firewalls-vnets.png)
103+
![Screenshot that shows allowing trusted Microsoft services on the Firewalls and virtual networks tab.](./media/network-isolation/networking-key-vault.png)
104104

105105
1. On the **Add networks** pane, select the virtual network and subnet you chose when you created the lab, and then select **Enable**.
106106

@@ -128,6 +128,8 @@ For more information, see [Export or delete personal data from Azure DevTest Lab
128128

129129
Enabling the key vault service endpoint affects only the firewall. Make sure to configure the appropriate key vault access permissions in the key vault **Access policies** section.
130130

131+
For more information, see [Assign a Key Vault access policy](/azure/key-vault/general/assign-access-policy).
132+
131133
## Next steps
132134

133135
- [Azure Resource Manager (ARM) templates in Azure DevTest Labs](devtest-lab-use-arm-and-powershell-for-lab-resources.md)

0 commit comments

Comments
 (0)