Skip to content

Commit 2c578c5

Browse files
Update resource Microsoft.Web/serverfarms to 2024-11-01
1 parent 65c1d85 commit 2c578c5

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
@@ -65,7 +65,7 @@ resource storageBlobDataContributorRoleAssignment 'Microsoft.Authorization/roleA
6565
}
6666

6767
// Create a hosting plan for the function app
68-
resource hostingPlan 'Microsoft.Web/serverfarms@2023-01-01' = {
68+
resource hostingPlan 'Microsoft.Web/serverfarms@2024-11-01' = {
6969
name: hostingPlanName
7070
location: location
7171
sku: {

0 commit comments

Comments
 (0)