On a data science journey
-
NKD
- Nuremberg, Germany
- https://www.linkedin.com/in/johannes-schoeck/
Pinned Loading
-
Basic HttpTrigger Azure Function app...
Basic HttpTrigger Azure Function app that returns python environment information and logs it to Azure Application Insights 1# When this __init__.py file is deployed to Azure Functions, send a request to it with:
2# curl -X POST -H "Content-Type: application/json" --data "{\"name\":\"Test user\"}" https://<FUNC_APP_NAME>.azurewebsites.net/api/<TRIGGER_NAME> -v
3# <FUNC_APP_NAME> = Name of the function app, i.e. my-app
4# <TRIGGER_NAME> = Name of the trigger, i.e. HttpTrigger1
5#
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.