microsoft / Microsoft-Fabric-workload-development-sample

Demonstrates how to implement a Microsoft Fabric workload in .net and typescript
Other
30 stars 16 forks source link

Default IsEndpointResolutionService to false #57

Closed omgharra closed 3 months ago

omgharra commented 3 months ago

We see many of our customers failing when moving to test/prod mode because their manifest has IsEndpointResolutionService set to true.

We can easily reduce some of this noise by changing the default manifest in our boilerplate sample to set this property to false (this also makes sense because initially I would image testing with single endpoint and only then moving to multi cluster).