Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SAS-tokens in ArcBox #2554

Merged
merged 3 commits into from
May 29, 2024

Conversation

janegilring
Copy link
Contributor

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:

  • $vhdSourceFolder URL simplified: The $vhdSourceFolder URL has been changed to a direct link, removing the need for the sas variable.
  • azcopy cp command simplified: The azcopy cp command has been updated in two places. It no longer uses the sas variable, instead directly using the $vhdSourceFolder URL. This change was made in the if ($Env:flavor -ne "DevOps") { blocks, affecting both the SQL VM and other VMs. [1] [2]

Signed-off-by: Jan Egil Ring <janegilring@microsoft.com>
@janegilring janegilring added the ArcBox Jumpstart ArcBox related label May 14, 2024
@janegilring janegilring added this to the May 2024 milestone May 14, 2024
@janegilring janegilring requested a review from sebassem May 14, 2024 13:42
@janegilring janegilring self-assigned this May 14, 2024
@janegilring janegilring linked an issue May 14, 2024 that may be closed by this pull request
Signed-off-by: Jan Egil Ring <janegilring@microsoft.com>
Copy link
Contributor

@fcabrera23 fcabrera23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fcabrera23 fcabrera23 merged commit 0b9b91a into microsoft:main May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ArcBox Jumpstart ArcBox related
Projects
Development

Successfully merging this pull request may close these issues.

Feature request: Remove use of SAS tokens for VHD downloads
3 participants