As a developer, I want the Order Service to be automatically built, tested, and deployed as a container so that changes are reliably shipped to the shared container registry.
- On push: build Order Service Docker image
- Run tests before pushing
- Push image to shared Azure Container Registry
- Deploy updated container
As a developer, I want the Order Service to be automatically built, tested, and deployed as a container so that changes are reliably shipped to the shared container registry.