将 Azure SQL 数据库从 Azure 标准订阅移动到 dev/test 订阅

Movement of Azure SQL databases from Azure standard subscription to dev/test subscription

我有 Azure 标准订阅,很少有 azure SQL 数据库与此订阅上的非产品 运行 相关。现在我已经购买了 dev/test 订阅。我打算将那些 databases/server 从标准订阅转移到 dev/test 订阅。我想知道是否可以转为 dev/test 订阅。我们对移动 dev/test sub.

有什么限制吗?

另外,迁移过程中对AAD用户(存在于databases/subscription级别)有什么影响吗?

是的,这绝对有可能,只是为了确保:

如果位于同一租户,则不会对 Azure Active Directory 产生任何影响。

Both the source and destination Azure Active Directory subscriptions must be in the same Azure Active Directory tenancy.

The resources you wish to relocate must be compatible with the relocation operation. See Move operation support for resources for a list of resources that assist moving.

The subscriptions to the source and destination must both be active.

在移动过程中,源和目标组被锁定。在传输完成之前,限制对资源组的写入和删除操作。如果资源组中的资源被锁定,您将无法对其进行更改。

这并不意味着资源已被冻结。如果将 Azure SQL 逻辑服务器及其数据库迁移到不同的资源组或订阅,使用数据库的应用程序将不会遇到任何停机。他们仍然可以访问数据库并可以读取和写入它们。虽然锁定最多可以持续四个小时,但大多数动作在相当短的时间内完成。

注意:在大多数情况下,子资源不能与其父资源分开转移。

请查看此 Microsoft 文档以查看 SQL:对资源的移动操作支持 | Microsoft.Sql