Friday, December 4, 2009

Deploying WCF service to Azure CTP Platform

To deploy a WCF service (ASPnet Web Role) on Azure platform is fairly straightforward.

Once testing the solution on Development fabric, replace the &<;endpoint address="" with staging or production uri in the ServiceReferences.ClientConfig file. Publish the webrole project. This should generate application package file and configuration file to be deployed on Azure platform. Leave the port number to be default since Azure would run the webservice under port 80.

No comments: