I see lot of documentations which retires the default keyvault. But lets say I have a key vault names, sample_kv, how do i retrieve that in my code?
I couldn't find any sources helpful, please let me know any
#to get deafult keyvault,i used this, but i want to retrieve keyvault by its name
keyvault = ws.get_default_keyvault()
error
DefaultAzureCredential failed to retrieve a token from the included credentials.Attempted credentials:EnvironmentCredential: EnvironmentCredential authentication unavailable. Environment variables are not fully configured.