Make sure that you have the HANA, express edition database running, and that it is accessible from Azure’s App Service. For instructions on how to perform a binary installation of HANA, express edition on an Azure virtual machine see the Installing SAP HANA, express edition, on Microsoft Azure and openSUSE
.
A Flask application on Azure App Service that queries HANA, express edition.
Previous
Next
A Flask application on Azure App Service that queries HANA, express edition.
A How-To that demonstrates how to create a Flask/Python application for Azure's App Service that queries a HANA, express edition database.
How-To Details
This How-To shows how to create a web application with Flask for Azure’s App Service that queries a HANA, express edition database. It requires that you have a HANA, express edition database that is accessible from Azure’s App Service.
Step 1: Setup a HANA Database Accessible from Azure's App Service
Step 2: Update Application to Access HXE
Step 3: Test Flask Application Test Your Application to Azure's App Service
Next Steps
Updated 03/04/2018
Contributors Provide Feedback
Time to Complete
30 Min.
Beginner
Prerequisites
- A
HANA, express edition
database server must be running and accessible from Azure App Service. - Familiarity with the Python language.
- Familiarity with Azure App Service(AAS).
- An account on Azure. If you do not already have an Azure account, you can go to the Azure Portal Page and set one up.
- Git installed on your client system. You can follow these instructions to download git.
- Follow the Azure procedure to create a simple Python web service application.