Share via

Azure environments

mark 1 Reputation point
2022-08-04T18:22:38.423+00:00

Hi we have 3 different environments dev,qc and uat. a webserver and Reporting server has been deloyed in each environment. and these servers are in dev-vnet,qc-vnet and uat-vnet. so how do i route the traffic to these 3 environments. if through load balancer how ? how manyazure load balancers? a load balancer to each environment? or a load balancer to all the three environments?

Azure Load Balancer
Azure Load Balancer

An Azure service that delivers high availability and network performance to applications.


2 answers

Sort by: Most helpful
  1. Ramana Bagadi 1 Reputation point
    2022-08-08T18:37:47.927+00:00

    Yes, you can create Private Vnet peering between all three Vnet, however it takes admin time. You did not talk about you production Environment. Are you planning to isolate that Vnet?
    I do not know your complete use-case and technical requirements, however you should try App Service Plan (Standard Tier), using this you can created multiple slots for each environment, and you can swap deployment slots as you are making progress.

    Was this answer helpful?

    0 comments No comments

  2. Mohammed Altamash Mohammed Suleman Khan 2,416 Reputation points
    2022-08-04T23:48:10.287+00:00

    Hi

    I believe Vnet peering can help you.

    But im not sure how to implement it , since im not much on networking side , the scenario is common to us and we are using vnet peering .

    Have a look : https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview

    -------if this was helpful , please accept the answer ------------

    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.