Azure resource graph query for Azure web app access restrictions.

Godson Joseph 26 Reputation points
2022-04-22T18:23:42.407+00:00

Is there any provider for the Access Restrictions rules provided under the networking for Azure web apps?
I understand that through az cli az webapp config access-restriction show -g ResourceGroup -n AppName I could get this information, just wondering if ARG have this supported as well.

Thanks.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andriy Bilous 11,821 Reputation points MVP Volunteer Moderator
    2022-04-25T11:13:59.02+00:00

    Hello @Godson Joseph

    Property ipSecurityRestrictions is located under siteConfig.

    196097-image.png

    Unfortunately Azure Resource Graph does not support "Microsoft.Web/sites/config". Here is Azure Resource Graph table with supported resource type reference

    https://learn.microsoft.com/en-us/answers/questions/31080/get-correct-property-values-in-azure-resource-grap.html

    1 person found this answer helpful.
    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.