Venue Management Service
This project provides a full automatic solution of Azure Function App, from test automation, infrastructure as code, environment management through Azure DevOps pipeline.
A local.settings file contains below code snippet need to create under \src\Venues.FunctionApp.
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet"
}
}