Azure Firewall IDPS

Yang, Steven 151 Reputation points
2023-08-30T02:41:21.2566667+00:00

Hello,

How do I get an export of all the IDPS signature rules? I don't see that option in the firewall policy GUI.

Also, i'm testing out this list api: https://learn.microsoft.com/en-us/rest/api/virtualnetwork/firewall-policy-idps-signatures/list as a way to retrieve idps rule, and I believe the filter for direction is buggy. see screenshot.

1st image shows that i request rules in outbound direction. the api returns rules in all direction (2nd image)

User's image

User's image

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
692 questions
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 47,491 Reputation points Microsoft Employee
    2023-08-31T11:37:04.61+00:00

    @Yang, Steven

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I tested this API and the fact is that the API isn't buggy, rather, the documentation is not up to date.

    The values for "Direction" are as follows:

    • Outbound - 0
    • Inbound - 1
    • Bidirectional - 2
    • Internal - 3
    • Internal/Outbound - 4

    Please use the "String" in the HTTP Request body.

    And the returned Response body would contain the integer representation.

    I shall work internally to the respective team and inform them of the documentation issue and mismatch between Request and Response parameter arguments.

    Kindly let us know if this helps or you need further assistance on this issue.

    Thanks,

    Kapil


    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.