Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 1.01 KB

deploy-to-the-production.md

File metadata and controls

executable file
·
26 lines (17 loc) · 1.01 KB

Deploy to the SAP BTP production environment.

  • Deploy the backend
cd backend
cf api <CF_API_ENDPOINT>
cf login
cf push

Update the Ngrok tunnel to the SAP BTP application endpoint

Oncle the application is successfully deployed in SAP BTP environment, update the application endpoint in the Azure portal.

  1. Go to Azure portal, and login with your M365 developer account.

  2. Locate the bot resource you created during the the Bot creation step, under "Resource Groups".

  3. Find the "Configuration" option in the left side menu, and update the Ngrok Messaging endpoint with the BTP application endpoint as shown below. Update URL

  4. Click on "Apply" button located at the bottom of the screen to save the updated endpoint. Save Changes

The application deployment is now complete!