File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ Without a [Secret reference](#secret-reference), authentication using a chain
280
280
with :
281
281
282
282
- [Environment credentials](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#EnvironmentCredential)
283
- - [Workload Identity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.3.0-beta.4 #WorkloadIdentityCredential)
283
+ - [Workload Identity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#WorkloadIdentityCredential)
284
284
- [Managed Identity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#ManagedIdentityCredential)
285
285
with the `AZURE_CLIENT_ID`
286
286
- Managed Identity with a system-assigned identity
@@ -301,7 +301,7 @@ sets of `.data` fields:
301
301
[Shared Key](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob#SharedKeyCredential).
302
302
- ` sasKey` for authenticating using a [SAS Token](https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview)
303
303
304
- For any Managed Identity and/or Azure Active Directory authentication method,
304
+ For any Managed Identity and/or Microsoft Entra ID (Formerly Azure Active Directory) authentication method,
305
305
the base URL can be configured using `.data.authorityHost`. If not supplied,
306
306
[`AzurePublicCloud` is assumed](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#AuthorityHost).
307
307
You can’t perform that action at this time.
0 commit comments