Skip to content

Commit c2897a6

Browse files
committed
Fixing links and adding extra info on portal reg.
1 parent c85a6dc commit c2897a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-netapp-files/azure-netapp-files-quickstart-set-up-account-create-volumes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
4747
4848
# [Portal](#tab/azure-portal)
4949

50+
For registration steps using Portal, please open a Cloud Shell session as indicated above and follow these Azure CLI steps:
51+
5052
[!INCLUDE [azure-netapp-files-cloudshell-include](../../includes/azure-netapp-files-azure-cloud-shell-window.md)]
5153

5254
# [PowerShell](#tab/azure-powershell)
@@ -280,7 +282,7 @@ This how-to article requires the Azure PowerShell module Az version 2.6.0 or lat
280282
$vnet = New-AzVirtualNetwork -Name "myvnet1" -ResourceGroupName $resourceGroup -Location $location -AddressPrefix "10.7.0.0/16" -Subnet $subnet
281283
```
282284
283-
4. Create the volume by using the [New-AzNetAppFilesVolume](/powershell/module/az.network/new-aznetappfilesvolume) command.
285+
4. Create the volume by using the [New-AzNetAppFilesVolume](/powershell/module/az.netappfiles/new-aznetappfilesvolume) command.
284286
285287
```powershell-interactive
286288
$volumeSizeBytes = 1099511627776 # 100GiB
@@ -329,7 +331,7 @@ This how-to article requires the Azure PowerShell module Az version 2.6.0 or lat
329331
--delegations "Microsoft.NetApp/volumes"
330332
```
331333
332-
3. Create the volume by using the [az netappfiles volume create](/cli/azure/netappfiles/pool#az-netappfiles-volume-create) command.
334+
3. Create the volume by using the [az netappfiles volume create](/cli/azure/netappfiles/volume#az-netappfiles-volume-create) command.
333335
334336
```azurecli-interactive
335337
VNET_ID=$(az network vnet show --resource-group $RESOURCE_GROUP --name $VNET_NAME --query "id" -o tsv)

0 commit comments

Comments
 (0)