In your case I would consider running the 32 bit only application inside a nested VM. If that is not feasible it is technically possible to run the Azure VM without the Azure Windows VM Agent. The overview page goes over the Agent in more details. As noted, some of the downsides are:
- VM Extensions: The Azure Windows VM Agent plays a crucial role in enabling and executing Azure virtual machine extensions. These extensions allow you to perform post-deployment configurations on VMs, such as installing and configuring software. Without the VM Agent, you won’t be able to run these extensions. So, if you need to customize your VM beyond its initial deployment, lacking the VM Agent could be a significant limitation.
- Recovery Features: The VM Agent also facilitates recovery features, such as resetting the administrative password of a VM. Without it, managing and recovering VMs becomes more challenging.
Hope this helps! Let me know if you still have questions or issues.
If you still have questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.
If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question. Accepting answers helps increase visibility of this question for other members of the Microsoft Q&A community.
Thank you for helping to improve Microsoft Q&A!