Skip to content

Commit b30ef87

Browse files
authored
Fixed description error saying "queuename" instead of "howtoqueue"
1 parent 21e33a0 commit b30ef87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/queues/storage-powershell-how-to-use-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $ctx = $storageAccount.Context
7474

7575
## Create a queue
7676

77-
The following example first establishes a connection to Azure Storage using the storage account context, which includes the storage account name and its access key. Next, it calls [New-AzStorageQueue](/powershell/module/az.storage/New-AzStorageQueue) cmdlet to create a queue named 'queuename'.
77+
The following example first establishes a connection to Azure Storage using the storage account context, which includes the storage account name and its access key. Next, it calls [New-AzStorageQueue](/powershell/module/az.storage/New-AzStorageQueue) cmdlet to create a queue named 'howtoqueue'.
7878

7979
```powershell
8080
$queueName = "howtoqueue"

0 commit comments

Comments
 (0)