Hello Ianez Mathias
Welcome to Microsoft Q&A Platform, thanks for posting your query here.
What error are you getting?
Can you try to deploy it using CLI once and see if it succeeds:
Ex: az container create -g MyResourceGroup --name mywinapp --image winappimage:latest --os-type Windows --cpu 2 --memory 3.5
Ref: https://learn.microsoft.com/en-us/cli/azure/container?view=azure-cli-latest#az-container-create
Make sure to also specify the --memory
parameter with a value that is appropriate for your needs. If you receive an error during deployment, please provide me with the error message so that I can help you troubleshoot the issue.
Hope this helps.