Azure

Add config sections and values in Azure Function Configuration

Most developers are familiar with defining configuration sections in appsettings.json or a json file, and then read it through IConfiguration. However, Azure Functions uses environment variables. Though there are ways you can use a json file in azure functions, it will hamper the flexibility of configuring azure functions. Environment variables are stored as a key-value […]

TechEd India 2012 – Integrating Windows Azure, Windows Phone, Windows 8 Metro and Kinect

I am very happy and excited to announce that this TechEd I will be presenting along with my friend Abhijit Jana. We will be presenting a session which will showcase the integration of Windows Azure, Windows Phone, Windows 8 Metro and Kinect. For the presentation we have developed a proto solution for Home Security. Well […]

Developer Conference 2011 Hyderabad Contest

Thanks for great response and feedback on our session “Knotting Kinect, Windows Azure and Windows Phone”. As we promised over the session, we are extremely thrilled to announce the contest for all the participants of Developer Conference 2011. We are looking for a good creative application which spawns across the Windows Azure and Windows Phone […]

There was an error attaching the debugger to the IIS worker process for url xxx for role instance in Windows Azure

There was an error attaching the debugger to the IIS worker process for url xxx for role instance deployment(xxx).ProjectName.Web_IN_0. Unable to start debugging on the web server. The web server did not respond in a timely manner. This may be because another debugger is already attached to the web server.     This error can haunt you […]

Scroll to top