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 65c1d85 commit 2c578c5Copy full SHA for 2c578c5
rg_funcapp.bicep
@@ -65,7 +65,7 @@ resource storageBlobDataContributorRoleAssignment 'Microsoft.Authorization/roleA
65
}
66
67
// Create a hosting plan for the function app
68
-resource hostingPlan 'Microsoft.Web/serverfarms@2023-01-01' = {
+resource hostingPlan 'Microsoft.Web/serverfarms@2024-11-01' = {
69
name: hostingPlanName
70
location: location
71
sku: {
0 commit comments