author | ms.service | ms.topic | ms.date | ms.author |
---|---|---|---|---|
ggailey777 | azure-functions | include | 03/17/2025 | glenga |
- Microsoft.Web/sites: creates your function app.
- Microsoft.Web/serverfarms: creates a serverless Flex Consumption hosting plan for your app.
- Microsoft.Storage/storageAccounts: creates an Azure Storage account, which is required by Functions.
- Microsoft.Insights/components: creates an Application Insights instance for monitoring your app.
- Microsoft.OperationalInsights/workspaces: creates a workspace required by Application Insights.
- Microsoft.ManagedIdentity/userAssignedIdentities: creates a user-assigned managed identity that's used by the app to authenticate with other Azure services using Microsoft Entra.
- Microsoft.Authorization/roleAssignments: creates role assignments to the user-assigned managed identity, which provide the app with least-privilege access when connecting to other Azure services.