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

Listen Access Policy for the function

The minimal permission we need in the function is a Listen permission over the Service Bus namespace (currently cannot limit it to a particular queue).

To create the Listen Access Policy which we will use in the Azure Function, execute the following steps:

  1. Navigate to Service Bus Overview -> Shared Access Policies -> Add.
  1. Enter the Policy name as ListenPolicy, and check the Listen permission only:
  1. When the policy is created, we will need to copy the Email Queue connection string that we will use to access this queue in our function.
  2. To copy the connection string, navigate to Service Bus Namespace ...
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