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

Removed SAS token for VHD downloads #2552

Closed janegilring closed 1 month ago

janegilring commented 1 month ago

This pull request primarily focuses on changes made to the azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1 file. The changes is aimed at simplifying the way Azure's azcopy command is used to copy VHD files from a source folder. The changes remove the use of a Shared Access Signature (SAS) token and modify the $vhdSourceFolder variable to directly include the path to the VHD files.

Here are the key changes:

Resolves #2551

microsoft-github-policy-service[bot] commented 1 month ago

Hi janegilring! Thank you for opening this Pull Request. Someone will review it soon. Thank you for committing to making the Azure Arc Jumpstart better.