DEV Community

Cover image for Azure App Services #1
Femi Somuyiwa
Femi Somuyiwa

Posted on

Azure App Services #1

Azure App Service is a web application, REST API, and mobile back end hosting service that runs on HTTP. You can code in any language you like, including ASP.NET,.NET Core, Java, Ruby, Node.js, PHP, or Python. Both Windows and Linux-based systems make it easy to run and scale applications.

App Service not only adds the security, load balancing, autoscaling, and automated management features of Microsoft Azure to your application. It also has DevOps features including continuous deployment via Azure DevOps, GitHub, Docker Hub, and other sources, package management, staging environments, custom domains, and TLS/SSL certificates.

You pay for the Azure compute resources you utilize with App Service. The App Service plan that you choose determines the computational resources you use.

Navigating your way to App Serivces on Azure Portal

  1. The first thing to do after logging in your azure platform at portal.azure.com

A guide to navigating your way on Azure portal

  1. In creating your first app service....

Creating your app service

Watch out for the continuation.

Top comments (0)