Skip to content
Rasto edited this page Feb 8, 2015 · 4 revisions

Simple Azure Virtual Machines Manager (SAVMM) was developed with one thing in mind. It must be deployable to Windows Azure with no costs. It means that it uses only Azure services, which are free at some level. SAVMM requires following services:

  • Web Sites - it is possible to have 10 free web sites, if you don't require custom domain.
  • Active Directory - it is required for authentication and you can create as many Active Directories as you want for free. There is always created at least one Active Directory per subscription and this one is used for authentication to full Windows Azure portal.

Setup

After downloading and unzipping SAVMM release file there must be setup following things:

  • [Setup management certificate](Setup management cetificate)
  • [Setup Active Directory](Setup Active Directory)
  • [Deploy Web site](Deploy web site)
Clone this wiki locally