Skip to content

Commit eaf3ed2

Browse files
authored
Update virtual-network-for-azure-services.md
Fixed two options were comingled and hard to differentiate.
1 parent d1b80b1 commit eaf3ed2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/virtual-network-for-azure-services.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ms.author: jdial
2323

2424
Integrating Azure services to an Azure virtual network enables private access to the service from virtual machines or compute resources in the virtual network.
2525
You can integrate Azure services in your virtual network with the following options:
26-
Directly deploying dedicated instances of the service into a virtual network. The services can then be privately accessed within the virtual network and from on-premises networks.
27-
By extending a virtual network to the service, through service endpoints. Service endpoints allow individual service resources to be secured to the virtual network.
26+
- Deploying dedicated instances of the service into a virtual network. The services can then be privately accessed within the virtual network and from on-premises networks.
27+
- Extending a virtual network to the service, through service endpoints. Service endpoints allow individual service resources to be secured to the virtual network.
2828

2929
To integrate multiple Azure services to your virtual network, you can combine one or more of the above patterns. For example, you can deploy HDInsight into your virtual network and secure a storage account to the HDInsight subnet through Service endpoints.
3030

@@ -61,4 +61,4 @@ Analytics | [Azure HDInsight](../hdinsight/hdinsight-extend-hadoop-virtual-netwo
6161

6262
## Service endpoints for Azure services
6363

64-
Some Azure services can't be deployed in virtual networks. You can restrict access to some of the service resources to only specific virtual network subnets, if you choose, by enabling a virtual network service endpoint. Learn more about [virtual network service endpoints](virtual-network-service-endpoints-overview.md), and the services that endpoints can be enabled for.
64+
Some Azure services can't be deployed in virtual networks. You can restrict access to some of the service resources to only specific virtual network subnets, if you choose, by enabling a virtual network service endpoint. Learn more about [virtual network service endpoints](virtual-network-service-endpoints-overview.md), and the services that endpoints can be enabled for.

0 commit comments

Comments
 (0)