Deployment via VS Code Extension

October 18, 2023 ยท View on GitHub

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 18 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 the SAP Cloud SDK (it takes a while the first time).

Deploy to Azure