Skip to content

Commit 37f0212

Browse files
committed
Acrolinx.
1 parent a05b2d7 commit 37f0212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/includes/disks-sas-change.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
> [!IMPORTANT]
1212
> On February 15th, 2025, the Shared Access Signature (SAS) access time for disks and snapshots will be limited to a maximum of 60 days. Trying to generate a SAS with an expiration longer than 60 days results in an error. Any existing disk or snapshot SAS with expirations longer than 60 days won't be supported after 60 days and may result in a 403 error during authorization.
1313
14-
Review all your calls that generate a managed disk or snapshot SAS to ensure that they are requesting access for 60 days (5184000 seconds) or less. If a SAS's access is longer than 60 days, you should revoke its access and generate a new SAS that requests access for 60 days (5184000 seconds) or less.
14+
Review all your calls that generate a managed disk or snapshot SAS to ensure that they're requesting access for 60 days (5,184,000 seconds) or less. If a SAS's access is longer than 60 days, you should revoke its access and generate a new SAS that requests access for 60 days (5,184,000 seconds) or less.
1515

1616
> To check if a disk has an active SAS, you can either use the [REST API](/rest/api/compute/disks/get?view=rest-compute-2024-03-01&tabs=HTTP#diskstate), the [Azure CLI](/cli/azure/disk?view=azure-cli-latest#az-disk-show), or the [Azure PowerShell module](/powershell/module/az.compute/get-azdisk?view=azps-12.0.0), and examine the **DiskState** property.
1717
> To revoke a SAS, you can use either the [REST API](/rest/api/compute/disks/revoke-access?view=rest-compute-2024-03-01&tabs=HTTP), the [Azure CLI](/cli/azure/disk?view=azure-cli-latest#az-disk-revoke-access), or the [Azure PowerShell module](/powershell/module/az.compute/revoke-azdiskaccess?view=azps-12.0.0).

0 commit comments

Comments
 (0)