Which Azure Services can be deployed into a virtual network?

You can communicate with most Azure resources over the Internet through public IP addresses. When you deploy Azure services in a virtual network, you can communicate with the service resources privately, through private IP addresses. Below is a list of services that can be deployed into a virtual network:
  1. Virtual machines: Linux or Windows
  2. Service fabric
  3. Virtual machine scale sets
  4. HDInsight
  5. App Service Environment
  6. RedisCache
  7. API Management
  8. VPN Gateway
  9. Application Gateway (internal)
  10. Azure Kubernetes Service (AKS)
  11. Azure Container Service Engine with the Azure Virtual Network CNI plug-in
  12. Azure Active Directory Domain Services: Virtual network (classic) only
  13. Azure Batch
  14. Cloud services: Virtual network (classic) only
  15. Azure SQL Database Managed Instance
Last updated: 22-Sep-2018

Comments