This GitHub repo contains a REST API which provides information about storage.
It's up to you to :
- Build, tag & push container to an Azure Container Registry (Based on our Dockerfile)
- Deploy API on Azure Web App for Containers with Azure Pipelines
Once that's done, we suggest to pick one of these tasks:
- Automated vulnerability scanning in the deployment pipeline
- Secure with Azure Application Gateway (WAF)
- Secure with 42Crunch
Already done? Here are some more tasks as bonus points:
- Automated vulnerability scanning in the release pipeline (if not done already)
- Secure with Azure Application Gateway (WAF) (if not done already)
- Secure with 42Crunch (if not done already)
- Run our smoke tests in the deployment pipeline after deployment to Azure Web App for Containers
- Provide alerts for vulnerable images in our container registry