gpt4 book ai didi

azure - 从 Azure 自动化获取自定义模块详细信息

转载 作者:行者123 更新时间:2023-12-03 02:17:45 26 4
gpt4 key购买 nike

我已经创建了自定义模块并将其上传到 Azure 自动化模块部分。现在,当我尝试运行命令来获取模块列表时,它没有显示在那里。我也使用了 PowerShell 命令和 REST API,但它只给了我默认模块的值。有什么方法可以获得自定义模块的详细信息吗?

我尝试了以下两种方法-

  1. Powershell - https://learn.microsoft.com/en-us/powershell/module/az.automation/get-azautomationmodule?view=azps-7.0.0

  2. API

请帮忙。

最佳答案

这是我能够使用 Powershell 获取已添加到 Azure 自动化的自定义模块的解决方法之一

运行以下cmd以获取所有模块defaultcustom

Get-AzAutomationModule -AutomationAccountName "<name>" -ResourceGroupName "<name>"

enter image description here

要获取自定义模块列表,请运行以下cmd

Get-AzAutomationModule -AutomationAccountName "<name>" -Name "MicrosoftTeams" -ResourceGroupName "<name>"

enter image description here

也可以从 azure 门户本身看到它。另请确保您已添加具有某些功能的自定义模块。

关于azure - 从 Azure 自动化获取自定义模块详细信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70422936/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com