Featured image of post Troubleshooting Azure Functions deployments with AzFuncDebugger tool

Troubleshooting Azure Functions deployments with AzFuncDebugger tool

Have you ever faced difficulties while deploying an Azure Function App in a complicated enterprise setting, complete with firewalls, custom DNS zones, and more? This post delves into how the open-source AzFuncDebugger tool can assist you in navigating these challenging situations.

Protect Azure Function’s internal Storage via PrivateLink

Every Azure Function instance requires to have a Azure Storage Account for storing sensitive data – sometimes even source code of functions. Out of the box, this storage has enabled public endpoint. With PrivateLink, you can add an extra layer of protection.