DEV Community

Cover image for AZ-900 Notes: Azure App Services
Sudha Chandran B C
Sudha Chandran B C

Posted on

2 2

AZ-900 Notes: Azure App Services

Azure App Service enables:

  • To build and host web apps,
  • background jobs,
  • mobile backends,
  • RESTful APIs in the programming language of your choice without managing infrastructure.
  • It offers automatic scaling and high availability.
  • This platform as a service (PaaS) allows you to focus on the website and API logic while Azure handles the infrastructure to run and scale your web applications.

Costs

  • Pay for resources used by app based on App Service Plan.
  • free tier you can use to host small, low-traffic sites.

Types of app services

  • Web Apps: Includes full support for hosting web apps using ASP.NET, ASP.NET Core, Java, Ruby, Node.js, PHP, or Python.
  • API Apps: you can build REST-based Web APIs using your choice of language and framework. You get full Swagger support, and the ability to package and publish your API in the Azure Marketplace.
  • WebJobs: WebJobs allows you to run a program (.exe, Java, PHP, Python, or Node.js) or script (.cmd, .bat, PowerShell, or Bash) in the same context as a web app, API app, or mobile app.
  • Mobile Apps: quickly build a back-end for iOS and Android apps. Store mobile app data in a cloud-based SQL database. Authenticate customers against common social providers such as MSA, Google, Twitter, and Facebook. Send push notifications. Execute custom back-end logic in C# or Node.js.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay