Azure / Microsoft.Azure.StackExchangeRedis

Azure-specific wrapper for the StackExchange.Redis client library
MIT License
17 stars 14 forks source link

Not able to debug locally when trying to system-assigned managed identity or user-assigned managed identity #19

Closed rapr04 closed 1 year ago

rapr04 commented 1 year ago

I need to implement "user-assigned managed identity" to access the redis cache. This is working perfectly on the Azure, but how to debug locally, as DefaultAzureCredential is not available so not able to run from Visual Studio Login account. Is there any suggestion to solve local debugging issue?

lsannicolas commented 1 year ago

We do have plan to support the DefaultAzureCredential in the upcoming release. As of right now we do not have a way to debug locally on a non-azure vm with this extension

rapr04 commented 1 year ago

Hi, our development environment is non-azure vm. Is there any timeline by when we would have DefaultAzureCredential implemented?

lsannicolas commented 1 year ago

We are working on getting the PR merged, so it should be included in the next release. Unfortunately, we don't have an exact date for the next release set yet.

rapr04 commented 1 year ago

Thanks for the response. Eagerly waiting for DefaultAzureCredential