From bd721bf82ec0e2253a856a185cacf2a07ed2e438 Mon Sep 17 00:00:00 2001 From: Jan Egil Ring Date: Wed, 29 May 2024 22:35:39 +0200 Subject: [PATCH] Updated storage account for VHD files Signed-off-by: Jan Egil Ring --- azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1 b/azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1 index bb8f3e812e..c6abecdca4 100644 --- a/azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1 +++ b/azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1 @@ -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"