Skip to content

Commit 494e198

Browse files
Merge pull request #263800 from AbhishekMallick-MS/Jan-22-2024-Freshness
Freshness - Az Backup Glossary
2 parents f6adeac + 4498ec6 commit 494e198

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/backup/azure-backup-glossary.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: Azure Backup glossary
33
description: This article defines terms helpful for use with Azure Backup.
44
ms.topic: conceptual
5-
ms.custom: devx-track-azurepowershell, devx-track-arm-template, devx-track-azurecli
6-
ms.date: 12/21/2020
5+
ms.service: backup
6+
ms.custom: devx-track-azurepowershell, devx-track-arm-template, devx-track-azurecli, engagement-fy24
7+
ms.date: 01/22/2024
78
author: AbhishekMallick-MS
89
ms.author: v-abhmallick
910
---
@@ -23,7 +24,7 @@ Refer to [Azure Files documentation](../storage/files/storage-files-introduction
2324

2425
## Alternate location recovery
2526

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.
2728

2829
## Application consistent backup
2930

@@ -200,7 +201,7 @@ Refer to the [Managed disks documentation](../virtual-machines/managed-disks-ove
200201

201202
(Workload-specific term)
202203

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).
204205

205206
## NSG (Network Security Group)
206207

@@ -216,7 +217,7 @@ A backup job that is triggered by a user on a one-time need basis, and not based
216217

217218
## Original location recovery (OLR)
218219

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.
220221

221222
## Passphrase
222223

@@ -310,6 +311,10 @@ Currently, Azure Backup supports the following backup storage tiers:
310311

311312
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.
312313

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+
313318
## Unmanaged disk
314319

315320
Refer to the [Unmanaged disks documentation](../storage/common/storage-disaster-recovery-guidance.md#azure-unmanaged-disks).

0 commit comments

Comments
 (0)