Skip to content

Commit

Permalink
Removing setting the unused env variable(AzureWebJobsScriptRoot) (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyju committed Mar 13, 2023
1 parent 1159b05 commit 584cab0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions host/src/funcgrpc/handlers/funcgrpc_native_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ void AzureFunctionsRpc::NativeHostMessageHandler::HandleMessage(ByteBuffer *rece

_putenv(envString.c_str());
}

string scriptRootEnvVar("AzureWebJobsScriptRoot=" + dir);
_putenv(scriptRootEnvVar.c_str());
}

string exePath = funcgrpc::WorkerConfigHandle().GetApplicationExePath(dir);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>Microsoft.Azure.Functions.DotNetIsolatedNativeHost</id>
<title>Microsoft Azure Functions dotnet-isolated native host</title>
<tags>dotnet-isolated azure-functions azure</tags>
<version>1.0.0-preview6</version>
<version>1.0.0-preview7</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<projectUrl>https://github.com/Azure/azure-functions-dotnet-worker</projectUrl>
Expand Down

0 comments on commit 584cab0

Please sign in to comment.