I want to host simple signalR app on azure to send chat messages for my mobile/web chat application. I am lost in the jungle of that is microsofts documentation with 99% depricated examples.
Now i got the following questions:
- Do i need to register "Microsoft.Web" for my subscribtion or is there a cleaner way around this?
- What is the ASP.NET Core project template with the least overhead for my simple signalR hub (I dont need any web pages)
In my working project i used "ASP.NET Core Web App" as a starting point and hooked up a simple hub. But when i publish the app i was asked to register "Microsoft.Web" for my subscription.
! * The subscription is not registered to use namespace 'Microsoft.Web'. ! *`