Skip to content

Commit

Permalink
Updated storage account for VHD files
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Egil Ring <[email protected]>
  • Loading branch information
janegilring committed May 29, 2024
1 parent d5bdf76 commit bd721bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $azureLocation = $env:azureLocation
$resourceGroup = $env:resourceGroup

# Moved VHD storage account details here to keep only in place to prevent duplicates.
$vhdSourceFolder = "https://jsvhds.blob.core.windows.net/arcbox/*"
$vhdSourceFolder = "https://jumpstartprodsg.blob.core.windows.net/arcbox/*"

# Archive existing log file and create new one
$logFilePath = "$Env:ArcBoxLogsDir\ArcServersLogonScript.log"
Expand Down

0 comments on commit bd721bf

Please sign in to comment.