Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.08 KB

File metadata and controls

15 lines (13 loc) · 1.08 KB
author ggailey777
ms.service azure-functions
ms.topic include
ms.date 05/20/2025
ms.author glenga
  • A resource group, which is a logical container for related resources.
  • A function app, which provides the environment for executing your function code. A function app lets you group functions as a logical unit for easier management, deployment, and sharing of resources within the same hosting plan.
  • An Azure App Service plan, which defines the underlying host for your function app.
  • A standard Azure Storage account, which is used by the Functions host to maintain state and other information about your function app.
  • An Application Insights instance that's connected to the function app, and which tracks the use of your functions in the app.
  • A user-assigned managed identity that's added to the Storage Blob Data Contributor role in the new default host storage account.