Open Jandev opened 11 months ago
Hello @Jandev
Thanks for the feedback. Would be something we can try and work on. Will you be okay with a 2 week lead time on this (30 Nov)
Thanks for the swift response, @ag-ramachandran!
Now that I know this feature isn't supported yet, I can work around it using other means. I need the data ingested for a demo, next week. So the implementation will be too late for me to use it this time.
Knowing this will be picked up at some point in time is good enough for me. Maybe for a subsequent demo I can use this binding.
Hello @Jandev ! Ah next week. Let me give it a good shot and see if I can do something for you. We'll try our best. will keep you posted on this issue
Thanks, much appreciated. But no need to reprioritize your current work just for me. While this is a nice feature to have, I know the package is still in preview so we can wait a bit longer if necessary.
I wanted to use this extension along with my Managed Identity. On local systems, this should default to the logged in user in Azure CLI or Visual Studio. However, this does not appear to be possible. I'm receiving the following error:
As for context, this is the configuration I'm using
I got the connection string via LinqPad using the following code:
The actual Azure Function is rather simple at the moment.
Am I doing something wrong in my current setup, maybe the connectionstring? Or is this scenario not supported (yet)? Would love to know if/how I can resolve this.
Of course, creating a service principal & secret is a possibility but that would be my last resort.