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

Commit

Permalink
updated main bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
Srushti Pasari94 committed Oct 31, 2023
1 parent 5ee6730 commit e213d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module web './core/host/appservice.bicep' = {
appServicePlanId: appServicePlan.outputs.id
keyVaultName: keyVault.outputs.name
runtimeName: 'dotnetcore'
runtimeVersion: '7.0'
runtimeVersion: '8.0'
tags: union(tags, { 'azd-service-name': 'web' })
appSettings: {
AZURE_SQL_CATALOG_CONNECTION_STRING_KEY: 'AZURE-SQL-CATALOG-CONNECTION-STRING'
Expand Down

0 comments on commit e213d99

Please sign in to comment.