Hello,
I have developed a custom Dynamics CRM solution which extensively use Service Endpoints (Azure Service Bus Queues) to communicate with external services.
I would like to know the best practices to deploy that Service Endpoint on production given the Endpoint which I use for development is not the same (obviously).
The GUID should be preserved amoung different enviroments, since it is referenced by custom actions.
My question is: If I deploy the Endpoint on my managed solution and then, on Prod enviroment, re-configure it to use the Production Queue, subsequent deploys would override the configuration, right? What is the recommended way of doing it?
I tried to let the ServiceEndpoint resource on an unmanaged solution but removing it from the managed solution prevented it from being deployed cause of the lack of required components (even if the resource is already previously deployed).
Thank you!
Lucas






