I have created an Azure Container Registry and put a windows docker image in it.
I have also created a Windows server with containers VM in Azure.
Both the VM and the ACR are in the same resource group.
I would simply like to run the container in the VM. Seems like a simple issue but I am really struggling.
So I RDP into the VM. Indeed docker is there. How to I, from Powershell in the VM, run my container from the ACR? Cannot seem to find any tutorial or documentation on this, for what should be an extremely simple and straightforward task. All the examples I have found running Azure containers use the Azure CLI which is not avialable in the VM.