Я пытаюсь добавить копию файла Azure на виртуальную машину Azure в моем конвейере развертывания.
The remote session query failed for xx.xxx.xx.xx with the following error message: WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer. By default, the WinRM firewall exception for public profiles limits access to remote computers within the same local subnet.
Я уже пробовал следующие решения:
- Winrm quickconfig
- Enable-PSRemoting
- Добавлен порт 5985 для входящего брандмауэра
- Развертывание агента DevOps на виртуальной машине Azure
Любая помощь будет принята с благодарностью.Спасибо!