Azure API Management in 7 minutes (from provisioning to API deployment) - tutorial for beginners

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

Комментарии • 31

  • @testguy3210
    @testguy3210 23 дня назад +1

    Thank you for posting this video! You explained everything step by step so clearly. Microsoft has updated the demo URL, but your video was incredibly helpful in guiding me to find the new URL on their website. Much appreciated!

  • @iamdeepshekhar
    @iamdeepshekhar День назад +1

    Really helpful! Thank you

  • @ammadkhan4687
    @ammadkhan4687 18 дней назад +1

    Beautiful, thanks for sharing.

  • @MotionInMotion1975
    @MotionInMotion1975 2 года назад +1

    Best video for starting with Azure API Management. Thanks mate.

  • @charlesopuoro5295
    @charlesopuoro5295 11 месяцев назад +1

    Thank you very much for this. It sure was insightful.

  • @svsv7882
    @svsv7882 8 дней назад +1

    Thank you very nice and succinct!!!

  • @laakolina
    @laakolina 2 года назад +3

    I like how you got to the point and showed how to use the product. Subscribed

  • @robertr5828
    @robertr5828 Год назад

    Short and to the point, thank you!

  • @TheDeclancox
    @TheDeclancox 2 года назад +1

    Nice succinct video guide, Danke Sven!

  • @danielribeiro9247
    @danielribeiro9247 3 года назад +3

    Thanks for this amazing introduction video!

  • @oldskoolbassman3559
    @oldskoolbassman3559 2 года назад +2

    Thank you for this very informative video.

  • @VasanthJanakiraman
    @VasanthJanakiraman 2 года назад

    Thanks for the video! Very informative introduction.

  • @theITvideos
    @theITvideos Год назад +1

    thanks for the video, quite helpful

  • @sharathkumarhk4260
    @sharathkumarhk4260 Месяц назад +1

    Great! Straight to the point! But what I didn't understand is, openapi.json will just have API schema details. How is the response being populated.
    Did you skip the part of API implementation?

  • @ahmedelmaghraouiensias
    @ahmedelmaghraouiensias 2 года назад

    good and quick explanation.

  • @kingsadmin
    @kingsadmin 4 месяца назад +1

    nice one! thanks

  • @johnshepard3197
    @johnshepard3197 23 часа назад

    Hey, nice video man. I am using an APIM with my backend. The backend is protected by jwt tokens and the APIM with my subscription key. My question is that:
    1) Can the subscription key be exposed at the frontend? Because if not, I have to setup a middleware/server to just pass the request from the frontend to the APIM, with the key in the middleware/server (which is inefficient)
    2) Is the APIM key in this case even required? Since my backend is already protected by a jwt token?

  • @Shendidy
    @Shendidy 2 года назад +2

    Nice and straight to the point video, though, I have a small comment. Yes I can research the net to get the full curl syntax, but do you really think it's more important to watch you talk than seeing the command? you could've moved your frame a little to show the whole command!
    Thanks anyways, it's a helpful and video.

  • @lambda-snail
    @lambda-snail 2 года назад +2

    Great introduction! How does the Api manager know how to authenticate with the registered apis? I didn't see any option to enter api-keys in that form...

  • @TheHearOfIraq
    @TheHearOfIraq 2 года назад +1

    Excellent explanation
    Could you please show me how to extract all APIs in azure gateway in JSON file as I need to upload it to my elasticsearch cloud

  • @vktop2
    @vktop2 2 года назад +1

    Nice video, great explanation, The APIs for internal consumption should also be in the APIM?, Where should the internal APIs be in order to be managed?, Thank you!

  • @verygood5377
    @verygood5377 3 года назад +1

    Great video. Thanks! I am not familar but is the same primary key will also be used and put in the header when client or frontend web makes an API request? Would that primary key be exposed to hacker ? Thanks

    • @svenmalvik
      @svenmalvik  3 года назад +2

      Yes. The PK is part of every request as a query parameter or as a header. Having said that, subscription keys should not be seen as a security barrier as they easily can be exploited. I see them more as a way to control what APIs can be accessed by your "nice" API consumers. A bad API consumer might get past APIM which makes additional security preventions super important.

    • @verygood5377
      @verygood5377 3 года назад +1

      @@svenmalvik I appreciate your fast response. For the frontend web app and backend API app scenario, should backend API expect a bearer token (via AAD) + subscription key from frontend web app ? Because of this combination of bearer token and subscription key, it is more secure than just using the subscription key? I am a newbie to all of these.

  • @skipa9906
    @skipa9906 2 года назад

    Hi, do I need to follow the same process to host a Spring API?

  • @syedshoeb1647
    @syedshoeb1647 2 года назад

    facing an issue when providing http request of power automate to wrap the flow
    {
    "error": {
    "code": "DirectApiAuthorizationRequired",
    "message": "The request must be authenticated only by Shared Access scheme."
    }
    }
    even set the Authorization Header as delete please kindly provide me inputs if you have any

  • @tagoreanand2288
    @tagoreanand2288 2 года назад

    How can we disable an API in APIM

  • @ishanweerakoon9838
    @ishanweerakoon9838 3 года назад

    not working resource name .I change it several time not working

  • @TheMyvelmurugan
    @TheMyvelmurugan Год назад

    How to give access to customers with auth?