We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1490fd commit 3a58a69Copy full SHA for 3a58a69
rg_funcapp.bicep
@@ -69,7 +69,7 @@ resource storageBlobDataContributorRoleAssignment 'Microsoft.Authorization/roleA
69
// Create a hosting plan for the function app
70
// Using Flex Consumption plan for serverless hosting with enhanced features
71
// Reference: https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-plan
72
-resource hostingPlan 'Microsoft.Web/serverfarms@2024-11-01' = {
+resource hostingPlan 'Microsoft.Web/serverfarms@2025-03-01' = {
73
name: hostingPlanName
74
location: location
75
sku: {
0 commit comments