From the course: Azure Storage Essential Training

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Managing queues

Managing queues

- [Instructor] Azure Queue Storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via HTTP or HTTPS. In this demo, I will show you the common Queue Storage operation that you can perform with PowerShell. To follow this demo, you need to have a storage account deployed, and use the latest Azure PowerShell Az module. You can also create a new storage account. You need to install the Az module on your machine or use the Azure Cloud Shell instead. For this demo, I will use North Europe as a location, so I will store it in a variable code location for future use. My storage account is deployed in the resource group. I will also store it in the variable code resource group name, and store my storage account name in the variable code storageAcc. When acting on a storage account, you reference the context instead of repeatedly providing the credentials. So to get the storage account context that defines the storage account to be used, I will…

Contents