From 787d9806f47ea79d6efd448b3ce4bd157295b496 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:59:38 +0000 Subject: [PATCH] chore(deps): update resource microsoft.web/sites to 2023-01-01 --- deploy/infrastructure.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'