Using VS Code to Write and Deploy Azure Functions

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 21

  • @NTFAQGuy
    @NTFAQGuy  2 місяці тому +1

    Hey everyone, create and test Azur Functions locally in VS Code and then deploy into Azure! Please make sure to read the description for the chapters and key information about this video and others.
    ⚠ P L E A S E N O T E ⚠
    🔎 If you are looking for content on a particular topic search the channel. If I have something it will be there!
    🕰 I don't discuss future content nor take requests for future content so please don't ask 😇
    🤔 Due to the channel growth and number of people wanting help I no longer can answer or even read questions and they will just stay in the moderation queue never to be seen so please post questions to other sites like Reddit, Microsoft Community Hub etc.
    👂 Translate the captions to your native language via the auto-translate feature in settings! ua-cam.com/video/v5b53-PgEmI/v-deo.html for a demo of using this feature.
    Thanks for watching!
    🤙

  • @91f
    @91f День тому

    Perfect just what I wanted! I suggest you put "Python" in the title, I was searching for a python tutorial and didn't find this until later.

  • @om-anand-yt
    @om-anand-yt 2 місяці тому

    Oh I've been waiting for a video like this!!
    I've always found Azure functions a bit hard to get into as compared to AWS lambdas, but their integration with App service plans makes them so worth it!

    • @NTFAQGuy
      @NTFAQGuy  2 місяці тому

      Glad you liked it!

  • @srfloyd
    @srfloyd Місяць тому

    Hey, nice demo John. I did something similar few weeks ago with an HTTP trigger: Passing 3 variables in the body (mail, subject and message) and making a POST request it forwards emails using the Sendgrid library.
    It works great, Sendgrid is in the Azure store as a SaaS offering and also can be done with ACS (Azure Communication Services) as well. Thank you.

  • @NZScottie
    @NZScottie 2 місяці тому

    I’ll start trying out developing in VSCode now, thanks for the example and tip.

  • @MECmadeit
    @MECmadeit 2 місяці тому

    Thank you for this, I really enjoyed it & happy to see it in Python!

    • @NTFAQGuy
      @NTFAQGuy  2 місяці тому

      Glad you enjoyed it!

  • @luizfelipeviola
    @luizfelipeviola Місяць тому

    Great content

  • @VirtualPackets
    @VirtualPackets 2 місяці тому

    Thanks for the demo

  • @Timmy-Hi5
    @Timmy-Hi5 2 місяці тому +1

    LOVE THOR🤩 😁 BUT where is Superman, Batman 😁 and other good guys 😁

    • @NTFAQGuy
      @NTFAQGuy  2 місяці тому +2

      You can't mix universes :-)

    • @Timmy-Hi5
      @Timmy-Hi5 2 місяці тому

      @@NTFAQGuy hahaha hahaha super cool vids like always > Planet Earth learns for free directly from the expert 🤩 ... On that topic what would be the best recommended person to follow (someone like yourself) for M365 Security and Compliance

  • @itguru6124
    @itguru6124 Місяць тому

    I always believed Tony Stank as well.

  • @AkhileshMadyastha
    @AkhileshMadyastha 2 місяці тому

    i am getting no http trigger in the logs while deploying

  • @theritchie2173
    @theritchie2173 2 місяці тому +2

    Tony Stank? Somethings smells a bit fishy there.

    • @NTFAQGuy
      @NTFAQGuy  2 місяці тому +4

      Little Easter egg

  • @datawithdrew
    @datawithdrew 17 днів тому

    Has anyone come across the issue of the Function not appearing in the Function App when deploying? I successfully deploy my Function but it doesn't appear in the Function App no matter how many refreshes.

    • @NTFAQGuy
      @NTFAQGuy  17 днів тому

      Deployment is likely failing. Some issue in your code etc. Check the logs.

    • @LeChaimWine
      @LeChaimWine 14 днів тому

      I had this problem this week - found out there were issues with my python code and dependencies. Ensuring everything worked locally, before deploying, ensure it actually worked.
      I do wish Microsoft would have better behavior for functions that have issues (and the functions just disappear - I was looking all over for solutions and couldn't find any) - it was super frustrating for awhile, and I was ready to look at Amazon/Google serverless options.