Best Practice for Pre Prod Deployment

Mathew James 421 Reputation points
2022-12-19T10:14:51.13+00:00

All -

We have a Prod subscription in Azure Cloud. I would like to know where exactly the Pre-Prod should be deployed.

Is that generally deployed in a different Subscription or in the same subscription as Prod. (*although we have multiple resource groups to isolate the resources)

Any thoughts?

Thanks
-Mathew James

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.
2,775 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ravi Kanth Koppala 3,391 Reputation points Microsoft Employee Moderator
    2022-12-19T11:23:56.497+00:00

    @Mathew James ,
    It is generally best practice to deploy pre-production environments in a separate subscription from production environments. This helps to ensure that resources used in pre-production do not impact the resources available to the production environment, and vice versa. Additionally, it allows for better resource management and cost tracking, as resources used in the pre-production environment can be separately billed and accounted for.

    That being said, it is also possible to deploy pre-production environments within the same subscription as the production environment, using resource groups to isolate the resources. This can be a useful approach if you want to leverage specific shared resources or infrastructure between the two environments, but it is important to carefully consider the potential impacts on resource availability and cost.

    Ultimately, the choice of whether to deploy pre-production environments in a separate subscription or within the same subscription will depend on your specific needs and requirements. It is generally recommended to carefully evaluate your options and choose the approach that best aligns with your overall goals and objectives.

    ----------

    Please "Accept as Answer" and Upvote if any of the above helped so that it can help others in the community looking for remediation for similar issues.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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