fix dotnet version
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user