You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/whats-new.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,17 +69,7 @@ You can learn more about the new releases by bookmarking this page or by [subscr
69
69
70
70
Azure Backup introduces a streamlined Azure CLI experience to onboard Azure Kubernetes Service (AKS) clusters to vaulted backups using a single command.
71
71
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.
83
73
84
74
Running this command automatically completes the required setup by:
85
75
- Deploying the Backup extension when not already present
@@ -88,11 +78,9 @@ Running this command automatically completes the required setup by:
88
78
- Establishing Trusted Access between the vault and AKS cluster
89
79
- Creating the backup instance to start protection
90
80
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.
94
82
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).
0 commit comments