From 3a58a6923d1ad633ed48e2c5d26aa9e3e2e843f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:40:15 +0000 Subject: [PATCH] Update resource Microsoft.Web/serverfarms to 2025-03-01 --- rg_funcapp.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rg_funcapp.bicep b/rg_funcapp.bicep index 093877a..5fe002e 100644 --- a/rg_funcapp.bicep +++ b/rg_funcapp.bicep @@ -69,7 +69,7 @@ resource storageBlobDataContributorRoleAssignment 'Microsoft.Authorization/roleA // Create a hosting plan for the function app // Using Flex Consumption plan for serverless hosting with enhanced features // Reference: https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-plan -resource hostingPlan 'Microsoft.Web/serverfarms@2024-11-01' = { +resource hostingPlan 'Microsoft.Web/serverfarms@2025-03-01' = { name: hostingPlanName location: location sku: {