Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 240d320

Browse files
committed
Allow ICU on spot workers
1 parent 87a54e7 commit 240d320

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

deploy/scripts/Install-WorkerStandalone.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ $hostEnv = [ordered]@{
104104
"ASPNETCORE_URLS" = "http://localhost:$LocalHealthPort";
105105
"AzureFunctionsJobHost__Logging__Console__IsEnabled" = "false";
106106
"AzureWebJobsScriptRoot" = $appRoot;
107+
"DOTNET_gcServer" = "1";
108+
"NUGET_INSIGHTS_ALLOW_ICU" = "true";
107109
"NuGetInsights__DeploymentLabel" = $DeploymentLabel;
108-
"WEBSITE_HOSTNAME" = "localhost:$LocalHealthPort"
109-
"DOTNET_gcServer" = "1"
110+
"WEBSITE_HOSTNAME" = "localhost:$LocalHealthPort";
110111
}
111112

112113
if ($ApplicationInsightsConnectionString) {

0 commit comments

Comments
 (0)