Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure DSC无法在SendConfigurationApply函数中创建SSL/TLS安全通道_Azure_Powershell_Azure Virtual Machine_Dsc_Azure Vm Scale Set - Fatal编程技术网

Azure DSC无法在SendConfigurationApply函数中创建SSL/TLS安全通道

Azure DSC无法在SendConfigurationApply函数中创建SSL/TLS安全通道,azure,powershell,azure-virtual-machine,dsc,azure-vm-scale-set,Azure,Powershell,Azure Virtual Machine,Dsc,Azure Vm Scale Set,我正在尝试将vm规模集添加到Azure Devops中的代理池中。我已经设置了VMS,现在正在添加DSC作为扩展,它将调用“SendConfigurationApply”发送到代理池 但是,当我升级虚拟机时,会出现以下错误: VM在处理扩展“DSC”时报告失败。错误 消息:“DSC配置“AgentInstalled”已完成,但出现错误。 以下是前几个:请求已中止:无法创建 SSL/TLS安全通道。PowerShell DSC资源 带有SourceInfo的“[AgentResource]代理”

我正在尝试将vm规模集添加到Azure Devops中的代理池中。我已经设置了VMS,现在正在添加DSC作为扩展,它将调用“SendConfigurationApply”发送到代理池

但是,当我升级虚拟机时,会出现以下错误:

VM在处理扩展“DSC”时报告失败。错误 消息:“DSC配置“AgentInstalled”已完成,但出现错误。 以下是前几个:请求已中止:无法创建 SSL/TLS安全通道。PowerShell DSC资源 带有SourceInfo的“[AgentResource]代理” 'C:\Packages\Plugins\Microsoft.Powershell.DSC\2.83.1.0\DSCWork\agentConnectionEdint.ps1.1\agentConnectionEdint.ps1::26::9::agentResource' 运行集合时引发了一个或多个非终止错误 功能。这些错误被记录到ETW通道,称为 Microsoft Windows DSC/Operational。有关详细信息,请参阅此频道 详细信息。SendConfigurationApply函数未成功。“详细信息。” 有关故障排除的信息,请访问

我已经在虚拟机上设置了使用TLS1.1和1.2的协议

虚拟机位于旧版本的Windows 10客户端上,因为我们需要运行Edge Legacy。这可能与这个问题有关吗