If you are using a WCF Web Role to access table storage you might come across the following error SetConfigurationSettingPublisher needs to be called before FromConfigurationSetting can be used The following steps can help you 1. Ensure you have the Cloud project set up as the start up project 2. Ensure you are using the […]
Category Archives: Worker Roles
Bulb Flash:- Azure Message Queues-Passing objects
Azure queue takes either an array of bytes or a string as an input. While working on a web role- worker role interaction , i needed to pass the entire TableServiceEntity object(basically the Azure table datamodel) to the worker role. I needed the partition key, the row key as well as some other attributes of […]