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.
- Create an Azure App Service with Node.js 20 LTS and Linux using the VS Code extension for Azure or use below button.
- 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. - 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...").
- Browse your new app powered by SAP CAP (it takes a while the first time).