diff --git a/FunctionApp/local.settings.json b/FunctionApp/local.settings.json index e8558c0..570e0c6 100644 --- a/FunctionApp/local.settings.json +++ b/FunctionApp/local.settings.json @@ -3,6 +3,6 @@ "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", "CosmosStorage__ConnectionString": "AccountEndpoint=https://localhost:8081/;AccountKey=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==", - "FUNCTIONS_WORKER_RUNTIME": "dotnet" + "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated" } } \ No newline at end of file diff --git a/Website/staticwebapp.config.json b/Website/staticwebapp.config.json index cd7b592..dc1bbd2 100644 --- a/Website/staticwebapp.config.json +++ b/Website/staticwebapp.config.json @@ -1,6 +1,6 @@ { "platform": { - "apiRuntime": "dotnet:8.0" + "apiRuntime": "dotnet-isolated:8.0" }, "routes": [ {