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
June, 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
>
June, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
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
What to do when, Windows Azure Powershell CMDLET returns "The HTTP request was forbidden with client authentication scheme 'Anonymous'" error message...
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
2
Comments
When you are executing PowerShell ( Windows Azure Service Management CmdLets ) it is possible you may be getting error – “The HTTP request was forbidden with client authentication scheme 'Anonymous'." . I have seen such kind of error...
Avkash Chauhan's Blog
Update on VHD Mount Behavior in Windows Azure VM with latest Windows Azure SDK 1.4 and updated Guest OS
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
Some VHD Mount behavior seen in Windows Azure VM: - A mounted VHD gets un-mount after 30 minutes even when the process which mounted the VM exits - A mounted VHD will still be mounted after the process which mounted the VM exits Here...
Avkash Chauhan's Blog
How to SWAP VIP from Staging to Production using Power Shell Script
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
You can use the following Power Shell Script to Swap VIP from Staging slot to Production slot in Windows Azure when needed: ###################### # VIP Swap PS Script ###################### Add-PSSnapin AzureManagementToolsSnapIn $service =...
Avkash Chauhan's Blog
SSL Report for Windows Azure Site using Qualys SSL Labs
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
Today I decided to check SSL report for my Web Role report, using Qualys SSL Lbs online test suite, which is hosted in Windows Azure and HTTP and HTTPS endpoints. I was amazed to see the SSL Report results which was 85 (or grade 'A'). You can test...
Avkash Chauhan's Blog
Accessing Window Azure VM Logs i.e. IIS, WebHost, IISConfigurator, Bootstrapper and AppAgent using AzureVMAssist Application
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
You can download AzureVMAssist Application from link below: http://azurevmassist.codeplex.com/ You can Machine specific logs i.e. Bootstrapper logs, WaWebHost Logs, WaIISHost Logs, IIS Configurator Logs etc from the “Launch Pad”...
Avkash Chauhan's Blog
Total Number of Endpoints (Input and Internal) in Windows Azure Role
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
In Windows Azure your service communicate form its endpoints and the endpoints are two type: Input (External) Internal Your role must have at least one endpoint in it. You can not have role without any endpoint. Service Specific Limit...
Avkash Chauhan's Blog
LINQ code to query Windows Azure “WADLogsTable” to get rows which are stored after a specific DateTime
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Following is LINQ code to query Windows Azure “WADLogsTable” in which you can get rows which are stored after a specific DateTime. public static CloudTableQuery<TEntity> GetDiagnosticEntities<TEntity>( this TableServiceContext...
Avkash Chauhan's Blog
Windows Azure App Fabric ACS v2 – Using Identify Provider i.e. Google, Yahoo, Open ID with your Windows Azure Application
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
ACS v2 comes with default Windows Live Passport support to add signing requirement for your application using Windows live service accounts. You can start digging into ACS v2 from the link below: http://acs.codeplex.com Custom Open ID Identity...
Avkash Chauhan's Blog
Windows Azure Connect: What if Integrator.log file is growing fast?
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
When you have VM role deployed with Windows Azure connect e ndpoint software is installed, you may see the integrator.log file could grow very fast. This log is located as below: C:\Program Files\Windows Azure Connect\Endpoint\Logs\Integrator.log ...
Avkash Chauhan's Blog
Windows Azure Web Role Error: "Faulting application WaHostBootstrapper.exe"
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
The Web Role was stuck as below: 6:09:56 PM - Preparing... 6:09:56 PM - Connecting... 6:09:59 PM - Uploading... 6:11:15 PM - Creating... 6:12:28 PM - Starting... 6:13:20 PM - Initializing... 6:13:21 PM - Instance 0 of role AvkashTestWebRole is initializing...
Avkash Chauhan's Blog
Windows Azure Service Management API New Features - Azure Storage Service Life Cycle Management and update Get Deployment and List Subscriptions Methods
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Based on Windows Azure team announcement new Windows Azure Service Management API features are as below: New Feature: Azure storage Service Life Cycle Management: means programmatically create, update, or delete storage services using the following...
Avkash Chauhan's Blog
OSDiagnostics logs are available in Windows Azure VM mainly with Web and Worker Role at D:\OSDiagnostics
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
You can find Windows Azure OS Diagnostics log at D:\OSdiagnostics folder: Which included OS diagnostics related info in CSV files. Each OSDiagnostics logs CSV file is created hourly and inside this CSV file, logs is written every 5 seconds...
Avkash Chauhan's Blog
Information on Windows Azure Web Role Exception: "The 'validation' attribute is invalid. Enum must be one of MD5, SHA1, 3DES, AES"
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
I was working on a recent issue in which Windows Azure based Web Role was keep recycling from initializing to busy, aborted etc state. The application event logs shows the following error: Microsoft.WindowsAzure.ServiceRuntime Critical...
Avkash Chauhan's Blog
When using Shared Access Signature (SAS) with Windows Azure, it is best to use Uri.AbsoluteUri() instead of Uri.ToString()
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Recently I experienced an issue in which the following code was not able to generate a URI that is suitable for use as a URL in web transactions. You might have seen no problem at all using Uri.ToString() however the same code sometimes failed to generate...
Avkash Chauhan's Blog
Intermittent exception with GetMessage() API when getting messages from Windows Azure Queue Storage
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Recently I experience the following exception when using GetMessage() api to get messages from the Windows Azure Storage Queue: at Microsoft.WindowsAzure.StorageClient.Tasks.Task`1.get_Result() at Microsoft.WindowsAzure.StorageClient.Tasks.Task...
Page 1 of 1 (16 items)