Share via

Need help ,

Serendipty77 1 Reputation point
2021-12-06T17:17:28.91+00:00

I need two N tier architecture and how Will I design it, I need to access from the office using VPN to one server and one database back end server running my SQL and need no public internet access? I also need a bastion for some admin work now I am thinking to use one Vnet and one subnet or two subnet but do you have any suggestions for my diagram ?

Azure Virtual Network
Azure Virtual Network

An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.

0 comments No comments

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,311 Reputation points Microsoft Employee
    2021-12-07T04:51:18.057+00:00

    @Serendipty77 ,

    You can deploy a VNET and run SQL VMs in it. Your VNET needs a Gateway Subnet to connect from On-Premises. Since you mentioned you need private access to the SQL design depends on what kind of SQL service you choose. For IaaS based SQL, you can simply deploy a VM without public IP and connect using private IP from On-Premises. For PaaS based SQL deployment, you can deploy Private Endpoint and connect from On-Premises.

    Let me know if you have any questions.

    Regards,
    Karthik Srinivas

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.