Ensure that public network access to Microsoft Azure Logic Apps via public endpoints is disabled in order to enhance security by preventing unauthorized access.
You can connect to your Azure Logic Apps either publicly through public service endpoints or privately using a private endpoint. When an Azure Logic App is open to public access, it can be reached by all hosts and networks, including the Internet. This raises the likelihood of unauthorized access, security breaches, and potential compliance violations. However, if public network access is disabled, the public endpoint for your Logic App will be disabled, allowing access only through private endpoint connections.
Audit
To determine whether public network access to your Azure Logic Apps is disabled, perform the following operations:
Remediation / Resolution
To disable public network access to your Microsoft Azure Logic Apps, perform the following operations:
References
- Azure Official Documentation
- Secure access and data for workflows in Azure Logic Apps
- Secure traffic between Standard logic apps and Azure virtual networks using private endpoints
- Azure Command Line Interface (CLI) Documentation
- az account list
- az account set
- az logicapp list
- az logicapp show
- az logicapp update