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 ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.