Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
246 views
in Technique[技术] by (71.8m points)

Is it possible to create a Web Server using Azure App Services?

I am new to Azure, that's why this kind of question is coming. From Microsoft website, I read that : Azure App Service is a fully managed platform for creating and deploying cloud applications. Till now, I have been using Apache HTTPD image as container on Openshift and host my static data on it. Now, I am looking to move to Azure (without using container images/kubernetes) and wondering if it is possible to create a Web Server (need not be apache only) using Azure App Services and host my static data on it?

Thanks in advance.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

App Service is a Platform as a Service, you'll choose the runtime (.net, node, java, etc) and publish your application into a web server. In case of chava, it can be tomcat or java se. Here's a step by step how to deploy your app to it:

https://docs.microsoft.com/en-us/azure/app-service/quickstart-java?tabs=javase&pivots=platform-linux


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...