Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions website/blog-cnny/2023-02-07/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ ACR_NAME=<YOUR_ACR_NAME>

az aks enable-addons \
--addons azure-keyvault-secrets-provider \
--enable-secret-rotation \
--name $AKS_NAME \
--resource-group $RG_NAME
```
Expand Down
3 changes: 1 addition & 2 deletions website/blog-cnny/2023-02-08/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ az aks enable-addons \
--name $AKS_NAME \
--resource-group $RESOURCE_GROUP \
--addons web_application_routing \
--dns-zone-resource-id=$DNS_ZONE_ID \
--enable-secret-rotation
--dns-zone-resource-id=$DNS_ZONE_ID
```

The add-on will also deploy a new Azure Managed Identity which is used by the `external-dns` controller when writing Azure DNS zone entries. Currently, it does not have permission to do that, so let's grant it permission.
Expand Down