Skip to content

Commit 3a58a69

Browse files
Update resource Microsoft.Web/serverfarms to 2025-03-01
1 parent c1490fd commit 3a58a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rg_funcapp.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ resource storageBlobDataContributorRoleAssignment 'Microsoft.Authorization/roleA
6969
// Create a hosting plan for the function app
7070
// Using Flex Consumption plan for serverless hosting with enhanced features
7171
// Reference: https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-plan
72-
resource hostingPlan 'Microsoft.Web/serverfarms@2024-11-01' = {
72+
resource hostingPlan 'Microsoft.Web/serverfarms@2025-03-01' = {
7373
name: hostingPlanName
7474
location: location
7575
sku: {

0 commit comments

Comments
 (0)