User61956409 posted
Hi hkbeer,
Can Azure provide serverless for my code which is Web Form (.Net Framework) ?
I dont want to manage the server.
If you do not want to setup and manage server by yourself, you can choose Azure App Service to host your web applications.
But, Azure Web Apps (as well as Mobile App/Services, WebJobs and Functions) run in a secure environment called a sandbox, which have some limitations, you can get detailed information in this article "Azure
Web App sandbox".
With Regards,
Fei Han