Skip to content

Commit 082dff2

Browse files
Addressed UUF #264517
Added a note to address UUF - https://dev.azure.com/msft-skilling/Content/_workitems/edit/264517
1 parent bf801da commit 082dff2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/backup/azure-kubernetes-service-backup-troubleshoot.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot Azure Kubernetes Service backup
33
description: Symptoms, causes, and resolutions of the Azure Kubernetes Service backup and restore operations.
44
ms.topic: troubleshooting
5-
ms.date: 04/30/2025
5+
ms.date: 06/18/2025
66
ms.service: azure-backup
77
ms.custom:
88
- ignite-2023
@@ -65,6 +65,9 @@ The extension pods aren't exempt, and require the Microsoft Entra pod identity t
6565

6666
3. To assign the *Storage Blob Data Contributor* role to the extension identity, run the following command:
6767

68+
>[!Note]
69+
>Ensure that you use the latest Terraform script version. [Learn more](quick-kubernetes-backup-terraform.md#prerequisites).
70+
6871
```azurecli-interactive
6972
az role assignment create --assignee-object-id $(az k8s-extension show --name azure-aks-backup --cluster-name aksclustername --resource-group aksclusterresourcegroup --cluster-type managedClusters --query aksAssignedIdentity.principalId --output tsv) --role 'Storage Blob Data Contributor' --scope /subscriptions/subscriptionid/resourceGroups/storageaccountresourcegroup/providers/Microsoft.Storage/storageAccounts/storageaccountname
7073
```

0 commit comments

Comments
 (0)