microsoft / Dynamics-365-FastTrack-Implementation-Assets

Dynamics 365 FastTrack Implementation guides
MIT License
298 stars 192 forks source link

DataSourceName Parameter is not working while configuring CDM util Function App #255

Open Himanshu-Crowe opened 11 months ago

Himanshu-Crowe commented 11 months ago

I was able to setup CDM util Function App and blob storage event is also being triggered when a table is activated in D365. In Application settings I am using SynapseExternalTable as DDL Type. SQLEndPoint setting is also working fine.

Problem arises at configuring DataSourceName. DataSourceName doesn't seems to be working. Synapse External Tables created are using default External Data source name which is using default database scoped credentials. My requirement is to use an existing Data Source which I am explicitly passing.

image