/MoviesAPI

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.

Primary LanguageC#

Movies API

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.

DO NOT USE DATA CENTER 2022 WINDOWS IMAGE

Required software

Docker commands

  • docker build -t "movies:latest" .
  • docker run -d -p 9000:80 -e "ShouldMigrate=false" --name movies-test-run "movies:latest"

Azure DevOps Library Settings

./img/settings.png

Notes