Azure API - Firewall Policy Idps Signatures Overrides always returns 404

Randall Clements 5 Reputation points
2023-06-28T18:05:56.6533333+00:00

I've been attempting to make use of the Azure management API for Firewall Policy Idps Signature Override management and continually run into a 404 return code in the learn environment or using Postman. Other API endpoints for the Azure firewall and Idps seem to work OK. Has anyone had any experience with this API endpoint?

https://learn.microsoft.com/en-us/rest/api/virtualnetwork/firewall-policy-idps-signatures-overrides/get?tabs=HTTP

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
780 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,773 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 14,180 Reputation points MVP
    2023-06-29T16:28:12.5166667+00:00

    https://techcommunity.microsoft.com/t5/azure-observability/azure-firewall-idps-monitoring/td-p/3069883

    Have checked the AzureDiagnostic Logs for additional information maybe we can find a detailed log about it

    AzureDiagnostics
    | where ResourceType == "AZUREFIREWALLS"
    | where OperationName == "AzureFirewallIDSLog"
    
    0 comments No comments

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.