Azure 灯塔 - 跨租户自动化
我正在我的 Azure 环境中准备自动化解决方案。我必须提供自动化,以便能够管理分布在不同 Azure 租户的多个 Azure 订阅中的资源。我目前正在测试 Azure Lighthouse,它在备份和更新管理服务管理(多个订阅、多个租户)方面非常有用。在 MS 文档中 - Azure Lighthouse - 跨租户-管理体验有一个部分Azure自动化
和简短描述使用自动化帐户访问和使用委派的资源
。问题是它是如何工作的?我没有找到如何从一个集中订阅运行 Runbook 并管理远程/客户订阅中的资源(列出虚拟机、存储帐户)的方法。有没有办法使用 Azure Lighthouse 从一个中心点运行自动化 Runbook 并管理客户帐户中的资源。我知道我们可以使用 Azure Monitor 并创建警报,并使用它们运行 Runbook 来管理客户帐户中的资源。
I am preparing automated solution in my Azure environment. I have to provide automation that will be able to manage resources in multiple Azure subscriptions spread across different Azure tenants. I am currently testing Azure Lighthouse, and its very useful service in case of backup and Update Management service management (multiple subscription, many tenants). In MS documentation - Azure Lighthouse - cross-tenant-management-experience there is a section Azure Automation
and short description Use Automation accounts to access and work with delegated resources
. Question is how does it work? I didn't find method how to run a runbook from one central subscription and manage resources (list VMs, Storage Account) in remote/customers subscription. Is there any way to use Azure Lighthouse for running Automation runbooks from one central point and manage resources in customer's account. I know that we can use Azure Monitor and create alerts and using them run runbooks to manage resources in customers accounts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此答案与 Azure Light house 无关,但您可以通过提供必要的权限拥有自动化 Runbook 来访问多个订阅。
This answer is not related to Azure Light house, but you can have an Automation Runbook to access multiple subscriptions by providing necessary permissions.