I am new to azure and I have an web app running on Azure web app and I have my signal-R self host as an console application. I want to deploy the signal r self host conbsole app to azure. What are the steps I need to take?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- running headless chrome in an microsoft azure web
- Docker task in Azure devops won't accept "$(pw
@esther fang,
please reference below tutorial, one thing need to be aware is, you will need to manually enable web socket for you site.
http://www.asp.net/signalr/overview/deployment/using-signalr-with-azure-web-sites
Quote:
You can host your console application on Azure as Web or Worker Role or even on a virtual machine managed by you. Here is a blog post comparing Azure Web and Worker Roles.
You can find the steps you have to take in order to set it up in the following answer:
Hosting console application on Azure or Amazon, is it possible?