You must understand how the built-in execution logging of Azure Functions has a cost impact
When you enable Application Insights when you create a Function App, the built-in logging mechanism (built-in logging) will be enabled by default, and the records will be stored in the Table of the Azure Storage account. We have an Azure Function (v1) application, which has been running stably for 4 years, but recently found that […]