windows azure webs sites

10
https://github.com/ shijuvar Windows Azure Web Sites Shiju Varghese

Upload: shiju-varghese

Post on 17-May-2015

332 views

Category:

Documents


1 download

DESCRIPTION

Introduction to Windows Azure Web Sites.

TRANSCRIPT

Page 1: Windows Azure Webs Sites

https://github.com/shijuvar

Windows Azure Web Sites

Shiju Varghese

Page 2: Windows Azure Webs Sites

Agenda

Agenda

Introduction to Windows Azure Web Site

Overview of Windows Azure Management Portal

Deployment Options for Windows Azure Web Site

Page 3: Windows Azure Webs Sites

Windows Azure Execution Models

Virtual Machines

Web Sites

Cloud Services

Page 4: Windows Azure Webs Sites

Windows Azure Web Sites

Hosting platform on Windows Azure Runs Windows Server and Internet

Information Services (IIS) in a virtual machine.

Easier and Cheaper Start for free and scale as you go

Page 5: Windows Azure Webs Sites

Windows Azure Web Sites

Supports ASP.NET, ASP, PHP and Node.js Database supports for SQL Azure and MySQL Templates for popular open source apps like

WordPress, Joomla, Drupal, DotNetNuke and Umbraco.

Develop with Visual Studio, Cloud9 IDE and WebMatrix

Integrated source control with Team Foundation Server (TFS) and Git

Page 6: Windows Azure Webs Sites

Free

Shared

Reserved

Multi-tenant. Daily quotas

Dedicated VMs. No quotas

Multi-tenant. No quotas

Scaling

Page 7: Windows Azure Webs Sites

Publishing Windows Azure Web Sites

Git TFSWeb DeployFTP

Bitbucket

GithubCodePle

x

Page 8: Windows Azure Webs Sites

Web Site or Cloud Service

Popular open source apps

Launch a professional looking site with a few clicks using apps like WordPress, Joomla!, Drupal, DotNetNuke and Umbraco

Continuous development

Deploy directly from your source code repository, using Git or Team Foundation Service.

Modern web apps

Perfect if your app consists of client side markup and scripting, server side scripting and a database. Powerful capability to scale out and up as needed.

Web Sites

Apps that require advanced administration

Cloud-based applications that require admin access, remote desktop access or elevated permissions

Cloud Services / Web RoleMulti-tier applications

Cloud-based applications that separate application logic into multiple tiers (i.e. caching middle tier, asynchronous background processes like order processing) using both Web and Worker Roles

Apps that require advanced networking

Cloud-based applications that require network isolation for use with Windows Azure Connect or Windows Azure Virtual Network

Page 9: Windows Azure Webs Sites

Questions?

Page 10: Windows Azure Webs Sites

THANKS

[email protected]

https://github.com/shijuvar