Skip to content

Commit 7d9f496

Browse files
committed
fixes
1 parent 7e32f3c commit 7d9f496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/tutorial-restrict-network-access-to-resources-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Attempt to mount the Azure file share to the directory you created. This article
324324
sudo mount --types cifs //storage-account-name>.file.core.windows.net/file-share /mnt/file-share --options vers=3.0,username=<storage-account-name>,password=<storage-account-key>,dir_mode=0777,file_mode=0777,serverino
325325
```
326326

327-
Access is denied, and you receive a `mount error(13): Permission denied` error, because the *vm-public* VM is deployed within the *Public* subnet. The *Public* subnet does not have a service endpoint enabled for Azure Storage, and the storage account only allows network access from the *Private* subnet, not the *Public* subnet.
327+
Access is denied, and you receive a `mount error(13): Permission denied` error, because the *vm-public* VM is deployed within the *subnet-public* subnet. The *subnet-public* subnet does not have a service endpoint enabled for Azure Storage, and the storage account only allows network access from the *subnet-private* subnet, not the *subnet-public* subnet.
328328

329329
Exit the SSH session to the *vm-public* VM.
330330

@@ -336,7 +336,7 @@ az storage share list \
336336
--account-key <account-key>
337337
```
338338

339-
Access is denied and you receive a *This request is not authorized to perform this operation* error, because your computer is not in the *Private* subnet of the *vnet-1* virtual network.
339+
Access is denied and you receive a *This request is not authorized to perform this operation* error, because your computer is not in the *subnet-private* subnet of the *vnet-1* virtual network.
340340

341341
## Clean up resources
342342

0 commit comments

Comments
 (0)