创建质量检查环境 [英] Creating QA environments

查看:143
本文介绍了创建质量检查环境的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在为AD,QA,QP创建三个环境.

I've been task to create three environments for AD, QA, QP.

这些较低生命周期的环境必须包含在其自己的空间中,不能进入生产环境.

These lower life cycle environments must be contain within its own space with no access to production.

这可能吗?

是的,我该如何创建它们?

Is yes how can I create them?

推荐答案

您将要在其自己的资源组中创建每个环境.然后,与特定资源关联的任何资源都应仅位于该资源组中.

You will want to create each environment in its own resource group. Then any resources associated with a specific resource should only be in that resource group. 

完成环境后,您可以删除资源组,它将删除该组中的所有资源.

Once you are done with an environment you can delete the resource group and it will remove all the resources in that group.

如果您需要环境之间能够相互通信,则可以在每个环境中对等每个虚拟网络的vnet.这将允许他们进行通信,但是当您删除环境时,它不会删除其他环境. 

If you need the environments to be able to communicate between each other you can peer the vnets of each virtual network in each environment. This will allow them to communicate but when you delete a environment it will not delete the other environment. 

一般规则是,应将具有相同生命周期的所有资源放入同一资源组中.

The general rule is that you should place all resources that have the same life cycle into the same resource group. 

https://docs.microsoft.com/en-us /azure/azure-resource-manager/resource-group-overview

https://docs.microsoft.com/zh-CN /azure/azure-resource-manager/resource-group-portal


这篇关于创建质量检查环境的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆