Azure Continuous Deployment With Git
Written by Kay Ewbank   
Friday, 28 September 2012

Developers creating apps for Windows Azure can now use Git in continuous deployment modes, and can integrate with projects hosted on CodePlex and GitHub.

Microsoft has announced a number of improvements to Windows Azure deployment, including a new low-cost shared mode scaling option, support for custom domains with shared and reserved mode web-sites using both CNAME and A-Records, continuous deployment support using both CodePlex and GitHub, and FastCGI extensibility.

The new “shared” scaling tier means you can deploy and host up to 10 web-sites in a free, shared/multi-tenant hosting environment. It is free for web sites that serve up to 165MB a day of content, or 5GB per month). There’s also a new low-cost “shared” option when you go beyond these limits.

If you’re running in shared mode you can now map multiple custom DNS domain names to it using CNAMEs and A-records. This lets you support “naked domains” with your websites, such as http://microsoft.com as well as http://www.microsoft.com.

Custom Domain support has also been improved with the ability to associate multiple custom host names to your Azure websites.

The support for continuous deployment with Git and CodePlex or GitHub is another improvement. It means you can automate builds and run unit tests every time you check in your website, and if they are successful automatically publish to Azure. This was available under the TFS option Microsoft shipped earlier this summer, and has now been expanded to include Git support with the option to integrate with projects hosted on CodePlex and GitHub.

 

 

You can read a good description of all the additions on Scott Guthrie’s blog.

 

More Information

Announcing: Great Improvements to Windows Azure Web Sites

Related Articles

Azure brand alive and well

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Why OpenSSF's Baseline Security For Open Source Projects Is Important
21/04/2025

The Open Source Project Security Baseline, or OSPS Baseline for short, is a new initiative by OpenSSF in an attempt to bolster the security posture of open source software projects.



GCC 15.1 Released With Support For COBOL
05/05/2025

This major release of the GNU Compiler Collection is the first to include a COBOL front end. It also features improved support for Rust. Developers are also concerned about breaking changes.


More News

Last Updated ( Friday, 28 September 2012 )