Merge pull request #975 from jimspillane/FixAureDeploy
Fix Azure deploy
This commit is contained in:
commit
5273ae8c45
@ -158,7 +158,8 @@
|
||||
"name": "[parameters('BlazorWebsiteName')]",
|
||||
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('hostingPlanName'))]",
|
||||
"siteConfig": {
|
||||
"webSocketsEnabled": true
|
||||
"webSocketsEnabled": true,
|
||||
"netFrameworkVersion": "v5.0"
|
||||
}
|
||||
},
|
||||
"resources": [
|
||||
|
Reference in New Issue
Block a user