MSBUILD Tasks to handle deployment of Custom Service Brokers and Services Instances

  • 18 November 2010
  • 3 replies
  • 0 views

Badge +9

The Service Broker Deployment Utility is a set of custom MSBUILD tasks that handles: · The deployment and creation of a ServiceType (based upon a custom ServiceBroker) · The registration/refreshing of a ServiceInstance. This can greatly ease the effort around dealing with ServiceBrokers and Instances across multiple developers and environments as well as help deal with keeping ServiceInstance GUID consistent as well. These are actually two separate MSBUILD tasks and as such they ca


3 replies

Badge +6
update existing service type

Hi,


 


If the service type is already deployed, then can we update it again using this script.

Badge +9
Refreshing Service Instance?

The description mentions that these scripts can refresh an existing service instance, a step that I would love to automate. Can you provide an example of how to do that?

Badge +9
Re: Refreshing Service Instance?

Disregard, just took a look at the code and it appears as if registering a service instance will refresh it if it already exists. Will check out this functionality, thanks!

Reply