microsoft / Dynamics-365-FastTrack-Implementation-Assets

Dynamics 365 FastTrack Implementation guides
MIT License
299 stars 194 forks source link

Issue with the function ServiceBus_CDMToSynapseView #156

Open JoPe72 opened 2 years ago

JoPe72 commented 2 years ago

I just updated the CDMUtil in Azure function to the latest version. I get error messages from ServiceBus_CDMToSynapseView saying that it is missing the ServiceBus ConnectionSting

I looked at the history and I could see that ServiceBus_CDMToSynapseView was not present in the previous release. When I roled it back to a previous version (May 23rd) it worked

torstenfinndorf commented 1 year ago

Any new Info? I have the same problem.

jspijkerboer commented 1 year ago

Simple solution/workaround is to define the 'ServiceBusConnection' application setting and leave it empty. And then disable the 'ServiceBus_CDMToSynapseView' function.

How to disable functions in Azure Functions | Microsoft Learn

JoPe72 commented 1 year ago

Thanks @jspijkerboer. This seems to work great from preliminary testing