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

Commit

Permalink
chore(deps): update resource microsoft.web/sites to 2023-01-01
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 1ba2a86 commit efb5b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/europe.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ resource autoscalingRules 'microsoft.insights/autoscalesettings@2022-10-01' = {
}
}

resource webApp 'Microsoft.Web/sites@2022-09-01' = {
resource webApp 'Microsoft.Web/sites@2023-01-01' = {
name: '${resourceNamePrefix}-web-app'
location: 'northeurope'
tags: {}
Expand Down
2 changes: 1 addition & 1 deletion deploy/us.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource serverlessAppPlan 'Microsoft.Web/serverfarms@2022-09-01' = {
}
}

resource functionApp 'Microsoft.Web/sites@2022-09-01' = {
resource functionApp 'Microsoft.Web/sites@2023-01-01' = {
name: '${resourceNamePrefix}-serverless-functions'
location: location
kind: 'functionapp'
Expand Down

0 comments on commit efb5b92

Please sign in to comment.