fix dotnet version

This commit is contained in:
zedy
2023-01-31 15:33:56 +08:00
parent 2df331a969
commit 3bb6bf89b8

View File

@@ -54,7 +54,7 @@ module web './core/host/appservice.bicep' = {
appServicePlanId: appServicePlan.outputs.id appServicePlanId: appServicePlan.outputs.id
keyVaultName: keyVault.outputs.name keyVaultName: keyVault.outputs.name
runtimeName: 'dotnetcore' runtimeName: 'dotnetcore'
runtimeVersion: '6.0' runtimeVersion: '7.0'
tags: union(tags, { 'azd-service-name': 'web' }) tags: union(tags, { 'azd-service-name': 'web' })
appSettings: { appSettings: {
AZURE_SQL_CATALOG_CONNECTION_STRING_KEY: 'AZURE-SQL-CATALOG-CONNECTION-STRING' AZURE_SQL_CATALOG_CONNECTION_STRING_KEY: 'AZURE-SQL-CATALOG-CONNECTION-STRING'