-
Recent Posts
- Restricting access between multi-tenant App Services with Service Endpoint and Access Restriction
- Implementing Multi-region Deployment and Disaster Recovery in Azure
- Learning materials and 8 tips to pass CKAD (Certified Kubernetes Application Developer) exam
- Should you upgrade from App Service Standard Plan to Premium v2?
- Using Your Smartphone’s Camera to Live Stream Through Azure Media Services
Recent Comments
- wely on Implementing Multi-region Deployment and Disaster Recovery in Azure
- Jitendra on Implementing Multi-region Deployment and Disaster Recovery in Azure
- wely on Implementing Multi-region Deployment and Disaster Recovery in Azure
- HAYTHAM ALI on Implementing Multi-region Deployment and Disaster Recovery in Azure
- Vaughn on Can We Install Custom Software on Windows Azure?
Archives
- July 2020
- June 2020
- March 2020
- January 2020
- November 2015
- June 2015
- November 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
Categories
Meta
Category Archives: Azure Development
Debugging or Running an ASP.NET Application without Windows Azure Compute Emulator
Recently, one of my .NET developers who was involved in a Windows Azure Project came and asked me two questions: 1. Why does it take longer time to debug or run a Windows Azure Project than a typical ASP.NET project? … Continue reading Continue reading
Posted in Azure, Azure Development
5 Comments
Installing Third Party Software on Windows Azure – What are the options?
I have seen this question asked many times now: “How do I install third party software on Windows Azure?” This is a reasonably important question to address as Windows Azure applications often need to use third party software components. In … Continue reading Continue reading
Posted in Azure, Azure Development
9 Comments
Managing session state in Windows Azure: What are the options?
One of the most common questions in developing ASP.NET applications on Windows Azure is how to manage session state. The intention of this article is to discuss several options to manage session state for ASP.NET applications in Windows Azure. What … Continue reading Continue reading
Posted in ASP.NET, Azure, Azure Development
1 Comment
Applying Config Transformation app.config in Windows Azure Worker Role
Background In many cases, we need to have two different set of configuration settings (let say: one for development environment and another one for production environment). What we normally do is to change the setting one by one manually before … Continue reading Continue reading
Posted in Azure, Azure Development
3 Comments
Can We Install Custom Software on Windows Azure?
Recently, a few people asked me similar questions: Can we install custom software on Windows Azure? In a nutshell, I will yes, it is possible! Next, the question: How to do it? How complex it is? Before answering those question, … Continue reading Continue reading
Posted in Azure, Azure Development
4 Comments