Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 577b1a5

Browse files
chore(deps): update resource microsoft.web/sites to 2022-03-01 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a1769e commit 577b1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: deploy/infrastructure.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ resource serverlessAppPlan 'Microsoft.Web/serverfarms@2022-03-01' = {
7979
}
8080
}
8181

82-
resource functionApp 'Microsoft.Web/sites@2021-01-15' = {
82+
resource functionApp 'Microsoft.Web/sites@2022-03-01' = {
8383
name: '${resourceNamePrefix}-serverless-functions'
8484
location: location
8585
kind: 'functionapp'

0 commit comments

Comments
 (0)