I’m new to API Rest and I’m currently trying to POST to Azure Health Data Services using Python with Databricks. To do this I need to get the token which I get through Postman without problems (in Postman my POST does work). The data I send are these (it does work in Postman): Then the statement I have in python
Tag: azure-web-app-service
Django Web App running on local Debian 10 but failing on Azure
I can run my web app on my local machine – no errors. But when porting the directory strcture to Azure, I get the ModuleNotFoundError: No module named ‘django’. Here is what I did: My app is publicly available on GitHub. The app runs in a virtual environment (called deploydjango). That is reflected in the tree structure of the repo.
Flask Azure web app deployed successfully but showing default page
I deployed a python flask app with azure web service using local git. The status in the deployment center shows “success” but when i go to the web page, it is still the default page that tells me I’m running python 3.6.6. When i navigate to the kudu git clone uri it says ” no route registered for ‘/testapp1.git’ The