20
Windows Azure Platform for Python Developers 小朱 Windows Azure MVP MCSD: Web Applications

Python conf 2013 taiwan azure

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Python conf 2013 taiwan azure

Windows Azure Platform for Python Developers

小朱Windows Azure MVP

MCSD: Web Applications

Page 2: Python conf 2013 taiwan azure

Agenda

Windows Azure Platform Overview

Website Service

Cloud Service

Virtual Machine Service

Python Developer Support

Page 3: Python conf 2013 taiwan azure

Windows Azure

Page 4: Python conf 2013 taiwan azure

Global Footprint

Page 5: Python conf 2013 taiwan azure

pay only for what you use

Page 6: Python conf 2013 taiwan azure

applicationbuilding blocks

cloud services

Page 7: Python conf 2013 taiwan azure

application building blocks(Python Support)

cloud services

Page 8: Python conf 2013 taiwan azure

Web Sites Build with ASP.NET, Node.js or PHP

Deploy in seconds with FTP, Git or TFS

Start for free, scale up as your traffic grows

Page 9: Python conf 2013 taiwan azure

Windows Azure Website for Python

Support Python 2.7

Multiple deploy methods• FTP

• Github, Local GIT

• Bitbucket

• Dropbox

• Python Tools for Visual Studio

Page 10: Python conf 2013 taiwan azure
Page 11: Python conf 2013 taiwan azure

Python Tools for Visual Studio

Visual Studio IDE support• VS 2010 (v1.5, v2.0 Alpha)

• VS 2012 (v1.5, v2.0 Alpha)

Deploy To Windows Azure• Cloud Service

• Website Service

Page 12: Python conf 2013 taiwan azure

Cloud Services Build infinitely scalable apps and

services

Support rich multi-tier architectures

Automated application management

Page 13: Python conf 2013 taiwan azure
Page 14: Python conf 2013 taiwan azure

Virtual Machines

Page 15: Python conf 2013 taiwan azure

Virtual Machine Service

Infrastructure Service of Windows Azure

Windows Server

Linux Server• Default VM template

• CentOS, Ubuntu, Open SUSE,…

• VM DEPOT • find template installed required packages

Page 16: Python conf 2013 taiwan azure
Page 17: Python conf 2013 taiwan azure

Python Developer Support

Windows Azure SDK for Python• Support Storage Service, Service Bus and Others

Python Tools for Visual Studio• Visual Studio IDE support for Python Development

and Windows Azure Deployment

Page 18: Python conf 2013 taiwan azure

Recap

Windows Azure Platform Overview

Website Service

Cloud Service

Virtual Machine Service

Python Developer Support

Page 19: Python conf 2013 taiwan azure

Windows Azure Evaluation Resources

Free Trial:http://www.windowsazure.com/en-us/pricing/free-trial/?WT.mc_id=WWE001_1032548834

MSDN Subscription Offer:https://www.windowsazure.com/en-us/pricing/member-offers/msdn-benefits/?WT.mc_id=WWE001_1032548834

BizSpark Offer:https://www.windowsazure.com/en-us/pricing/member-offers/bizspark-benefits/?WT.mc_id=WWE001_1032548834

MPN Offer:https://www.windowsazure.com/en-us/offers/ms-azr-0002p/?WT.mc_id=WWE001_1032548834

Page 20: Python conf 2013 taiwan azure

Windows Azure Resources for Python

Windows Azure Developer Center for Pythonhttp://www.windowsazure.com/en-us/develop/python/

Windows Azure SDK for Python (Github) https://github.com/windowsazure/azure-sdk-for-python/

iPython Notebook Sample

http://www.windowsazure.com/en-us/develop/python/tutorials/ipython-notebook

Python Tools for Visual Studio http://pytools.codeplex.com/