Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/configuration/acme/dns01/azuredns.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: 'cert-manager configuration: ACME DNS-01 challenges using AzureDNS'
cert-manager can create and then delete DNS-01 records in Azure DNS but it needs to authenticate to Azure first.
There are four authentication methods available:

- [Managed Identity Using AAD Workload Identity](#managed-identity-using-aad-pod-identity) (recommended)
- [Managed Identity Using AAD Workload Identity](#managed-identity-using-aad-workload-identity) (recommended)
- [Managed Identity Using AAD Pod Identities](#managed-identity-using-aad-pod-identities) (deprecated)
- [Managed Identity Using AKS Kubelet Identity](#managed-identity-using-aks-kubelet-identity)
- [Service Principal](#service-principal)
Expand Down