Azure VM – Artifacts installation

JP Fernandes 1 Reputation point
2020-02-05T10:20:18.237+00:00

Hi all,

I’m here because I’ve some help after spends few days to try to find a solution. I try to explain my issue. I’ve created an ARM Template in order to be used to create a VM in Dev Test Lab and install some arifacts directly. However, it seems impossible to install some artifacts, because when it tries to connect to internet (Chocolatey)

I’ve an error (alidating parameters. Configuring PowerShell session. Ensuring latest Chocolatey version is installed. ERROR: Exception calling \"DownloadString\" with \"1\" argument(s): \"The request was aborted: Could not create SSL/TLS secure channel. The artifact failed to apply.)

After configuring tls in Powershell, I’m able to install any artifact however during the installation it seems impossible to configure this part. How can I bypass this “issue”? Any idea?

Thanks a lot for your reply’s.

To finish, please find here my vm details:

Server : Windows Server 2016

DataCenter with .NET Core 2.2 Size:

Standard_D2s_V3

Best Regards

JP Fernandes

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,130 questions
Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
255 questions
Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
279 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. jakaruna-MSFT 596 Reputation points Microsoft Employee
    2020-02-05T12:12:53.783+00:00

    Hi,
    There is a github issue raised in the artifacts repo. Link is here

    That issue is fixed just 16 hours ago

    Can you redeploy that virtual machine now?

    So that it pulls the new artifact code and the installation should go well.

    Try this out and let me know.

    0 comments No comments