When you publish an application to Windows Azure, it gets its own subdomain in cloudapp.net. In order to make name resolution even faster (particularly outside the USA), the Domain Name System (DNS) used by Azure is moving to a new globally distributed infrastructure. As the article mentions, there is no customer action required.
Similar Posts
Windows Azure SDK version 1.4 has been released
The Windows Azure team announced the release of version 1.4 for the Windows Azure SDK, along with the corresponding update to the management console. The official announcement can be found here: http://tinyurl.com/46cn8bc The SDK is now available on the Microsoft downloads website, found here: http://tinyurl.com/2c8r9a7 The following features have been added:
Supporting mobile device applications using RESTful services running on Windows Azure
I recently wrote an article with my friend and colleague Bruno Terkaly for MSDN magazine on using Windows Azure to support mobile device applications (including iOS, Android, and Windows Phone) that require back-end services. The solution that we propose is based on a REST style architecture, a very popular approach that provides flexibility and speed….
Programmatically Changing the AppPool Identity in a Windows Azure Web Role
Excellent blog entry from Wade Wegner, explaining how to change settings for the IIS AppPool associated to a web role in Azure. Click here to open link…
Windows Azure Insider February 2014 – The Windows Azure Service Bus and the Internet of Things
This month, for the MSDN Magazine Windows Azure Insider column, Bruno and I write about one of the hottest topics in the industry: The Internet of Things (or IoT). We talked to some of the IoT experts inside the Windows Azure group, including Clemens Vasters and Abhishek Lal, and put together a two-piece article that…
Architecture + Strategy using the Windows Azure AppFabric Service Bus
Excellent blog entry from David Chou explaining the differences between an Enterprise Service Bus and and an Interent Service Bus, and how to take advantage of the latter when designing architectures for the cloud. Click here to open link…
Auto-scaling your applications in Windows Azure
One of the big benefits of deploying applications to Windows Azure is being able to scale them on demand. What if you could automate this process based on traffic or number of requests? This article explains the different approaches that can be taken to achieve this… Click here to open link…