Monday, August 14, 2023

Azure Application Services

 Azure App Service

Create front-end and back-end web applications.  Development languages supported include:
  • ASP.Net
  • Node.js
  • PHP
  • Python

Azure Static Web App

Create front-end static web application that can connect to back-end APIs and services using client-side scripting.   Supported front-end frameworks include:

  • HTML (no framework)
  • Angular
  • JavaScript
  • jQuery
  • React
  • Vue

Azure Function App

Create API application that can connect to databases, services, and other APIs triggered by an HTTP Request, Message Queue, or Timer.   Development languages supported include:

  • C#
  • Java
  • JavaScript
  • Node.js
  • PowerShell
  • Python
  • TypeScript