Skip to content

Commit ca2ede8

Browse files
updated vmapps how-to for storage permission wording
1 parent 28e46e1 commit ca2ede8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/vm-applications-how-to.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 02/03/2022
10-
ms.reviewer: amjads
9+
ms.date: 09/08/2023
10+
ms.reviewer: erd
1111
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1212
---
1313

@@ -44,7 +44,7 @@ if ($remainder -ne 0){
4444
}
4545
```
4646

47-
You need to make sure the files are publicly available, or you'll need the SAS URI for the files in your storage account. You can use [Storage Explorer](../vs-azure-tools-storage-explorer-blobs.md) to quickly create a SAS URI if you don't already have one.
47+
Ensure the storage account has public level access or use an SAS URI with read privilege, as other restriction levels fail deployments. You can use [Storage Explorer](../vs-azure-tools-storage-explorer-blobs.md) to quickly create a SAS URI if you don't already have one.
4848

4949
If you're using PowerShell, you need to be using version 3.11.0 of the Az.Storage module.
5050

0 commit comments

Comments
 (0)