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

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -