diff --git a/deploy/infrastructure.bicep b/deploy/infrastructure.bicep index 8fb4029..6400164 100644 --- a/deploy/infrastructure.bicep +++ b/deploy/infrastructure.bicep @@ -79,7 +79,7 @@ resource serverlessAppPlan 'Microsoft.Web/serverfarms@2022-03-01' = { } } -resource functionApp 'Microsoft.Web/sites@2022-03-01' = { +resource functionApp 'Microsoft.Web/sites@2023-01-01' = { name: '${resourceNamePrefix}-serverless-functions' location: location kind: 'functionapp'