Skip to content

Commit 1ce8a3d

Browse files
[Doc-A-THon]Removing Ubuntu
Replacing Ubuntu with Linux Distribution
1 parent e5ad55b commit 1ce8a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/virtual-network-service-endpoint-policies-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Create a VM in the *Private* subnet with [az vm create](/cli/azure/vm). If SSH k
295295
az vm create \
296296
--resource-group myResourceGroup \
297297
--name myVmPrivate \
298-
--image UbuntuLTS \
298+
--image <SKU linux image> \
299299
--vnet-name myVirtualNetwork \
300300
--subnet Private \
301301
--generate-ssh-keys
@@ -334,7 +334,7 @@ sudo mkdir /mnt/MyAzureFileShare2
334334
```
335335

336336
Attempt to mount the Azure file share from storage account *notallowedstorageacc* to the directory you created.
337-
This article assumes you deployed the latest version of Ubuntu. If you are using earlier versions of Ubuntu, see [Mount on Linux](../storage/files/storage-how-to-use-files-linux.md?toc=%2fazure%2fvirtual-network%2ftoc.json) for additional instructions about mounting file shares.
337+
This article assumes you deployed the latest version of Linux distribution. If you are using earlier versions of Linux distribution, see [Mount on Linux](../storage/files/storage-how-to-use-files-linux.md?toc=%2fazure%2fvirtual-network%2ftoc.json) for additional instructions about mounting file shares.
338338

339339
Before executing the command below, replace *\<storage-account-key>* with value of *AccountKey* from **$saConnectionString2**.
340340

0 commit comments

Comments
 (0)