PhilBroderick / SportBoard

0 stars 0 forks source link

Deploy application and DB to Azure #22

Open PhilBroderick opened 5 years ago

PhilBroderick commented 5 years ago

In order to have the application running all the time, it could be published as an app service to Azure. In order to do that, I'd need to move the DB to Azure SQL and change connection strings in the source code.

PhilBroderick commented 5 years ago

DB and app are deployed. However there is an issue with ASP.NET Identity in Azure - need to see if there is a workaround.