Default disabled public access on Logic app

Rachana Pole 5 Reputation points
2024-09-20T09:50:46.9533333+00:00

Hi team,

  1. How to create a Logic app with public access with Disabled as the "default" behavior
  2. If logic app is created with public access with disabled as the "default" behavior, the value of public access seems to be "null". In this case, does it mean the logic app has public access?

User's image

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,211 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 21,736 Reputation points Microsoft Employee
    2024-09-21T07:16:12.33+00:00

    @Rachana Pole Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    You can achieve this by setting property "Public Network Access": null through either ARM or Bicep Templates as called out here.

    Also, as mentioned in this document here. If the setting (Public Network Access) isn't set (the property is null), the default behavior is to enable access unless a private endpoint exists which changes the behavior to disable access. In the Azure portal, when the property isn't set, the radio button is also not set and you're then using default behavior.

    To know more about the app service access restrictions, refer to this documentation.

    Hope this helps, let me know if you have questions on this.

    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.