Explore Storage Account of Azure Functions

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

After creating the Azure Function App, I noted that an Azure Storage Account got created as shown below in the Resource Group contents.

1_ResourceGroupContents

Let’s discuss about why and how this Storage Account is being used by the Azure Functions.

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

2_StorageAccount

To view the files that the Azure Function stores, click on the Files service as shown in the above screen capture.

3_FileShares

Click on the File Share as shown in the above screen capture to view the folder.

4_Folders

You can view the following folders.

  1. Data – This folder stores the Host Configuration file and all the Function level configuration files of all the Azure Functions of the Function App.5_DataFolder
  1. Log Files – This folder contains the Logs of all the Azure Functions. Below is an example of a Log file for one of the Azure Functions that we have created in our previous article Create First Azure Function App 6_LogFolder
  1. Site – This folder contains the Source Code of all the Azure functions.7_wwwrootfolder

That’s it. We have learned and explored the items that gets stored in the Storage Account which is created for the Function App.

4 comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s