简体   繁体   中英

What is best way to host simple Java https server on Azure

I want to ask for a advice. I have to make some server app. That serwer app have to be accessible from users mobile apps by HTTPS request. Server need to be written in Java or even better in Kotlin and by hosted by some Azure service. I want to ask what is a best(simplest) way to do this? I thought about Linux Server VM, that have open sockets and waiting for users requests. I already tried set up Azure App Service but i dont really know how to handle Http requests there. I'm absolute beginner in network programming so any advice will be appreciated.

I think the easiest way is using Azure App Service and it will bring multiple benefits such as:

  • Slots
  • Easy Scaling in/Scaling out rules
  • Included Https certificate

More info:

https://docs.microsoft.com/en-us/azure/app-service/quickstart-java

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM