Free trial

Python Developer Center - Common tasks

Installing Python and the SDK

Python is easy to setup on Windows and comes pre-installed on Mac and Linux. This guide walks you through installation and getting your machine ready for use with Windows Azure.

Managing Windows Azure SQL Database using SQL Server Management Studio

You can use SQL Server Management Studio to manage SQL Database logical servers and databases. This article includes details about creating and managing databases, creating and managing logins, and monitoring using Dynamic Management Views.

Configuring a Custom Domain Name in Windows Azure

By default, Windows Azure applications and storage accounts can be accessed through friendly subdomains, for example, http://<myapp>.cloudapp.net and https://<mydata>.blob.core.windows.net. This article shows you you can explose your application and data on yoru own custom domain, such as http://<myapp>.com.

Enabling Remote Desktop in Windows Azure with Visual Studio

Remote Desktop enables you to access the desktop of a role instance running in Windows Azure. You can use a remote desktop connection to configure the virtual machine or troubleshoot problems with your application. Note: This topic applies only for Cloud Services.

Configuring SSL for an Application in Windows Azure

Secure Socket Layer (SSL) encryption is the most commonly used method of securing data sent across the internet. This common task discusses how to specify an HTTPS endpoint for a web role and how to upload an SSL certificate to secure your application.

Using CDN for Windows Azure

The Content Delivery Network (CDN) offers a global solution for delivering high-bandwidth content by caching blobs and static content at physical nodes around the world. This common task describes how to enable CDN and add, access, and delete content.