Sander Aernouts
Sander Aernouts
You can report a false positive to Microsoft as a Software Developer on https://www.microsoft.com/en-us/wdsi/filesubmission (https://docs.microsoft.com/en-gb/windows/security/threat-protection/intelligence/submission-guide#how-do-i-dispute-the-detection-of-my-program). Might be worth a shot to get this sorted or get some information on why...
> > Is the message now lost or is it send again when the client reconnects? > > Message is lost in this case, so the error generally means the...
@terencefan I have answered your questions below: > 1. The `TokenCredential` you are currently using in your code. We don't use a specific implementation of `TokenCredential` in our code. Instead...
@awanlin, can this issue be reopened? I see it was closed as `not planned` by `bot`, but since I have a PR open on it that is close to completion,...
Happy that you started this @afscrome, I currently have a config with several Azure credential configurations and I'd be happy to consolidate those in some way. [`DefaultAzureCredential`](https://learn.microsoft.com/en-us/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet) is a good...
> Been thinking about this some more and I think are ultimately two options for keying credentials > > 1. Name > 2. TenantId Maybe a sensible default is to...
On second thought abstracting away `@azure/identity` is probably a mistake. Most of the Azure SDK libraries expect you to pass in a `TokenCredential` that the library will use to request...