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.
2 parents cbc2b58 + 2c578c5 commit c0f0b84Copy full SHA for c0f0b84
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