Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,945 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a some WebSocket implementation in my application and I also many other REST endpoints implemented in the same app. Can i facilitate this by creating a REST API.
Hi @teaTester the short answer is yes.
however, are you referring to implementing WebSocket with a REST API in Azure App Service? is this Windows or Linux application?
Here are a few steps you can follow to get started generally:
Hope that helps.
Grace