Azure Function: Continued Refactor to support more structured appsettings.json and centralised service connection management

This commit is contained in:
John Rampono 2021-04-29 08:28:36 +08:00
Родитель fd01565e10
Коммит 36dcd3dc08
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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";