-
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
An Introduction to Windows Azure (Part 1)
Windows Azure is the Microsoft cloud computing platform which enables developers to quickly develop, deploy, and manage their applications hosted in a Microsoft data center. As a PAAS provider, Windows Azure not only takes care of the infrastructure, but will … Continue reading Continue reading
Posted in Azure
4 Comments
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
New Announcements on Windows Azure [12 Dec 2011]
What’s new? There’re several announcements that are made by Windows Azure team yesterday. Here’re the summary: Metro-style Windows Azure Home Page http://www.windowsazure.com/en-us/ The site is more simplified now, the look-and-feel looks clean and comfortable. Windows Azure SDK for Node.js https://github.com/WindowsAzure/azure-sdk-for-node … Continue reading Continue reading
Posted in Azure
Leave a comment
Windows Azure Storage Transaction | Unveiling the Unforeseen Cost and Tips to Cost Effective Usage
[update: the price for storage transaction is now $0.01 per 100,000] Background I was quite surprise when seeing the Storage Transaction bills 2000% more than Storage Capacity, and it’s about 40% of my total bill. Wow… How can that be? … Continue reading Continue reading
Posted in Azure Storage
4 Comments
I am officially MCPD in Windows Azure
Due to bunch of busy stuff, I had not have chance to blog. Anyway, I am pleased to share that I am now officially MCPD (Microsoft Certified Professional Developer) in Windows Azure. Obtaining MCPD in Windows Azure requires three exams: … Continue reading Continue reading
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
Reviewing “Microsoft Windows Azure Development Cookbook” by Neil Mackenzie
Introduction A couple of weeks ago, I received an email from Packt Publishing to help on reviewing a book entitiled “Microsoft Windows Azure Development Cookbook” by one of Windows Azure MVP, Neil Mackenzie. Although never meets Neil face-to-face, I know … Continue reading Continue reading