Update Azure Service While It Is Running
Cloud Computing May 21st, 2010
Lets assume that we are doing a project that needs to update endpoint configuration (for example: add a new internal/input endpoints) and even create new worker role when the service is running. According to http://msdn.microsoft.com/en-us/library/dd179341.aspx#Subheading2 it seems we can’t change the service definition when the service is running. So what options are there to do this?
The only option here is to make your service definition changes, delete the running service and recreate\deploy. The change of endpoints as well as adding additional roles require a schema change to the service.
Similar Posts:
- Creating and Executing First Cloud Project With Windows Azure
- New Version of Windows Azure Tools for Microsoft Visual Studio
- CTP15 of the GDR release of VSTSDB is available
- Restrict Users To Open WorkItem
- VSTSDB 2008 GDR CTP16
Tags: Windows Azure
About


[...] http://blog.maordavid.com/update-azure-service-while-it-is-running/ [...]