Skip to content

Commit 369d478

Browse files
authored
Enhance AKS backup CLI documentation
Updated the section on simplifying CLI experience for AKS backups. Clarified the command and its automation benefits.
1 parent 9e98951 commit 369d478

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

articles/backup/whats-new.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,7 @@ You can learn more about the new releases by bookmarking this page or by [subscr
6969

7070
Azure Backup introduces a streamlined Azure CLI experience to onboard Azure Kubernetes Service (AKS) clusters to vaulted backups using a single command.
7171

72-
Protecting AKS clusters through CLI involves a sequence of setup tasks such as installing the Backup extension, preparing storage, creating a backup vault and policy, configuring Trusted Access, and setting up the backup instance.
73-
74-
To simplify this backup configuration, Microsoft provides an alternate approach to enable backup protection for an AKS cluster by running the following command:
75-
76-
```azure-cli
77-
az dataprotection enable-backup trigger \
78-
--datasource-type AzureKubernetesService \
79-
--datasource-id <cluster-arm-id> \
80-
--backup-strategy <strategy> \
81-
--backup-configuration-file @config.json
82-
```
72+
Protecting AKS clusters through CLI involves a sequence of setup tasks such as installing the Backup extension, preparing storage, creating a backup vault and policy, configuring Trusted Access, and setting up the backup instance. To simplify this backup configuration, Microsoft provides an alternate approach to enable backup protection for an AKS cluster by running a single command.
8373

8474
Running this command automatically completes the required setup by:
8575
- Deploying the Backup extension when not already present
@@ -88,11 +78,9 @@ Running this command automatically completes the required setup by:
8878
- Establishing Trusted Access between the vault and AKS cluster
8979
- Creating the backup instance to start protection
9080

91-
You can also supply an optional configuration file to reference existing vaults, policies, storage accounts, or apply tags as part of the enablement workflow.
92-
93-
This capability simplifies onboarding of AKS clusters to Azure Backup and supports automation scenarios such as infrastructure‑as‑code and CI/CD pipelines.
81+
You can also supply an optional configuration file to reference existing vaults, policies, storage accounts, or apply tags as part of the enablement workflow. This capability simplifies onboarding of AKS clusters to Azure Backup and supports automation scenarios such as infrastructure‑as‑code and CI/CD pipelines.
9482

95-
For more information, see [how to configure backup using a single CLI command](/backup/azure-kubernetes-service-cluster-backup-using-cli#configure-backup-using-a-single-azure-cli-command).
83+
For more information, see [Configure AKS backup using a single CLI command](azure-kubernetes-service-cluster-backup-using-cli.md#configure-backup-using-a-single-azure-cli-command).
9684

9785
## Backup support for Confidential VMs (preview)
9886

0 commit comments

Comments
 (0)