将 Azure 资源移动到新订阅 - 从 BizSpark 迁移到 BizSpark Plus
Moving Azure resource to new subscription - Migrating from BizSpark to BizSpark Plus
我正在尝试将所有当前 Azure 服务移动到我的新 Azure BizSpark Plus 帐户。在this article之后,有这个小注意事项需要在移动前检查(见下图):
I understand that tools and scripts associated with moved resources will not work until I update them to use new resource IDs
这是什么意思?我是否必须更新客户端应用程序中的 Azure API 密钥或 Azure 脚本 URL?我应该期待停机时间吗?如何更新 'tools and scripts' 以使用 'new resource ID'?
注意:小感叹号指向上面提到的同一篇文章。
您的资源 ID 格式如下:
resource/subscriptions/[subscription id]/resourceGroups/[resource group name]/providers/Microsoft.Web/sites/[app name]/appServices
如您所见,资源组名称是该唯一 ID 的一部分,因此将其移至新资源组会更改该 ID。
警告只是说明,如果您当前有任何工具或脚本使用旧资源组名称引用资源,则需要更新它们以使用新 ID。
我正在尝试将所有当前 Azure 服务移动到我的新 Azure BizSpark Plus 帐户。在this article之后,有这个小注意事项需要在移动前检查(见下图):
I understand that tools and scripts associated with moved resources will not work until I update them to use new resource IDs
这是什么意思?我是否必须更新客户端应用程序中的 Azure API 密钥或 Azure 脚本 URL?我应该期待停机时间吗?如何更新 'tools and scripts' 以使用 'new resource ID'?
注意:小感叹号指向上面提到的同一篇文章。
您的资源 ID 格式如下:
resource/subscriptions/[subscription id]/resourceGroups/[resource group name]/providers/Microsoft.Web/sites/[app name]/appServices
如您所见,资源组名称是该唯一 ID 的一部分,因此将其移至新资源组会更改该 ID。
警告只是说明,如果您当前有任何工具或脚本使用旧资源组名称引用资源,则需要更新它们以使用新 ID。