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
@@ -23,7 +24,7 @@ Refer to [Azure Files documentation](../storage/files/storage-files-introduction
23
24
24
25
## Alternate location recovery
25
26
26
-
A recovery done from the recovery point to a location other than the original location where the backups were taken. When using Azure VM backup, this would mean restoring the VM to a server other than the original server where the backups were taken. When using Azure File share backup, this would mean restoring data to a file share that is different from the backed-up file share.
27
+
A recovery done from the recovery point to a location other than the original location where the backups were taken. When you use Azure VM backup, this would mean to restore the VM to a server other than the original server where the backups were taken. When you use Azure File share backup, this would mean to restore data to a file share that is different from the backed-up file share.
27
28
28
29
## Application consistent backup
29
30
@@ -200,7 +201,7 @@ Refer to the [Managed disks documentation](../virtual-machines/managed-disks-ove
200
201
201
202
(Workload-specific term)
202
203
203
-
Also known as **Azure Backup agent** or **Recovery Services agent**, the MARS agent is used by Azure Backup to back up data from on-premises machines and Azure VMs to a backup Recovery Services vault in Azure. [Learn more](backup-support-matrix-mars-agent.md).
204
+
This is also known as **Azure Backup agent** or **Recovery Services agent**, the MARS agent is used by Azure Backup to back up data from on-premises machines and Azure VMs to a backup Recovery Services vault in Azure. [Learn more](backup-support-matrix-mars-agent.md).
204
205
205
206
## NSG (Network Security Group)
206
207
@@ -216,7 +217,7 @@ A backup job that is triggered by a user on a one-time need basis, and not based
216
217
217
218
## Original location recovery (OLR)
218
219
219
-
A recovery done from the restore point to the source location from where the backups were taken, replacing it with the state stored in the recovery point. When using Azure VM backup, this would mean restoring the VM to the original server where the backups were taken. When using Azure File share backup, this would mean restoring data to the backed-up file share.
220
+
A recovery done from the restore point to the source location from where the backups were taken, replacing it with the state stored in the recovery point. When you use Azure VM backup, this would mean to restore the VM to the original server where the backups were taken. When you use Azure File share backup, this would mean to restore data to the backed-up file share.
220
221
221
222
## Passphrase
222
223
@@ -310,6 +311,10 @@ Currently, Azure Backup supports the following backup storage tiers:
310
311
311
312
Backup data for all workloads supported by Azure Backup is stored in vaults which hold backup storage, an auto-scaling set of storage accounts managed by Azure Backup. The Vault-Standard tier is an online storage tier that enables you to store an isolated copy of backup data in a Microsoft managed tenant, thus creating an additional layer of protection. For workloads where snapshot tier is supported, there is a copy of the backup data in both the snapshot tier and the vault-standard tier. Vault-standard tier ensures that backup data is available even if the datasource being backed up is deleted or compromised.
312
313
314
+
## Trusted Access
315
+
316
+
Many Azure services depend on clusterAdmin kubeconfig and the publicly accessible kube-apiserver endpoint to access AKS clusters. The AKS Trusted Access feature enables you to bypass the private endpoint restriction. Without using Microsoft Entra application, this feature enables you to give explicit consent to your system-assigned identity of allowed resources to access your AKS clusters using an Azure resource RoleBinding. The Trusted Access feature allows you to access AKS clusters with different configurations, which aren't limited to private clusters, clusters with local accounts disabled, Microsoft Entra ID clusters, and authorized IP range clusters. [Learn more](azure-kubernetes-service-cluster-backup-concept.md#trusted-access).
317
+
313
318
## Unmanaged disk
314
319
315
320
Refer to the [Unmanaged disks documentation](../storage/common/storage-disaster-recovery-guidance.md#azure-unmanaged-disks).
0 commit comments