Sign in
Avkash Chauhan's Blog
Windows Azure, Windows 8, Cloud Computing, Big Data and Hadoop: All together at one place.. One problem, One solution at One time...
Blog - Title
April, 2011
Search
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Twitter
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Tags
ACS
Announcement
Architecture
ASP.NET
Azure
Code Sample
CSUPLOAD
Error
Exception
Exception ERROR UNSUPPORTED OS
Exceptions
Hadoop
How to Do.
How to Do..
Linux
Node.js
PowerShell
SDK
Storage
VHD
Virtual Machine
VM Role
VMRole
WebSites
Windows Azure
Monthly Archives
Archives
April 2013
(1)
March 2013
(1)
February 2013
(3)
January 2013
(3)
November 2012
(6)
October 2012
(4)
September 2012
(1)
August 2012
(1)
July 2012
(1)
June 2012
(7)
May 2012
(8)
April 2012
(9)
March 2012
(5)
February 2012
(11)
January 2012
(25)
December 2011
(28)
November 2011
(30)
October 2011
(31)
September 2011
(27)
August 2011
(18)
July 2011
(16)
June 2011
(16)
May 2011
(18)
April 2011
(20)
March 2011
(15)
February 2011
(21)
January 2011
(10)
December 2010
(16)
November 2010
(8)
October 2010
(8)
Blog - Link List
Favorite Blogs
Windows Azure Team Blog
Windows Azure Storage Team Blog
Steve Marx Blog
MSDN Blogs
>
Avkash Chauhan's Blog
>
April, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Avkash Chauhan's Blog
Ruby on Rails in Windows Azure - Part 2 - Creating Windows Azure SDK 1.4 based Application to Host Ruby on Rails Application in Cloud
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
7
Comments
In the part 1 we have finished a Rails application name "RubyonAzure" as described in the link below: http://blogs.msdn.com/b/avkashchauhan/archive/2011/04/26/ruby-on-rails-in-windows-azure-part-1-setting-up-ruby-on-rails-in-windows-7-machine-with...
Avkash Chauhan's Blog
How to Login into Windows Azure Virtual Machine using Remote Desktop
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
To start RDP Access first time, you just need to go to Windows Azure Management Portal to use the Remote Desktop credentials. If you want to know how to create RDP access to Windows Azure Application use the following blog: http://blogs.msdn...
Avkash Chauhan's Blog
Ruby on Rails in Windows Azure - Part 1 - Setting up Ruby on Rails in Windows 7 Machine with test Rails Application
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Lets start with main component installation as below: 1. Ruby 1.9.2 2. Rails 3.0.7 Ruby Installation: http://rubyforge.org/frs/?group_id=167 I have installed it at C:\Applicaitons\Ruby\Ruby192 Gems (Ruby Package Manager) Installation...
Avkash Chauhan's Blog
Console application using Windows Azure Storage Client Library with Windows Azure SDK
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
7
Comments
If you create a Console Application in VS 2010: 1. Add reference DLL: Microsoft.WindowsAzure.StorageClient 1. Add code: using Microsoft.WindowsAzure; using Microsoft.WindowsAzure.StorageClient; When you compile this application you...
Avkash Chauhan's Blog
List of Performance Counters for Windows Azure Web roles
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
4
Comments
Here is a list of performance counters, which you can use with Windows Azure Web Role: // .NET 3.5 counters @"\ASP.NET Apps v2.0.50727(__Total__)\Requests Total" @"\ASP.NET Apps v2.0.50727(__Total__)\Requests/Sec" @...
Avkash Chauhan's Blog
Expert Tips on VM Role Deployment with Windows Azure SDK 1.6
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
All of these tips are applicable to Windows Azure SDK 1.4, 1.5 and newly released 1.6. After working on VM Role deployment for so many times, I decided to writeup this blog entry as a note before starting VM Role deployment: Tools: 1. Be sure...
Avkash Chauhan's Blog
Setting RDP Access in Windows Azure Application with Windows Azure SDK
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
2
Comments
In this article we will learn how to enable RDP Access to Windows Azure Application. Right click on your Cloud Project i.e. "Azure14VMRoleApplication" Name and in the newly opened menu, please select "Publish" option as below: With SDK older then SDK...
Avkash Chauhan's Blog
Downloading WORD and EXCEL files from Windows Azure Storage in a ASP.NET Web Role
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
While opening Microsoft Office WORD and EXCEL Files before saving from Windows Azure Storage in ASP.NET Web Role, a few partners reported the following Error: The file <File name> cannot be opened because there are problem with...
Avkash Chauhan's Blog
Hosting Silverlight PivotViewer control in Windows Azure Web Role
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
If you decide to host Silverlight PivotViewer control in Windows Azure ASP.NET web role, here are the instructions: Tools: Install Silverlight PivotViewer SDK: - http://www.silverlight.net/learn/pivotviewer/ Microsoft Live Labs Pivot Tools...
Avkash Chauhan's Blog
How to change your Windows Azure Deployment (Stage or Production) Cloud OS Version
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Windows Azure Cloud OS is available in following two Windows Server 2008 Versions: Windows Server 2008 SP2 Windows Server 2008 R2 Older Windows Azure Cloud OS versions 1.0 - 1.11 are available with Windows Server 2008 SP2. (OLDER). Newer...
Avkash Chauhan's Blog
Windows Azure SDK 1.4 Refresh: Web Deploy Addition to original SDK 1.4
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
On 15th April Windows Azure Team released Windows Azure SDK 1.4 Refresh which only included "Web Deploy" plugin in addition to original Windows Azure SDK 1.4. After the Refresh is installed you can see new addition to the SDK plugins folder and new...
Avkash Chauhan's Blog
Source Code: Hosting Silverlight Pivot in Windows Azure
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
2
Comments
You can download this full VS2010 Solution and open in VS2010 admin mode. Edit MainPage.xaml.cs and enable to following line so you can use my prebuilt Pivot in your Code and then just press F5 to test sample in compute emulator: private static...
Avkash Chauhan's Blog
Windows Azure SDK 1.4 Refresh: Installation Walkthrough
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Windows Azure SDK 1.4 Refresh is ready to install which has an important plugin name "Web Deploy" which will help you to: Web Deploy only works with a single role instance. The tool is intended only for iterative development and testing...
Avkash Chauhan's Blog
Mount a Page Blob VHD in any Windows Azure VM outside any Web, Worker or VM Role
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
Following is the C# Source code to mount a Page Blob VHD in any Windows Azure VM outside any Web, Worker or VM Role: Console.Write("Role Environment Verification: "); if (!RoleEnvironment.IsAvailable) { Console.WriteLine(" FAILED........!!"...
Avkash Chauhan's Blog
Mount VHD from Azure Storage In any Windows Azure Virtual Machine (Utility and Source Code)
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
MountVHDAzureVM application will help Windows Azure users to mount a VHD in any Windows Azure VM outside Role. Windows Azure users can host a group of tools and contents in a VHD and store this VHD in Azure Storage. Using this application, Azure VM users...
Avkash Chauhan's Blog
WCF Web Role Deployment with fixed IP Address/Port will cause error after deployment
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
If you deploy a WCF Web Role based Windows Azure Application it is wise to change the "Web Server" setting to use "Auto-assign Port" instead of using fixed IP.IF you deploy the application with fixed IP Address/Port, it will not work on Cloud and return...
Avkash Chauhan's Blog
Windows Azure Worker Role Exception: System.Runtime.Fx+IOCompletionThunk.UnhandledExceptionFrame
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
If you have a worker role crashing with the following exception details, it is possible I have solution for you: Application: WaWorkerHost.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception...
Avkash Chauhan's Blog
Windows Azure Commandlets installation Issues with Windows Azure SDK 1.4 and Windows 7 SP1
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
Installing Windows Azure Cmdlets on Windows 7 SP1 OS based machine with Windows Azure SDK 1.4 could results following TWO errors: 1. You will get an error that installer is not Compatible with your OS (Windows 7 SP1). 2. You will get an error...
Avkash Chauhan's Blog
Sysprep related issues when creating Virtual Machine for VM Role
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
When created VHD for VM Role one important steps is to SYSPREP your OS. You can launch SYSPREP application (sysprep.exe) which is located at %WINDIR%\System32\sysprep folder as below: Once SYSPREP Application is launched you will see the following...
Avkash Chauhan's Blog
Uploading Crash Dump from Azure VM to Windows Azure Storage using Diagnostics Monitor Agent
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Using Windows Azure SDK 1.4 you can use the following code in Web Role or Worker Role to Add : public override bool OnStart() { // Set the maximum number of concurrent connections ServicePointManager.DefaultConnectionLimit = 12; //We need...
Page 1 of 1 (20 items)