将 Azure 密钥保管库从一个 azure 帐户克隆到另一个帐户
Clone Azure key vault from one azure account to another account
我想将 Azure 密钥保管库从帐户 A
克隆到帐户 B
。
有人可以指导我如何克隆密钥保管库吗?有什么手续吗?
否则,我如何在帐户 B
中手动重新创建密钥保管库?
您可以在同一租户下跨订阅移动资源,目标订阅必须存在并处于启用状态。
你可以参考这个Checklist before moving resources
在移动资源之前需要执行一些重要步骤。通过验证这些条件,您可以避免错误。
The source and destination subscriptions must exist within the same
Active Directory tenant.
我已经使用 ARM 模板进行了部署,方法是从中删除机密,必须手动添加机密
我想将 Azure 密钥保管库从帐户 A
克隆到帐户 B
。
有人可以指导我如何克隆密钥保管库吗?有什么手续吗?
否则,我如何在帐户 B
中手动重新创建密钥保管库?
您可以在同一租户下跨订阅移动资源,目标订阅必须存在并处于启用状态。
你可以参考这个Checklist before moving resources
在移动资源之前需要执行一些重要步骤。通过验证这些条件,您可以避免错误。
The source and destination subscriptions must exist within the same Active Directory tenant.
我已经使用 ARM 模板进行了部署,方法是从中删除机密,必须手动添加机密