gpt4 book ai didi

powershell - Azure 自动化 : Onboarding DSC Node: "vmname, The entity was not found."

转载 作者:行者123 更新时间:2023-12-03 00:35:25 25 4
gpt4 key购买 nike

我正在尝试按照建议使用 Register-AzureRmAutomationDSCNode cmdlet 将 VM 载入 Azure Automation DSC here对于非经典虚拟机。 DSC 节点配置已在 Azure 自动化中导入和编译。

这是我的代码:

$AutomationAccountName = "PersistentAutomationAccount"
$VMName = "VM1"
$AutomationResourceGroup = "PersistantResources"
$VMResourceGroup = "AutomatingAutomation2"
$NodeConfigurationName = "HelloWorldDSC.localhost"
Register-AzureRmAutomationDscNode -AutomationAccountName $AutomationAccountName -AzureVMName $VMName -ResourceGroupName $AutomationResourceGroup -AzureVMResourceGroup $VMResourceGroup -NodeConfigurationName $NodeConfigurationName

但是我收到以下错误,但找不到解释:

New-AzureRmResourceGroupDeployment : 10:56:57 AM - Resource 

Microsoft.Compute/virtualMachines/extensions 'VM1/Microsoft.Powershell.DSC' failed with message '{
"error": {
"code": "NotFound",
"target": "vmName",
"message": "The entity was not found."
}
}'

虚拟机名称正确,它存在,资源组名称正确,那么没有找到什么?我认为虚拟机可能需要预安装扩展,但根据 Azure 代表的说法,一旦节点上线,自动化的工作就是安装 dsc 代理/扩展。

最佳答案

您的虚拟机是否与您的自动化帐户位于不同的区域?如果是这样,您是否尝试添加 AzureVMLocation 变量并包括 VM 区域?

关于powershell - Azure 自动化 : Onboarding DSC Node: "vmname, The entity was not found.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42121829/

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