As part of the effort of better integrating and managing on-premises and cloud resources, System Center 2012 offers different capabilities to monitor Windows Azure instances. This article from the Microsoft Server and Cloud Platform team shows how to upload, deploy and monitor applications to the cloud using the latest version of System Center.
Similar Posts
MSDN Magazine article – Comparing Windows Azure queues and Service Bus queues
In my latest MSDN Magazine article, I compare Windows Azure queues Vs. Service Bus queues from a developers perspective, showing how to perform the most basic operations: create a queue, send and receive messages, send authentication credentials to both services. I hope that you find it useful. http://msdn.microsoft.com/en-us/magazine/jj159884.aspx
Access Control Service Samples and Documentation
Samples on how to use ACS with different identity providers, including ADFS2, Windows Live ID, Facebook, Google and Yahoo. Click here to open link…
Introduction to Windows Azure Startup Tasks
As it is explained by Steve Marx on this article, startup tasks are actions that can be set before the Azure roles start, and a powerful resource to configure IIS and other role components. Click here to open link…
About using IntelliTrace with Windows Azure…
I had the opportunity last night to do a presentation about Windows Azure for the Denver Visual Studio User GroupĀ – http://www.denvervisualstudio.net/. One of the topics that we discussed was using IntelliTrace for debugging purposes on Azure, somebody in the audience pointing out that this was not recommended by Microsoft for production environments. Since I was…
Windows Azure Tools for Microsoft Visual Studio 2010 – August 2011 update
Even though I tweeted about this a few days ago, I would like to emphasize the importance of this update, particularly for developers creating projects for Windows Azure using Visual Studio 2010. My two favorite new features: 1) Profile applications running in Windows Azure 2) Manage multiple service configurations in one cloud project. Full article…
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….