microsoft / azure_arc

Automated Azure Arc, Edge, and Platform environments
https://aka.ms/ArcJumpstart
Creative Commons Attribution 4.0 International
733 stars 532 forks source link

Remove SAS-tokens in ArcBox #2554

Closed janegilring closed 1 month ago

janegilring commented 1 month ago

This pull request primarily focuses on changes to the azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1 file. The changes simplify the way the script handles the vhdSourceFolder URL and the azcopy cp command. The URL for the vhdSourceFolder is now a direct link, and the azcopy cp command no longer uses a separate sas variable.

Changes in azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1: