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.

  1. create website azure portal.
  2. go to: https://{sitename}.scm.azurewebsites.net/debugconsole
  3. navigate to: site/wwwroot
  4. drag drop files (html/js/css/...).

done

(browse http://{sitename}.azurewebsites.net/ see site).

note: can edit files view.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -