From the course: Developing Long-Running Tasks with Microsoft Azure

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Secure Azure Service Bus queues

Secure Azure Service Bus queues - Azure Tutorial

From the course: Developing Long-Running Tasks with Microsoft Azure

Start my 1-month free trial

Secure Azure Service Bus queues

- [Instructor] So now let's talk about security on the Azure Service Bus Queues. So I was just going to start with the previous project that we use to send and receive messages using the service bus queues. And I don't have a connection string here so I'm just going for the Azure portal. So now on the Azure portal under Shared access policies I'm going to create a brand new policy. so I will click Add. And I will just call here a policy. I just need to type a name, I will just say sendandreceive and in this case I will just provide permissions to send and to listen for new messages, so I'm skipping Manage so that it can't create queues et cetera. So, now that the policy has finished created, what I'm going to do is I'm going to click under the policy and now I'm going to copy the primary connection spring, So it's copy it. Going back to my project I'm going to pass I'm just going to paste my connection string in here my connection stream here. And I'm going to start my application…

Contents