Deploy your app to Azure Web App using a Docker image, usually for a Web App on Linux.
This pipeline builds a docker container image based on your dockerfile, pushes the image to a container registry and deploys the new image to the Azure Web App.
See How to use a Docker image from a private image registry for details.