- AZ400-7. Deploy .NET Core webapp to IIS on Windows VM: https://trello.com/c/abEYNHOT
- AZ400-155. Automate Azure Windows VM creation using Terraform and custom script extensions: https://trello.com/c/lEv89VzJ
- DevOps Project: https://dev.azure.com/PetroKolosovProjects/MoviesAPI
- DockerHub: https://hub.docker.com/r/petrokolosov/movies-api
- DockerHub: https://hub.docker.com/r/petrokolosov/movies-api-k8s
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 I will come back to this demo project from long past.
kubectl apply -f .\mssql-pv.azure.yaml
kubectl get deployments
kubectl apply -f .\mssql-deployment.yaml
kubectl delete -f .\mssql-deployment.yaml
kubectl get services
kubectl apply -f .\movies-configmap.yaml
kubectl get pods -o wide
kubectl get endpoints
- 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"