1. Create resource group, container registry
2. build image (e.g. helloworld)
3. create vault credentials (optional for the current task)
4. (az login first) docker pull image
5. docker tag image id
6. az container create using username and password on your azure portal
7. inquire fqdn which is a link
8. access the link to see your app on your chosen port
This is a short presentation. Many commands are mentioned in the references or otherwise searchable. I had the most trouble in accessing the image.
Main references:
https://learn.microsoft.com/en-us/azu...
https://stackoverflow.com/questions/7...