This article about the Microsoft Windows Azure SDK python features . Windows Azure provides a multiple features that support the infrastructure, platform, and software services like storage, virtual machines, virtual networks, queues, tables, blobs, SQL services, websites, mobile services and cloud services. One of the most populat product of Microsoft is as software as a service or "SaaS" is Office365. The following paragraphs will talk about the Python SDK features and at the end of topic you will be able to install and know all Azure features . First, to install the python SDK of windows Azure clickhere.
Windows Azure SDK Python Features:
1- Storage Features: Cloud Storage is one of the core elements of Azure's IAAS. Windows Azure storage provides different kinds of storage and different ways to manage these data.
Tables: no SQL structured storage. It is a key/value storage.
Blobs: Simple storage interface for unstructured data like videos, images, and virtual machines VHDs.
Storage Queues: Persistent messaging storage system is used specially for logging.
2- Compute Features: Execution Models or compute models that Windows Azure provides are four models: Virtual Machines, Cloud Services,Websites, and Mobile Services. We will focus on the virtual machines and cloud services only.