Skip to content
View JSchoeck's full-sized avatar

Block or report JSchoeck

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. portfolio portfolio Public

    Johannes Schöck, data science and machine learning portfolio

    Jupyter Notebook 3

  2. 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
    #