'What is the proper documentation for using django channels on azure app services?
I am trying to deploy a web app on azure app service All the http request work just fine as one would expect there just one problem none of the websockets work
I am using in memory channels version 2.4.0 and django version 2.2.15
The problem is azure just can not show me proper logs that django shows when running on local server
Solution 1:[1]
What is the proper documentation for using django channels on azure app services?
Refer Deploy Django app with App Service and Deploying a Basic Django App using Azure App Services
The problem is azure just can not show me proper logs that django shows when running on local server
Clicking “Show Logs” will show you the different processes happening behind the scenes
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
