Implement serverless APIs with Azure Functions and Azure API Management | Azure Friday

Поділитися
Вставка
  • Опубліковано 22 січ 2025

КОМЕНТАРІ • 19

  • @richmagill9768
    @richmagill9768 2 роки тому

    Hanselman always makes sense, good work

  • @jackcodes788
    @jackcodes788 4 роки тому +3

    After the API is created using code gen, how do I test that the C# continues to match the OpenAPI specification and that the APIM definition hasn't changed? How do I make that test part of my Azure Pipeline to ensure that everything is consistent before deployment? The flow laid out here is a nice first step.

  • @johng5295
    @johng5295 4 роки тому +1

    Thanks in a million Jeff & Scott. Awesome stuff. Second to NONE

  • @Travellife8877
    @Travellife8877 2 роки тому +1

    great video, with a well, an explanation of why to choose APIM.

  • @alitswq
    @alitswq 4 роки тому +1

    Great Presentation. Thanks Fellows

  • @Macadoof
    @Macadoof 4 роки тому

    Great video Scott. This was very informative. I'm going to go ahead and try it out!

    • @jedidiahelijah6739
      @jedidiahelijah6739 3 роки тому

      sorry to be so offtopic but does someone know of a way to get back into an Instagram account?
      I was dumb lost my password. I would love any help you can give me

    • @drakemaddox8249
      @drakemaddox8249 3 роки тому

      @Jedidiah Elijah instablaster ;)

    • @jedidiahelijah6739
      @jedidiahelijah6739 3 роки тому

      @Drake Maddox I really appreciate your reply. I found the site through google and I'm in the hacking process atm.
      I see it takes a while so I will get back to you later when my account password hopefully is recovered.

  • @777grw
    @777grw 2 роки тому

    Do we have open api scaffolding in visual studio as well?

    • @MicrosoftAzure
      @MicrosoftAzure  2 роки тому

      Hi there! You can see the integration with Visual Studio and APIs on the Create serverless APIs in Visual Studio using Azure Functions and API Management documentation located here. msft.it/6057jiFrU

  • @miklosnemeth8566
    @miklosnemeth8566 3 роки тому +1

    It doesn't work at all today, unfortunately: VSC cannot find autorest even when it is installed properly.

    • @vrdmr
      @vrdmr 3 роки тому +1

      We are trying to get autorest to be part of the core-tools installation process itself.

    • @seewhyy
      @seewhyy 3 роки тому

      @@vrdmr any idea when it will be available? Was so looking forward to using the code generation today after watching this video and spending a whole day configuring the contract in APIM

    • @vrdmr
      @vrdmr 3 роки тому

      ​@@seewhyy It is still in the plans but it doesn't help in all the cases (e.g. where devs don't use core-tools but only VSCode)
      To mitigate this issue - Can you install autorest globally?
      github.com/Azure/autorest/blob/master/docs/install/readme.md
      # Depending on your configuration you may need to be elevated or root to run this. (on OSX/Linux use 'sudo' )
      npm install -g autorest
      # run using command 'autorest' to check if the installation worked
      autorest --help
      Please report any issues you hit at aka.ms/stencil. Thanks.

  • @EzDoesntExist
    @EzDoesntExist 9 місяців тому

    The type of Netflix I prefer to watch 🍿keep it up guys

  • @ayanSaha13291
    @ayanSaha13291 4 роки тому

    Great video. Thanks.