Recently, I discovered we can use VisualStudioCredential to authenticate with Azure Key Vault. See this GitHub page.
I'm trying to remove creds like client id, client secret, tenant id, etc. from the source code. I currently need these to instantiate an AzureCredentials
in the Microsoft.Azure.Management.ResourceManager.Fluent
NuGet package.
Is it possible to use VisualStudioCredential
for StorageManagementClient
and EventGridManagementClient
?