Adding a Network Security Group

As mentioned earlier, Network Security Groups (NSGs) are network firewalls protecting Azure VMs and subnets. Since the new Function App we've deployed on ASE is deployed on a private subnet, we can now protect it with an NSG. NSG will allow us to restrict unwanted traffic to the application.

To create a new network security group, execute the following steps:

  1. Navigate to Azure Portal -> New -> Network Security Group.
  2. Fill in the required parameters: Name, Subscription, Resource group, and Location:
  1. To take effect, the network security needs to be associated with the subnet. To associate the NSG we've created ...

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.