Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rg_funcapp.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ resource storageBlobDataContributorRoleAssignment 'Microsoft.Authorization/roleA
}

// Create a hosting plan for the function app
resource hostingPlan 'Microsoft.Web/serverfarms@2024-11-01' = {
resource hostingPlan 'Microsoft.Web/serverfarms@2025-03-01' = {
name: hostingPlanName
location: location
sku: {
Expand Down