Sign in
Thomas Conté's MSDN Weblog
Thomas Conté's MSDN Weblog - Windows Azure Cloud Architecture
Tags
Architecture
ASP.NET
Azure
Blog
Cmdlets
Code
Eclipse
Hadoop
HDInsight
IIS
Interop
Interoperability
Java
JavaScript
jQuery
Linux
MOSS
OData
PDC09
PHP
PivotViewer
Python
redis
Ruby
Sample
Silverlight
Startup Tasks
Storage Analytics
Storage Client
TechDays
TechReady
Tomcat
WCF Data Services
Windows Azure
Windows Azure Storage
Worker Role
XDrive
Browse by Tags
MSDN Blogs
>
Thomas Conté's MSDN Weblog
>
All Tags
>
azure
Tagged Content List
Blog Post:
Uploading large files to Windows Azure Blob Storage using Python
Thomas Conte
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 using a block-based upload approach, that will let...
on
20 Apr 2013
Blog Post:
How to interact with Windows Azure Blob Storage from Linux using Python
Thomas Conte
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 want to interact with Windows Azure Storage from the...
on
17 Apr 2013
Blog Post:
Analyzing page view logs using Pig on Windows Azure HDInsight
Thomas Conte
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 Dataset First, let's discuss the dataset: I think...
on
16 Apr 2013
Blog Post:
How to use the Windows Azure Service Management API from cURL to create Virtual Machines
Thomas Conte
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 machine from the command line using just cURL....
on
29 Nov 2012
Blog Post:
Deploying Ruby on Rails and MongoDB in Windows Azure using the Linux Command-Line Tools (Part 2)
Thomas Conte
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 "CANONICAL__Canonical-Ubuntu-12-04-amd64-server...
on
12 Nov 2012
Blog Post:
Deploying Ruby on Rails in Windows Azure using the Linux Command-Line Tools (Part 1)
Thomas Conte
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, and using only the Linux command-line tools. Let's...
on
16 Oct 2012
Blog Post:
Running Redis on a CentOS Linux VM in Windows Azure
Thomas Conte
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 SUSE). These virtual machines (Linux or Windows)...
on
8 Jun 2012
Blog Post:
Deploying the Java sample app to Windows Azure using the Starter Kit & Eclipse Plugin
Thomas Conte
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 like the Windows Azure Java SDK , the SQL Azure JDBC...
on
20 Jun 2011
Blog Post:
Running the Windows Azure Cmdlets with SDK 1.4
Thomas Conte
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 fix the dependency checker scripts. Once you have...
on
6 Apr 2011
Blog Post:
Ruby Worker Role code sample
Thomas Conte
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 the Ruby interpreter, curl, etc., so it is ready...
on
31 Mar 2011
Blog Post:
Deploying Ruby in Windows Azure
Thomas Conte
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 us the opportunity to see a few utilities and tips...
on
24 Mar 2011
Page 1 of 1 (11 items)