Basic Webserver Behind Azure AD Authentication

Posted by denismcapple@reddit | sysadmin | View on Reddit | 3 comments

Hello Sysadmins! I am trying to find the best way to host very small little websites, for customer facing data generated from a piece of software. I'd need access to be secured by Azure AD Authentication. Basically, this software generates output (3D Models) in the form of a small folder structure containing a .html, a few .js and .css files, and a subfolder with some png's. Ideally, i'd like to be able to stand up some sort of server which can host multiple sites within it - and then tie access to those sites, to Azure AD Guest accounts. Anyone have any ideas of something that can do this? I've read about Azure Static Web Apps - but it seems overly complicated. Hoping for something pretty basic and simple here. Any advice muchly appreciated! Cheers ​