Skip to content

Commit

Permalink
Update Deploy.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Oct 11, 2023
1 parent 0e1828e commit 26f8ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure-Deployment/Deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if (!$appExists) {
}
else {
Write-Host "Using Windows Plan with deployment from GitHub source code."
$echo = az webapp create -g $rsgName -p $aspName -n $webAppName --runtime "DOTNET |7.0"
$echo = az webapp create -g $rsgName -p $aspName -n $webAppName --runtime "DOTNET |8.0"
}
$echo = az webapp config set -g $rsgName -n $webAppName --always-on true --use-32bit-worker-process false --http20-enabled true
}
Expand Down

0 comments on commit 26f8ed0

Please sign in to comment.