Skip to content

Instantly share code, notes, and snippets.

@csotomon
Created August 21, 2020 01:27
Show Gist options
  • Save csotomon/612c80e8ae58838303e004afd5f724a0 to your computer and use it in GitHub Desktop.
Save csotomon/612c80e8ae58838303e004afd5f724a0 to your computer and use it in GitHub Desktop.
import logging
import azure.functions as func
def main(req: func.HttpRequest) -> func.HttpResponse:
return func.HttpResponse("This Azure function rocks")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment