Skip to content

Commit bd1f660

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#359102
Updated line no: 220 from "Storage AccountContributor" to "Storage Account Contributor"
1 parent f1b5b17 commit bd1f660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/backup/quick-kubernetes-backup-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ To implement the Terraform code for AKS backup flow, run the following scripts:
217217
#Assign Role to Extension Identity over Storage Account
218218
resource "azurerm_role_assignment" "extensionrole" {
219219
scope = azurerm_storage_account.backupsa.id
220-
role_definition_name = "Storage AccountContributor"
220+
role_definition_name = "Storage Account Contributor"
221221
principal_id = azurerm_kubernetes_cluster_extension.dataprotection.aks_assigned_identity[0].principal_id
222222
depends_on = [azurerm_kubernetes_cluster_extension.dataprotection]
223223
}

0 commit comments

Comments
 (0)