Please assist me with the following.
Is it possible to run a .NET MAUI app on Azure VM and how an end user could connect and login to the app running on the cloud (RDP?).
Each customer will have their own instance of the app which connects to a SQL server database that’s specific to that customer.
The end user should not be able to download the compiled C# code.
Thank you