dotnet build -o .\wwwroot\bin\
docker build --build-arg STORAGE_ACCOUNT='[Storage Account Connection String]' -t durable .
docker run -it -p 5000:80 durable
curl -X POST http://localhost:5000/api/orchestrators/orchestrator -i -H "Content-Length: 0"
npm install -g azure-functions-core-tools@core
cd wwwroot
func start --debug VSCode