DEV Community

Discussion on: GraphQL on Azure: Part 1 - Getting Started

 
aaronpowell profile image
Aaron Powell

Conveniently I wrote a blog post about this today - dev.to/azure/graphql-on-azure-part...

The best way to have a server that provides Subscriptions is to implement it on App Service as Azure Functions doesn't provide a way in which you can connect to a WebSocket (given it's event driven, a persistent connection wouldn't fit the model).