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/virtual-machines/windows/download-vhd.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,9 @@ az disk grant-access --duration-in-seconds 86400 --access-level Read --name your
94
94
95
95
96
96
> [!NOTE]
97
-
> The expiration time is increased from the default to provide enough time to download the large VHD file for a Windows Server operating system. Large VHDs can take up to several hours to download depending on your connection and the size of the VM.
97
+
> The expiration time is increased from the default to provide enough time to download the large VHD file for a Windows Server operating system. Large VHDs can take up to several hours to download depending on your connection and the size of the VM.
98
+
>
99
+
> While the SAS URL is active, attempting to start the VM will result in the error **There is an active shared access signature outstanding for disk***diskname*. You can revoke the SAS URL by selecting **Cancel export** on the **Disk Export** page.
0 commit comments