- How to setup SQL server and IIS deploy: https://trello.com/c/abEYNHOT
- Windows VM with Terraform: https://trello.com/c/lEv89VzJ
ASP NET Core WEB API with CQRS Architecture. Example of IIS Azure VM deploy example via Azure pipelines. Contains SSL config for IIS using cert bot.
PS. I'd never think that will come back to this demo project from long past.
This is to test jenkins webhook.
- Hosting Bundle on Windows Server
- CertBot for Windows
- OpenSSL (via choco)
docker build -t "movies:latest" .
docker run -d -p 9000:80 -e "ShouldMigrate=false" --name movies-test-run "movies:latest"