Please go through the following articles to understand about Azure Functions.

In our previous article, Explore Storage Account of Azure Functions – File Share, we have learned how Azure Function uses File Share to store source code, its related configurations and log files.

In this article, we will learn how it uses Table Storage Service to store the logs and other information.

Let’s navigate to the Azure Function as shown below.


Click on the Storage Account name to navigate to the Storage Account as shown in the above screen capture.


Now, click on the Table Storage Service as shown in the above screen capture to view the Table Service details as shown below.


Currently, Azure Management Portal doesn’t provide any details about the Table Storage Service. Let’s connect to the Table Storage Service using Azure Storage Explorer as shown below.


Let’s explore the above two Tables shown below.

Hope this information would help you in troubleshooting any of the issues that you encounter in your applications.

Happy Azure Functioning.