Khachatur-Khachatryan / 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.

Home Page:https://dev.azure.com/PetroKolosovProjects/MoviesAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

https://dev.azure.com/PetroKolosovProjects/MoviesAPI


Languages

Language:C# 82.3%Language:TSQL 14.0%Language:PowerShell 1.9%Language:Dockerfile 1.4%Language:Shell 0.5%