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
October, 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
>
October, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Avkash Chauhan's Blog
Reading configuration entries using System.Configuration.ConfigurationManager class in a Windows Azure Application
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
With Windows Azure application you can use ServiceConfiguration.cscfg to include any item-value pair and then in your role code you can read these settings directly however if you would want to read configuration entries using System.Configuration.ConfigurationManager...
Avkash Chauhan's Blog
Windows Azure SDK 1.5 update released (Previous 1.5.20830.1814 , Latest 1.5.20928.1904)
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
As you may already know that Windows Azure Storage team found a bug in Windows Azure SDK 1.5 (released September 14th 2011 ) based StorageClient library that impacts the DownloadToStream, DownloadToFile, DownloadText, and DownloadByteArray methods for...
Avkash Chauhan's Blog
Windows Azure AppFabric ServiceBus Relay Load Balancing (Scale & Availability Feature)
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
As of today, Windows Azure AppFabric Service Bus Relay Service capabilities includes include load balancing feature. With this addition, you can have up to 25 listeners registered to one single service endpoint. Scale and Availability Feature (aka Load...
Avkash Chauhan's Blog
Windows Azure Autoscaling Application Block (WASABi) BETA is ready for you to try...
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
BETA release for WASABi (Windows Azure Autoscaling Application Block) is ready for download from NuGet Here : Source Code Link Binary Link A list of October Release and latest changes are available at: http://entlib.codeplex.com/wikipage...
Avkash Chauhan's Blog
Windows Azure: Startup task or OnStart(), which to choose?
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
As you may know that both “Startup task” and OnStart() function, are executed before your Role, Run function is called. You might have a question in your mind, if there any advantage of using startup task over executing the installation code...
Avkash Chauhan's Blog
Handling "System.ServiceModel.AddressAlreadyInUseException: HTTP could not register URL" Exception in Compute Emulator with Windows Azure SDK 1.5
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Using Windows Azure SDK 1.5, if you create a worker role with HTTP internal endpoint and you have weak wildcard binding ( http://+:<port_number >) setting you may encounter the following error while running your application in compute emulator....
Avkash Chauhan's Blog
Windows Azure VM downtime due to Host and Guest OS update and how to manage it in multi-instance Windows Azure Application
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
I have seen some Azure VM downtime concerns from Windows Azure users who have minimum 2 or more instances to meet to 99.95% SLA. The specific concerns are related with VM downtime when Guest and Host OS update is scheduled. So lets consider following...
Avkash Chauhan's Blog
Communication between Windows Azure Roles
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
When building Windows Azure application you may have a collection of multiple web & worker role and depend on your application architecture you would need to establish a secure communication between your roles. For example I will use the following...
Avkash Chauhan's Blog
Handling exception when using RoleEnvironment.GetConfigurationSettingValue in Windows Azure Startup Task
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
It is possible that Using RoleEnvironment.GetConfigurationSettingValue in your startup task may cause the following exception in your Windows Azure web application: The type initializer for 'Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment...
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
Visual Studio 11 Developer Preview Training Kit is released (Windows 7 and 8)
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
On 16 th October, Visual Studio team released the first version of the Visual Studio 11 Developer Preview Training Kit . This kit includes hands-on labs to help you understand how to take advantage of the variety of enhancements in Visual Studio 11 and...
Avkash Chauhan's Blog
Windows HPC with Windows Azure burst training kit version 1.6
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
2
Comments
Windows HPC Server with Burst to Azure is ideal for compute intensive applications that demand 1000s of Cores. The HPC/Azure hybrid solution allows both novice users and skilled developers to quickly deploy their existing windows binary executable, HPC...
Avkash Chauhan's Blog
Does Windows Azure Startup task have time limit? What to do with heavy processing startup task in Windows Azure Role?
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
So you have a startup task in your any Windows Azure Role which included the following actions: Startup Tasktype is set to “Simple”. (Background and foreground task type will not block the role to start) Download ZIP installer from...
Avkash Chauhan's Blog
Using ProgramEntryPoint element in Service Definition to use custom application as role entry point using Windows Azure SDK 1.5
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
Part 1: Basics of running Nodes.js from command line: You can download node.exe from the link below: http://nodejs.org/ Now lets create app.js as below: var http = require('http'); http.createServer(function (req, res) { res.writeHead...
Avkash Chauhan's Blog
Microsoft and Hadoop Adoption: The Big announcement about Big Data
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
Today Microsoft Announced great plans about Hadoop adoption to deliver enterprise class Apache Hadoop based distributions on both Windows Server and Windows Azure . See Announcement Microsoft will provide simplified download, installation and configuration...
Avkash Chauhan's Blog
SQL Azure databases will be expanded 3x from 50 GB to 150 GB and SQL Azure Reporting & SQL Azure Data Sync CTP
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Upcoming Features for SQL Azure Q4 2011 Service Release (end of 2011) The maximum database size for individual SQL Azure databases will be expanded 3x from 50 GB to 150 GB. Federation. With SQL Azure Federation, databases can be elastically...
Avkash Chauhan's Blog
Clearing / Flushing objects in Windows Azure Caching Service (AppFabric Cache)
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Recently I was asked if there is a way to clear all of objects in the Windows Azure Caching Service or in otherwise clearing/flushing all objects from Windows Azure AppFabric Cache from a single call or what is the best way or recommended way to clear...
Avkash Chauhan's Blog
Handling RoleEnvironment.Stopping event to perform specific action when Windows Azure VM is going down for scheduled update
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
2
Comments
If you have read my previous article about Windows Azure VM Downtime due to Guest and Host OS update…. Windows Azure VM downtime due to Host and Guest OS update and how to manage it in multi-instance Windows Azure Application http:...
Avkash Chauhan's Blog
Retrieving partition key range in Windows Azure Table Storage
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
While working on Windows Azure Table Storage, I had to retrieve partition key range so I look around if there is an API to get the list of all partition keys for my whole table, unfortunately I could not find an API to ease my job. I was really looking...
Avkash Chauhan's Blog
Collecting Windows Azure Storage REST API level metrics data without a single line of programming, just by using tools
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
2
Comments
Time to time you might want to know what the total transaction counts are when you perform any storage activity which included Windows Azure storage. For example when you mount a VHD from Windows Azure Storage to you Azure VM or you write total...
Avkash Chauhan's Blog
Integrating BizTalk Server application with Windows Azure Service Bus Queues
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
I was asked to find some resources on BizTalk and Windows Azure Integration so after my research, I found the following article by Paolo Salvatori from Microsoft, about integrating BizTalk Server application with Windows Azure Service Bus Queues. The...
Avkash Chauhan's Blog
Whats new in Windows Azure SDK 1.5 - Packages are no longer encrypted
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
In Windows Azure SDK 1.5 the packages are no longer encrypted since they are always transferred between the development machine and Windows Azure Portal over https. Up to Windows Azure SDK 1.4 when you generate Service Package (CSPKG) file then...
Avkash Chauhan's Blog
Windows Azure Toolkit for Windows Phone (V1.3.1) is released
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
The Windows Azure Toolkit for Windows Phone is designed to make it easier for you to build mobile applications that leverage cloud services running in Windows Azure. The toolkit includes Visual Studio project templates for Windows Phone and Windows Azure...
Avkash Chauhan's Blog
Using RoleEnviornment.IsAvailable and RoleEnviornment.IsEmulated properties in Windows Azure Applications
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
RoleEnviornment.IsAvailable is used to determine whether the role environment is available or not no matter the role is running in devFabric or cloud. RoleEnviornment.IsAvailable is available with Windows Azure SDK 1.4 and SDK 1.5. RoleEnvironment...
Avkash Chauhan's Blog
Increasing Endpoints in your Windows Azure Application using In-Place Upgrade from Management Portal
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
Previously: If you need to change the number or type of endpoints for existing roles, you must delete and redeploy the service. Recently upgrade to Windows Azure will let you apply in-place upgrade to your Windows Azure Application which includes...
Page 1 of 2 (31 items)
1
2