Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.31 KB

File metadata and controls

10 lines (7 loc) · 1.31 KB

Deployment via VS Code Extension

In this example we use the Azure App Service extension for VS Code to deploy the project. Learn more about this process on Microsoft learn.

  1. Create an Azure App Service with Node.js 20 LTS and Linux using the VS Code extension for Azure or use below button.
  2. Maintain or upload environment variables in the Azure App Service configuration - just like you did for the .env file for local execution in the previous section.
  3. Deploy to Web App from VS Code or GitHub Codespaces (right click in the explorer on the project folder and select "Deploy to Web App...").
  4. Browse your new app powered by SAP CAP (it takes a while the first time).

Deploy to Azure