Hello,
I am building an Azure logic apps solution using vnets and private endpoints. I am able to connect the Logic apps and storage accounts referenced in workflows etc through private endpoints, securing the data. However, I am not finding any documentation on securing the connected "web job storage account" containing the hosts and secrets. If I attempt to simply use private endpoints on the storage, then logic apps seems to not find the storage account making me unable to use any workflows.
I also have a similar issue with application insights. ai is connected through AMPLS but the connected storage account is available outside of private network.
Should I be able to secure these resources or is this not considered a security concern since it only contains log data?