Sign in
Thomas Conté's MSDN Weblog
Thomas Conté's MSDN Weblog - Windows Azure Cloud Architecture
Search
Thomas Conté on Twitter Counter.com
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Tags
Architecture
ASP.NET
Azure
Blog
Cmdlets
Code
Eclipse
Hadoop
Interop
Interoperability
Java
JavaScript
Linux
MOSS
PDC09
Python
Ruby
Sample
Startup Tasks
TechDays
TechReady
Tomcat
Windows Azure
Windows Azure Storage
XDrive
Archive
Archives
April 2013
(3)
November 2012
(4)
October 2012
(1)
June 2012
(1)
November 2011
(1)
August 2011
(2)
July 2011
(1)
June 2011
(2)
April 2011
(1)
March 2011
(3)
December 2010
(1)
September 2010
(1)
April 2010
(1)
March 2010
(1)
February 2010
(1)
January 2010
(2)
November 2009
(16)
April 2009
(1)
December 2008
(1)
June 2008
(1)
April 2008
(1)
December 2007
(1)
October 2007
(3)
September 2007
(2)
July 2007
(17)
June 2007
(1)
February 2007
(1)
January 2007
(7)
MSDN Blogs
>
Thomas Conté's MSDN Weblog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Thomas Conté's MSDN Weblog
Uploading large files to Windows Azure Blob Storage using Python
Posted
1 month ago
by
Thomas Conte
0
Comments
In my last post, I shown some simple examples of uploading files to Blob Storage directly from the Linux command-line using the Windows Azure Python SDK. There is a limitation with this simple method: you cannot upload file larger than 64 MB without...
Thomas Conté's MSDN Weblog
How to interact with Windows Azure Blob Storage from Linux using Python
Posted
1 month ago
by
Thomas Conte
0
Comments
We have many Windows Azure SDKs that you can use on Linux to access Windows Azure Blob Storage and upload or download files, all hosted on GitHub . For example, you could write scripts in Python or Node.JS to upload files to Blob storage. If you just...
Thomas Conté's MSDN Weblog
Analyzing page view logs using Pig on Windows Azure HDInsight
Posted
1 month ago
by
Thomas Conte
0
Comments
In this article, I would like to take you through the steps to run your first Pig script on a significant dataset, using the new public preview of Windows Azure HDInsight , our distribution of Apache Hadoop made available as a service in the Cloud. The...
Thomas Conté's MSDN Weblog
How to use the Windows Azure Service Management API from cURL to create Virtual Machines
Posted
5 months ago
by
Thomas Conte
0
Comments
Recently a partner asked me for some simples examples of using the Windows Azure Management API from that most universal Swiss army knife of HTTP debug tools, namely the infamous cURL. Specifically, he was looking for an example of how to create a Linux...
Thomas Conté's MSDN Weblog
Deploying Ruby on Rails and MongoDB in Windows Azure using the Linux Command-Line Tools (Part 2)
Posted
6 months ago
by
Thomas Conte
0
Comments
In this second part, we are going to install MongoDB on a separate server, and get our Ruby on Rails talking to it! I am going to use the second VM we created in the previous post , as a reminder we used a command like this: $ azure vm create testruby...
Thomas Conté's MSDN Weblog
INVITATION: Windows Azure Open Platform Services (OSS) Summit - Paris, France - Dec 4, 2012
Posted
6 months ago
by
Thomas Conte
0
Comments
Learn more about how Windows Azure has helped companies realize the true value of the cloud. Windows Azure supports multiple development platforms, languages, and tools providing first-class choice beyond .NET for developers and enterprises. Register...
Thomas Conté's MSDN Weblog
Windows Azure Acceleration Lab – Open Platform Services – Paris, 5th-7th December 2012
Posted
6 months ago
by
Thomas Conte
0
Comments
Windows Azure is an open and flexible platform that supports running applications written in any programming language. The authoring tools and emulators provide you everything you need to test your applications locally and package them for deployment...
Thomas Conté's MSDN Weblog
Deploying Ruby on Rails in Windows Azure using the Linux Command-Line Tools (Part 1)
Posted
7 months ago
by
Thomas Conte
1
Comments
In this blog post in two parts, I will show you how to deploy a set of Linux Virtual Machines running in Windows Azure, running the Ruby on Rails stack with a MongoDB back-end. The challenge is to do it without ever touching a Windows client machine,...
Thomas Conté's MSDN Weblog
Running Redis on a CentOS Linux VM in Windows Azure
Posted
11 months ago
by
Thomas Conte
2
Comments
With the new version of the Windows Azure platform we announced on June 7th , it is now possible to create and run persistent virtual machines, with an extended choice of operating systems, including now several Linux distributions (Ubuntu, CentOS and...
Thomas Conté's MSDN Weblog
Using the Windows Azure PHP SDK command-line tools on Linux
Posted
over 2 years ago
by
Thomas Conte
0
Comments
No, you are not dreaming, and yes, it works: using the latest version of the PHP SDK for Windows Azure , you can use the command-line tools (and the API, for that matter) on Linux! Here’s how. You may first need to install PHP proper on your...
Thomas Conté's MSDN Weblog
Sample command-line utility to enable Storage Analytics on Windows Azure
Posted
over 2 years ago
by
Thomas Conte
0
Comments
The Windows Azure Storage team has has recently announced the availability of a widely requested feature: Windows Azure Storage Analytics to track, analyze, and debug your usage of storage (Blobs, Tables and Queues). Here are a few additional resources...
Thomas Conté's MSDN Weblog
Accessing Windows Azure Blob Storage using jQuery
Posted
over 2 years ago
by
Thomas Conte
0
Comments
Did you know it was possible to access the Windows Azure Blob Storage directly from JavaScript, for example using jQuery? At first, it sounds obvious, since Blobs are after all acessible from a public URL… But in practice, there is a very big hurdle:...
Thomas Conté's MSDN Weblog
Controlling a Silverlight PivotViewer control from JavaScript with ScriptableMember
Posted
over 2 years ago
by
Thomas Conte
2
Comments
The Silverlight PivotViewer control offers a really compelling experience for exploring and sorting through visual data like photographs. It includes a number of built-in controls, but the other day a customer complained that he could not just hand the...
Thomas Conté's MSDN Weblog
Deploying the Java sample app to Windows Azure using the Starter Kit & Eclipse Plugin
Posted
over 2 years ago
by
Thomas Conte
2
Comments
In a previous post , I have presented a little sample Java web application I have written to demonstrate how you can use Windows Azure Platform resources from a Java web application. It’s a simple starting point that includes the basic building blocks...
Thomas Conté's MSDN Weblog
Java sample application for Windows Azure
Posted
over 2 years ago
by
Thomas Conte
3
Comments
I have published on GitHub the source code for a very simple Java Web application, that includes all the basic building blocks you would need to start developing a “real” Java application for Windows Azure. It takes the form of an Eclipse project that...
Thomas Conté's MSDN Weblog
Running the Windows Azure Cmdlets with SDK 1.4
Posted
over 2 years ago
by
Thomas Conte
0
Comments
The Windows Azure Management Cmdlets are very useful to manage your hosted services from a PowerShell command-line, and they have recently been upgraded for SDK 1.3... Unfortunately not yet for SDK 1.4. They work fine though, all you have to do is to...
Thomas Conté's MSDN Weblog
Ruby Worker Role code sample
Posted
over 2 years ago
by
Thomas Conte
0
Comments
I have posted the Visual Studio solution for the basic Ruby Worker Role that I described in my previous post . It is up on code.msdn.com: Basic Windows Azure Worker Role on code.msdn.com The solution containg everything, including the binaries for...
Thomas Conté's MSDN Weblog
Deploying Ruby in Windows Azure
Posted
over 2 years ago
by
Thomas Conte
1
Comments
You probably know already that the Windows Azure Platform supports many types of technologies; we often mention Java or PHP in that regard, but today I would like to show you how to deploy a basic Ruby application in Windows Azure . This will also give...
Thomas Conté's MSDN Weblog
Configuring an IIS 7 front-end for Apache Tomcat, using AppCmd.exe
Posted
over 2 years ago
by
Thomas Conte
1
Comments
I wanted to automate as much as possible the process of configuring the Apache Tomcat Redirector for IIS 7 . You can find detailed how-to documents describing how to configure the ISAPI filter manually , but I couldn’t find any ready-made scripts...
Thomas Conté's MSDN Weblog
Using Remote Desktop with Windows Azure and SDK 1.3
Posted
over 3 years ago
by
Thomas Conte
1
Comments
Since the 1.3 Windows Azure SDK release, you can configure a Remote Desktop connection in order to connect to your instances running in the Windows Azure fabric. This feature was one of the most frequently requested, especially by developers, who will...
Thomas Conté's MSDN Weblog
WCF Data Services: customizing your OData feeds and making them GeoRSS compliant
Posted
over 3 years ago
by
Thomas Conte
1
Comments
Version 4.0 of the .NET Framework brings a good deal of new features to the WCF Data Services module (ex-Astoria, ex-ADO.NET Data Services), including OData protocol version 2 support; you will find on MSDN a summary page of these new features. One...
Thomas Conté's MSDN Weblog
Using Windows Azure Drive part 2: modifying my application to use the drive
Posted
over 3 years ago
by
Thomas Conte
3
Comments
The first thing I did was to split my file access classes into a separate library, so that I could use them from both my “legacy” Desktop application and the Windows Azure version. As you can imagine, my goal is to port the rest of the application without...
Thomas Conté's MSDN Weblog
New version of Cerebrata Cloud Storage Studio, with Page Blobs support
Posted
over 3 years ago
by
Thomas Conte
0
Comments
In my last post , I was lamenting the fact that none of the available Azure tools supported the creation and upload of Page Blobs, that are required to use the Windows Azure Drive (or XDrive) feature. The good people at Cerebrata have heard the feedback...
Thomas Conté's MSDN Weblog
Using Windows Azure Drive Part 1: migrate your data to the Cloud
Posted
over 3 years ago
by
Thomas Conte
3
Comments
This month, we announced the Beta Release of Windows Azure Drive (a.k.a. XDrive), a technology that allows you to mount a VHD (Virtual Hard Drive) into a Windows Azure instance and access it as if it was a locally attached NTFS drive. There are many applications...
Thomas Conté's MSDN Weblog
Un apercu des interfaces de facturation de Windows Azure
Posted
over 3 years ago
by
Thomas Conte
0
Comments
Vous êtes peut-être curieux de savoir à quoi ressemblent les interfaces permettant de suivre la facturation des services de la plateforme Windows Azure. Voici quelques captures d’écran qui vous montreront le degré de détail dont l’on dispose pour suivre...
Page 1 of 4 (78 items)
1
2
3
4