Hi Patric,
Thank you for sharing your question on the Q&A portal! I totally understand how confusing it can be to navigate all the options in Azure, especially when you’re just getting started. Let me try to explain how you can set up a virtual machine with the right GPU and pay-as-you-go billing in a simple way.
First, Azure does offer virtual machines with powerful GPUs like the NVIDIA A100, and you can absolutely use them for short-term training jobs without overspending. To find these options, you’ll want to look for the "NCv3" or "NDv2" series virtual machines, as these include the A100 GPU. You can check the full list of available GPU VMs in the Microsoft documentation.
When creating a VM, make sure to select "Pay-As-You-Go" as the pricing option—this way, you’ll only be charged for the time the machine is running. To avoid unexpected costs, you can also set up a spending limit in the Azure Cost Management section. Here’s a helpful guide on how to manage costs.
For quick setup without dealing with too many settings, you might want to try Azure Machine Learning notebooks instead of manually configuring a VM. It’s similar to Google Colab and lets you choose GPU-backed compute on demand. The service automatically shuts down resources when you’re done, so you don’t have to worry about forgetting to stop a VM. You can learn more about it here.
If you prefer sticking with virtual machines, another tip is to use the "Spot Instances" option, which lets you run VMs at a much lower cost when Azure has spare capacity. Just keep in mind they can be interrupted if capacity is needed elsewhere. More details on Spot VMs are available here.
I hope this helps
Best regards,
Alex
P.S. If my answer help to you, please Accept my answer
PPS That is my Answer and not a Comment
https://ctrlaltdel.blog/