If time allows, configure an automated deployment into an Azure cloud resource, so that the service can run inside a Docker container in cloud for the end to end demo. Hopefully this can be a github action that can run as part of a merge of main (or something along those lines)
Will need to figure out a few things:
setting up a registry to push the service image
setting up a docker container instance to run the image (or images, depending on how we want to run postgres)
enabling networking so the endpoint is properly accessible
any set up that would require to help create resources/connect to them from github actions
If time allows, configure an automated deployment into an Azure cloud resource, so that the service can run inside a Docker container in cloud for the end to end demo. Hopefully this can be a github action that can run as part of a merge of main (or something along those lines)
Will need to figure out a few things: