Skip to Content
Serverless computing in Azure with .NET
book

Serverless computing in Azure with .NET

by Sasha Rosenbaum
August 2017
Intermediate to advanced
468 pages
12h 5m
English
Packt Publishing
Content preview from Serverless computing in Azure with .NET

Send Access Policy for the Logic App

The minimal permission we need in the Logic App is the Send permission over the emailqueue queue. As mentioned, we want to assign the policy to the emailqueue queue rather than the entire namespace to limit the scope of access permissions to the minimum required.

To create the access policy for the Logic App, execute the following steps:

  1. To create a new, emailqueue-specific Send policy for the Logic App, navigate to Service Bus Namespace -> Queues -> emailqueue -> Shared Access Policies.
  1. Click on Add and enter the policy name, EmailQueueSendPolicy, and check the Send permission only.
  2. After the policy is created, to copy the connection string, navigate to Queues -> emailqueue -> Shared Access Policies ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni
Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781787288393Supplemental Content