How to deploy a simple static micro site on Microsoft Azure -
i plan move websites own baremetal server microsoft azure. things started want poc , deploy simple static microsite - single html page css/img/js resources.
how 1 go deploy simple static website? can see options simple cms type sites, nothing basic of sites.
while there several options mentioned brents answer (and comments), find 1 simple option easiest.
- create website azure portal.
- go to: https://{sitename}.scm.azurewebsites.net/debugconsole
- navigate to: site/wwwroot
- drag drop files (html/js/css/...).
done
(browse http://{sitename}.azurewebsites.net/ see site).
note: can edit files view.
Comments
Post a Comment