Connecting VM to apps in a seperate resource group

Ronald Harvey 1 Reputation point
2021-07-07T13:02:09.39+00:00

I need some insight on how to connect a VM in a separate resource group to apps in another resource group that is fire-walled off with a public ip. Is it as simple as creating rules on the firewall to allow inbound traffic from the VM's public IP? or is there a better more secure way to accomplish this? the fire-walled off resource group houses are intranet web page and few databases the vms will need access to.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,479 questions
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
600 questions
Azure Web Application Firewall
Azure Firewall Manager
Azure Firewall Manager
An Azure service that provides central network security policy and route management for globally distributed, software-defined perimeters.
88 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Susheel Bhatt 356 Reputation points
    2021-07-08T00:05:08.447+00:00

    There are two ways to achieve this. One is using the public Ip and facilitating the connection. The other way is to use the private link. This allows Azure services communicate each other using the azure backbone.

    https://video2.skills-academy.com/en-us/azure/private-link/private-endpoint-overview

    https://video2.skills-academy.com/en-us/azure/private-link/private-link-overview

    0 comments No comments