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
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
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
Windows Azure Package Deployment failed with Error - "The specified deployment slot Production is occupied"
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
It is possible that when you deploy your CSPKG file , you may encounter an error as "The specified deployment slot Production is occupied" and your package deployment will fail. This error may occur in the following cases: Error Creating a...
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
How to perform custom IIS configuration such as Adding Dynamic Compression for additional mime types in Web Role using Startup Task
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
2
Comments
As you may know, you can use appcmd.exe application to configure IIS and when you are using Web Role in your Azure Application, it is possible that you may need to configure IIS before the role starts. You can use startup task method to launch appcmd...
Avkash Chauhan's Blog
How to add Certificate in your Azure VM using Startup task
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
Here are the detailed steps: 1. Create a folder name Startup in your Project 2. Add your certificate in this folder (In this case I have added MyCert.cer) 3. Create a command batch file name addcert.cmd in the same folder and as following command...
Avkash Chauhan's Blog
Setting PERFMON using Startup Task in Windows Azure for Performance Monitoring via RDP in Azure VM
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
When you have you application running in Windows Azure the best thing is to enable diagnostics monitoring so you can collect diagnostics data from your application. However it is also possible to collect performance related data using PERFMON...
Avkash Chauhan's Blog
Role Environment Variables in Full IIS Web Role and in HWC Web Role
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
2
Comments
When you will use the following code in Page_Load function of default.aspx: String sRootPath = Environment.GetEnvironmentVariable("RoleRoot"); You will see different results depend on Full IIS Web Role and HWC as below: Full IIS Web Role...
Avkash Chauhan's Blog
Windows Azure Bootstrapper: A Command Line Tool for post processing jobs like downloading, unzipping, installing outside web or worker role
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
The Windows Azure Bootstrapper is a command line tool meant to be used by your running Web and Worker roles in Windows Azure. This tool allows you to easily download resources (either public resources or ones in your blob storage), extract them...
Avkash Chauhan's Blog
Windows Azure Connect with Domain Join in multiple VM Role Instances
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
When you deploy multiple instances to VM Role along with Windows Azure Connect and domain join setting , it may possible that domain join may work in one VM instance but not in others. I happen to worked on such issue and here are the details: You...
Avkash Chauhan's Blog
Handling Error - Unable to deploy package due to error "The file provided is not a valid service package"
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
When you deploy your package to Windows Azure Management Portal it is possible you may received the following error: Error creating deployment for hosted service '<Service_NAME>'. The file provided is not a valid service package. Detailed...
Avkash Chauhan's Blog
Collecting diagnostics log information for Windows Azure Connect related issues
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
When you enabled Windows Azure Connect in any of your Windows Azure Role (Worker Role, Web Role or VM Role) it is possible you may hit some connectivity related issues. Please follow the given instructions to generate a diagnostics logs: - You must...
Avkash Chauhan's Blog
Creating MVC 2 Web Role in Visual Studio 2010 cause error - "The project template referenced by the roletemplatedata.xml file cannot be found"
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Recently I was working on an issue in which Azure Partner reported the following issue: When creating MVC2 Web Role in Visual Studio 2010, the following error dialog occurred and MVC2 Web Role based project could not be created. - "The project template...
Avkash Chauhan's Blog
ASP.NET MVC3 Web Role Deployment in Windows Azure (SDK 1.4) - Detailed steps and Full Sample
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
2
Comments
Please be sure to have Visual Studio 2010 (or Visual Web Developer) along with Windows Azure SDK 1.4 Refresh installed in your machine. Get the full working Sample at: http://aspmvc3webroleazure.codeplex.com/ Step 1. Please create a MVC2 Web...
Avkash Chauhan's Blog
How to deploy ClickOnce Application using Windows Azure Storage in very simple steps?
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
In this blog I will show you step by step how you can deploy a ClickOnce application designed using Microsoft Visual Studio 2010 using Windows Azure Storage. In this case, I have a Windows Form Application name VHDMountAzureVM ( http://mountvhdazurevm...
Avkash Chauhan's Blog
Windows Azure Toolkit for iOS 4.3
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
This first release of Windows Azure Toolkit for iOS provides an easy and convenient way of accessing Windows Azure storage from iOS-based applications. Download Files for iOS: https://github.com/microsoft-dpe/watoolkitios-lib https://github...
Avkash Chauhan's Blog
Handing Web Role Exception - This request operation sent to net.pipe://localhost/iisconfigurator did not receive a reply within the configured timeout (00:01:00).
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
ERROR MESSAGE: This request operation sent to net.pipe://localhost/iisconfigurator did not receive a reply within the configured timeout (00:01:00). The time allotted to this operation may have been a portion of a longer timeout. This may be because...
Avkash Chauhan's Blog
When you RDP to your Web or Worker Role, you might see AzureAgentIntegrator.exe process consuming 70-80% CPU
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
I was recently working on a problem in which Windows Azure user reported the following issue: When Windows Azure user RDP to their Web Role they found that, AzureAgentIntegrator.exe process consuming 70-80% CPU which cause a significant amount of...
Avkash Chauhan's Blog
Microsoft Platform Ready Certification for Windows Azure Application Part 2 - Using Microsoft Platform Ready Test Tool
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Prev: Microsoft Platform Ready Certification for Windows Azure Application Part 1 - Application Submission and Microsoft Platform Ready Test Tool Download & Installation Start Microsoft Platform Ready Test Tool and you will see a dialog windows...
Avkash Chauhan's Blog
Microsoft Platform Ready Certification for Windows Azure Application Part 1 - Application Submission and Microsoft Platform Ready Test Tool Download & Installation
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Microsoft Platform Ready (MPR) is designed to give you what you need to plan, build, test and take your solution to market. We’ve brought a range of platform development tools together in one place, including technical, support and marketing resources...
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
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
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
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...
Page 11 of 15 (368 items)
«
9
10
11
12
13
»