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
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
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
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
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
Windows Azure Load Balancer Timeout Details
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
7
Comments
[Added new info - 05/31/2012] Around April-May 2012 time frame Windows Azure migrated to use software Load Balancers and because of that the 1 minutes problem is gone as the default timeout is larger then 1 minute depend on number of current connections...
Avkash Chauhan's Blog
Windows Azure Website: Uploading/Downloading files over FTP and collecting Diagnostics logs
Posted
11 months ago
by
Avkash Chauhan - MSFT
6
Comments
Visit to your Go to your Windows Azure Website: In your Windows Azure Website please select the following: FTP Host Name: *.ftp.azurewebsites.windows.net FTP User Login Name: yourwebsitename\yourusername Password: your_password Use...
Avkash Chauhan's Blog
Windows Azure Application launch failed with an error "This access control list is not in canonical form and therefore cannot be modified"
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
5
Comments
Environment: Visual Studio 2010 Professional SP1 & Windows Azure SDK 1.5 While working on an issue, I found an interesting issue with a new hello worlds ASP.NET based web role. When launching this application with or without debugger, the exception...
Avkash Chauhan's Blog
How to share Windows Azure VM RDP access with others in case you needed
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
5
Comments
If you find a situation, where you will have to share the RDP access with someone else, in this case you can do the following to share your VM Access: 1. Go to Windows Azure Management Portal and in the Remote Access toolbar please select "Configure...
Avkash Chauhan's Blog
Complete Solution: Adding SSL Certificate with Windows Azure Application
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
5
Comments
First of all you will need to get SSL certificate from a certificate authority (CA) for your domain i.e. www.yourcompanydomain.com . Please be sure that you are not going to request SSL certificate for cloudapp.net as this is not your domain, your...
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
Adding SSL (HTTPS) security with Tomcat/Java solution in Windows Azure
Posted
over 3 years ago
by
Avkash Chauhan - MSFT
4
Comments
Once you have your Tomcat/Java based solution running on port 80 in Windows Azure you may decide to add HTTP endpoint to it or by the start of your service development you want to support HTTP and HTTPS endpoint with your Tomcat/Java service. To add a...
Avkash Chauhan's Blog
Windows Azure VM Role - Handling Error : The VHDs logical size of 130048MB exceeds the system maximum of 66560MB
Posted
over 3 years ago
by
Avkash Chauhan - MSFT
4
Comments
Once you have VM role enabled with your subscription, you can start working on VM Role using the step by step guide provided as below: http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_VMRoleLa b After finished creating your VHD for...
Avkash Chauhan's Blog
Azure VM Assistant (AzureVMAssist) : Windows Azure VM Information, Investigation and Diagnostics Utility
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
4
Comments
Azure VM Assistant (AzureVMAssist) is an utility which runs inside Azure VM and provide important information about VM environment specific Role details, health information etc. It also helps VM users to do several tasks faster and designed for day to...
Avkash Chauhan's Blog
Full Startup task based Tomcat/Java Worker Role Application for Windows Azure
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
This Windows Azure Tomcat Solution is designed in a way that you can update your Tomcat project outside VS2010 project. The VS2010 application will be deployed once however whenever you would need to update, Tomcat, Java Run time or your own Tomcat based...
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
WinHttpGetProxyForUrl(***) failed ERROR_WINHTTP_AUTODETECTION_FAILED (12180) - Error message in Windows Azure Infrastructure log
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
When you have your diagnostics enabled application running on Windows Azure, you might see that your Infrastructure Logs filled with lots of "ERROR_WINHTTP_AUTODETECTION_FAILED (12180)" errors related to Windows Azure storage access. Most of these errors...
Avkash Chauhan's Blog
How to change the VM size for your Windows Azure Service
Posted
over 3 years ago
by
Avkash Chauhan - MSFT
3
Comments
As you may know, Azure VM size is set in 4 different catagories: Small - 250GB Medium - 500GB Large - 1TB ExtraLarge - 2TB It is possible that after your service is running and you might need to tune your service to add more space...
Avkash Chauhan's Blog
Windows Azure Tomcat Solution Accelerator: Full Solution Document
Posted
over 3 years ago
by
Avkash Chauhan - MSFT
3
Comments
You can use Tomcat/Java in Windows Azure and you can get "Windows Azure Tomcat Solution Accelerator" from the link below: http://code.msdn.microsoft.com/winazuretomcat/Release/ProjectReleases.aspx?ReleaseId=3550 I have created a 65 document to explain...
Avkash Chauhan's Blog
Windows Azure SDK 1.3 Refresh available immediately to download and install
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
Today Windows Azure Team released the Windows Azure SDK 1.3 Refresh. This refresh contains configuration and security changes that may affect services built using the Windows Azure November 2010 SDK (v 1.3) where a Web Role is deployed with the full IIS...
Avkash Chauhan's Blog
Windows Azure VM Role: CSUPLOAD Exception System.BadImageFormatException: an attempt was made to load a program with an incorrect format
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
When you run CSUPLOAD tool on a Windows OS 7 32bit machine, you will receive the following error: An unexpected error occurred: An attempt was made to load a program with an incorrect format (Exception from HRESULT: 0x8007000B) Exception:...
Avkash Chauhan's Blog
My Experiment with Wolfram|Alpha Facts Windows Azure DataMarket to check world population
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
As you may know that Wolfram|Alpha Facts database is accessible directly from web http://www.wolframalpha.com/ also you can subscribe from Windows Azure DataMarket for free of cost to use it within your application and run query. As world population reached...
Avkash Chauhan's Blog
Everything you need to start with Windows Azure based Microsoft Codename "Social Analytics"
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
Microsoft Codename "Social Analytics" is a suite of Azure services for developers and end-users enabling businesses to integrate the social web into their business applications. Our goal is to enable businesses to build connections and communities among...
Avkash Chauhan's Blog
Windows Azure SDK 1.5 (Version 1.5.40909.1602) Installation and Quick Walkthrough
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
As you may very well know Windows Azure SDK 1.5 is released today and available immediately so you can update your Windows Azure application immediately. More info: http://blogs.msdn.com/b/avkashchauhan/archive/2011/09/14/windows-azure-sdk-1-5-is-released...
Avkash Chauhan's Blog
Whats new in Windows Azure SDK 1.5 - Local and Cloud Configuration setup for your Windows Azure Application
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
When you create a new application with Windows Azure SDK 1.5, you will see two separate Service Configuraiton files as below: ServiceConfiguration.Local.cscfg Use this file for local configuration which can be used for debugging your application...
Avkash Chauhan's Blog
Great new feature introduced in Windows Azure Storage: Geo Replication
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
Now anyone using Windows Azure Storage can sleep without any tension, by knowing that their data in Windows Azure Storage (blob, table and queue) have another safe copy replicated within the same region. I am awake at 10:20 PM for other reasons however...
Avkash Chauhan's Blog
WCF REST (HTTP) application connecting Azure Service Bus using webHttpRelayBinding causes aspNetCompatibilityEnabled error
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
If you have a WCF application which is connecting to Windows Azure Service Bus over REST using webHttpRelayBinding, it is possible you may hit the following error: [InvalidOperationException: The service cannot be activated because it does not support...
Avkash Chauhan's Blog
Windows Azure Libraries for .NET 1.6 (Where is Windows Azure App Fabric SDK?)
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
After the release of latest Windows Azure SDK 1.6, you may have wonder where is Windows Azure AppFabric SDK 1.6? Before SDK 1.6 release, AppFabric SDK was shipped separate from Azure SDK. However things are changed now and Windows Azure SDK 1.6 merges...
Page 1 of 15 (368 items)
1
2
3
4
5
»