Azure Function: Continued Refactor to support more structured appsettings.json and centralised service connection management
This commit is contained in:
Родитель
fd01565e10
Коммит
36dcd3dc08
|
@ -33,7 +33,7 @@ namespace AdsGoFast
|
|||
{
|
||||
public override void Configure(IFunctionsHostBuilder builder)
|
||||
{
|
||||
//Swap between local development and deployed root paths..
|
||||
//Swap between local development and deployed root paths
|
||||
var local_root = Environment.GetEnvironmentVariable("AzureWebJobsScriptRoot");
|
||||
var azure_root = $"{Environment.GetEnvironmentVariable("HOME")}\\site\\wwwroot";
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче