Skip to content

Commit d7e0315

Browse files
authored
Merge pull request #219720 from roygara/adDiskGA
Azure AD disk GA
2 parents 4715d08 + ab5fb8e commit d7e0315

7 files changed

+16
-37
lines changed

articles/backup/backup-azure-vms-enhanced-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Backup now supports _Enhanced policy_ that's needed to support new Azure o
1717
>[!Important]
1818
>- [Default policy](./backup-during-vm-creation.md#create-a-vm-with-backup-configured) will not support protecting newer Azure offerings, such as [Trusted Launch VM](backup-support-matrix-iaas.md#tvm-backup), [Ultra SSD](backup-support-matrix-iaas.md#vm-storage-support), [Shared disk](backup-support-matrix-iaas.md#vm-storage-support), and Confidential Azure VMs.
1919
>- Enhanced policy currently doesn't support protecting Ultra SSD.
20-
>- Backups for VMs having data access authentication enabled disks will fail. Currently, [data access authentication mode](../virtual-machines/windows/download-vhd.md?tabs=azure-portal#secure-downloads-and-uploads-with-azure-ad-preview) is in preview.
20+
>- Backups for VMs having [data access authentication enabled disks](../virtual-machines/windows/download-vhd.md?tabs=azure-portal#secure-downloads-and-uploads-with-azure-ad) will fail.
2121
2222
You must enable backup of Trusted Launch VM through enhanced policy only. Enhanced policy provides the following features:
2323

articles/virtual-machines/linux/disks-upload-vhd-to-managed-disk-cli.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to upload a VHD to an Azure managed disk and copy a manag
44
services: "virtual-machines,storage"
55
author: roygara
66
ms.author: rogarana
7-
ms.date: 11/18/2022
7+
ms.date: 12/07/2022
88
ms.topic: how-to
99
ms.service: storage
1010
ms.subservice: disks
@@ -19,22 +19,12 @@ This article explains how to either upload a VHD from your local machine to an A
1919
If you're providing a backup solution for IaaS VMs in Azure, you should use direct upload to restore customer backups to managed disks. When uploading a VHD from a source external to Azure, speeds depend on your local bandwidth. When uploading or copying from an Azure VM, your bandwidth would be the same as standard HDDs.
2020

2121

22-
## Secure uploads with Azure AD (preview)
22+
## Secure uploads with Azure AD
2323

24-
If you're using [Azure Active Directory (Azure AD)](../../active-directory/fundamentals/active-directory-whatis.md) to control resource access, you can now use it to restrict uploading of Azure managed disks. This feature is currently in preview. When a user attempts to upload a disk, Azure validates the identity of the requesting user in Azure AD, and confirms that user has the required permissions. At a higher level, a system administrator could set a policy at the Azure account or subscription level, to ensure that an Azure AD identity has the necessary permissions for uploading before allowing a disk or a disk snapshot to be uploaded. If you have any questions on securing uploads with Azure AD, reach out to this email: azuredisks@microsoft .com
24+
If you're using [Azure Active Directory (Azure AD)](../../active-directory/fundamentals/active-directory-whatis.md) to control resource access, you can now use it to restrict uploading of Azure managed disks. This feature is available as a GA offering in all public cloud regions, it is a currently only available as a preview offering in Azure Government and Azure China regions. When a user attempts to upload a disk, Azure validates the identity of the requesting user in Azure AD, and confirms that user has the required permissions. At a higher level, a system administrator could set a policy at the Azure account or subscription level, to ensure that an Azure AD identity has the necessary permissions for uploading before allowing a disk or a disk snapshot to be uploaded. If you have any questions on securing uploads with Azure AD, reach out to this email: azuredisks@microsoft .com
2525

2626
### Prerequisites
2727
- [Install the Azure CLI](/cli/azure/install-azure-cli).
28-
- Use the following command to enable the preview on your subscription:
29-
```azurecli
30-
az feature register --name AllowAADAuthForDataAccess --namespace Microsoft.Compute
31-
```
32-
33-
It may take some time for the feature registration to complete, you can confirm if it has with the following command:
34-
35-
```azurecli
36-
az feature show --name AllowAADAuthForDataAccess --namespace Microsoft.Compute --output table
37-
```
3828

3929
### Restrictions
4030
[!INCLUDE [disks-azure-ad-upload-download-restrictions](../../../includes/disks-azure-ad-upload-download-restrictions.md)]

articles/virtual-machines/linux/download-vhd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: storage
77
ms.subservice: disks
88
ms.collection: linux
99
ms.topic: how-to
10-
ms.date: 11/18/2022
10+
ms.date: 12/07/2022
1111
---
1212

1313
# Download a Linux VHD from Azure
@@ -47,7 +47,7 @@ Your snapshot will be created shortly, and can then be used to download or creat
4747
>
4848
> This method is only recommended for VMs with a single OS disk. VMs with one or more data disks should be stopped before download or before creating a snapshot for the OS disk and each data disk.
4949
50-
## Secure downloads and uploads with Azure AD (preview)
50+
## Secure downloads and uploads with Azure AD
5151

5252
[!INCLUDE [disks-azure-ad-upload-download-portal](../../../includes/disks-azure-ad-upload-download-portal.md)]
5353

articles/virtual-machines/windows/disks-upload-vhd-to-managed-disk-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upload a VHD to Azure or copy a disk across regions - Azure PowerShell
33
description: Learn how to upload a VHD to an Azure managed disk and copy a managed disk across regions, using Azure PowerShell, via direct upload.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 11/18/2022
6+
ms.date: 12/07/2022
77
ms.topic: how-to
88
ms.service: storage
99
ms.tgt_pltfrm: linux
@@ -19,9 +19,9 @@ This article explains how to either upload a VHD from your local machine to an A
1919

2020
If you're providing a backup solution for IaaS VMs in Azure, you should use direct upload to restore customer backups to managed disks. When uploading a VHD from a source external to Azure, speeds depend on your local bandwidth. When uploading or copying from an Azure VM, your bandwidth would be the same as standard HDDs.
2121

22-
## Secure uploads with Azure AD (preview)
22+
## Secure uploads with Azure AD
2323

24-
If you're using [Azure Active Directory (Azure AD)](../../active-directory/fundamentals/active-directory-whatis.md) to control resource access, you can now use it to restrict uploading of Azure managed disks. This feature is currently in preview. When a user attempts to upload a disk, Azure validates the identity of the requesting user in Azure AD, and confirms that user has the required permissions. At a higher level, a system administrator could set a policy at the Azure account or subscription level to ensure that an Azure AD identity has the necessary permissions for uploading before allowing a disk or a disk snapshot to be uploaded. If you have any questions on securing uploads with Azure AD, reach out to this email: azuredisks@microsoft .com
24+
If you're using [Azure Active Directory (Azure AD)](../../active-directory/fundamentals/active-directory-whatis.md) to control resource access, you can now use it to restrict uploading of Azure managed disks. This feature is available as a GA offering in all public cloud regions, it is a currently only available as a preview offering in Azure Government and Azure China regions. When a user attempts to upload a disk, Azure validates the identity of the requesting user in Azure AD, and confirms that user has the required permissions. At a higher level, a system administrator could set a policy at the Azure account or subscription level to ensure that an Azure AD identity has the necessary permissions for uploading before allowing a disk or a disk snapshot to be uploaded. If you have any questions on securing uploads with Azure AD, reach out to this email: azuredisks@microsoft .com
2525

2626
### Prerequisites
2727
[!INCLUDE [disks-azure-ad-upload-download-prereqs](../../../includes/disks-azure-ad-upload-download-prereqs.md)]

articles/virtual-machines/windows/download-vhd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: storage
77
ms.subservice: disks
88
ms.workload: infrastructure-services
99
ms.topic: how-to
10-
ms.date: 11/18/2022
10+
ms.date: 12/07/2022
1111
---
1212

1313
# Download a Windows VHD from Azure
@@ -58,7 +58,7 @@ Your snapshot will be created shortly, and can then be used to download or creat
5858
> This method is only recommended for VMs with a single OS disk. VMs with one or more data disks should be stopped before download or before creating a snapshot for the OS disk and each data disk.
5959
6060

61-
## Secure downloads and uploads with Azure AD (preview)
61+
## Secure downloads and uploads with Azure AD
6262

6363
[!INCLUDE [disks-azure-ad-upload-download-portal](../../../includes/disks-azure-ad-upload-download-portal.md)]
6464

includes/disks-azure-ad-upload-download-portal.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
author: roygara
66
ms.service: storage
77
ms.topic: include
8-
ms.date: 11/18/2022
8+
ms.date: 12/02/2022
99
ms.author: rogarana
1010
ms.custom: include file
1111
---
12-
If you're using [Azure Active Directory (Azure AD)](../articles/active-directory/fundamentals/active-directory-whatis.md) to control resource access, you can now use it to restrict uploads and downloads of Azure managed disks. This feature is currently in preview. When a user attempts to upload or download a disk, Azure validates the identity of the requesting user in Azure AD, and confirms that user has the required permissions. At a higher level, a system administrator could set a policy at the Azure account or subscription level, to ensure that all disks and snapshots must use Azure AD for uploads or downloads. If you have any questions on securing uploads or downloads with Azure AD, reach out to this email: azuredisks@microsoft .com
12+
If you're using [Azure Active Directory (Azure AD)](../articles/active-directory/fundamentals/active-directory-whatis.md) to control resource access, you can now use it to restrict uploads and downloads of Azure managed disks. This feature is available as a GA offering in all public cloud regions, it is a currently only available as a preview offering in Azure Government and Azure China regions. When a user attempts to upload or download a disk, Azure validates the identity of the requesting user in Azure AD, and confirms that user has the required permissions. At a higher level, a system administrator could set a policy at the Azure account or subscription level, to ensure that all disks and snapshots must use Azure AD for uploads or downloads. If you have any questions on securing uploads or downloads with Azure AD, reach out to this email: azuredisks@microsoft .com
1313

1414
### Restrictions
1515
[!INCLUDE [disks-azure-ad-upload-download-restrictions](disks-azure-ad-upload-download-restrictions.md)]
16-
- To download a VHD that is using Azure AD to restrict access, you must access the Azure portal from this link: [https://aka.ms/dataAccessAuthenticationMode](https://aka.ms/dataAccessAuthenticationMode)
1716

1817
### Prerequisites
1918
[!INCLUDE [disks-azure-ad-upload-download-prereqs](disks-azure-ad-upload-download-prereqs.md)]
@@ -33,7 +32,7 @@ For detailed steps on assigning a role, see the following articles for [portal](
3332

3433
# [Portal](#tab/azure-portal)
3534

36-
Enable **data access authentication mode** to restrict access to the disk. You can either enable it when creating the disk, or you can enable it on the **Disk Export** page for existing disks. In order to enable **data access authentication mode** you must access the Azure portal from the following link: [https://aka.ms/dataAccessAuthenticationMode](https://aka.ms/dataAccessAuthenticationMode)
35+
Enable **data access authentication mode** to restrict access to the disk. You can either enable it when creating the disk, or you can enable it on the **Disk Export** page for existing disks.
3736

3837
:::image type="content" source="media/disks-azure-ad-upload-download-portal/disks-data-access-auth-mode.png" alt-text="Screenshot of a disk's data access authentication mode checkbox, tick the checkbox to restrict access to the disk, and save your changes." lightbox="media/disks-azure-ad-upload-download-portal/disks-data-access-auth-mode.png":::
3938

includes/disks-azure-ad-upload-download-prereqs.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,8 @@
55
author: roygara
66
ms.service: storage
77
ms.topic: include
8-
ms.date: 06/21/2022
8+
ms.date: 11/28/2022
99
ms.author: rogarana
1010
ms.custom: include file
1111
---
12-
- Install the latest [Azure PowerShell module](/powershell/azure/install-az-ps).
13-
- You must enable the preview on your subscription, use the following command to enable the preview:
14-
```azurepowershell
15-
Register-AzProviderFeature -FeatureName "AllowAADAuthForDataAccess" -ProviderNamespace "Microsoft.Compute"
16-
```
17-
18-
It may take some time for the feature registration to complete, you can confirm if it has with the following command:
19-
20-
```azurepowershell
21-
Get-AzProviderFeature -FeatureName "AllowAADAuthForDataAccess" -ProviderNamespace "Microsoft.Compute"
22-
```
12+
- Install the latest [Azure PowerShell module](/powershell/azure/install-az-ps).

0 commit comments

Comments
 (0)