Created
August 21, 2020 01:27
-
-
Save csotomon/612c80e8ae58838303e004afd5f724a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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