Hi @Bimbus the Broive ,
Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
I understand that you are trying to configure rules to support ESP protocol in Azure NSG.
NSG supports the following protocols,
Refer: https://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview
As of now, Portal support for configuring ESP and AH is not available.
You can leverage Azure PowerShell or Azure CLI to achieve this nevertheless.
- Powershell : https://learn.microsoft.com/en-us/powershell/module/az.network/add-aznetworksecurityruleconfig?view=azps-8.1.0
- CLI : https://learn.microsoft.com/en-us/cli/azure/network/nsg/rule?view=azure-cli-latest#az-network-nsg-rule-create
Please feel free to let us know if you have any questions about this.
Cheers,
Kapil.
----------------------------------------------------------------------------------------------------------------
If the above answer helped, please don’t forget to click "Accept the answer" and Up-Vote for the same, which might be beneficial to other community members reading this thread