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

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024

ความคิดเห็น • 24

  • @IsaacLarbiOnline
    @IsaacLarbiOnline 2 ปีที่แล้ว +3

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

  • @MotionInMotion1975
    @MotionInMotion1975 2 ปีที่แล้ว +1

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

  • @danielribeiro9247
    @danielribeiro9247 2 ปีที่แล้ว +3

    Thanks for this amazing introduction video!

  • @robertr5828
    @robertr5828 9 หลายเดือนก่อน

    Short and to the point, thank you!

  • @charlesopuoro5295
    @charlesopuoro5295 6 หลายเดือนก่อน +1

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

  • @TheDeclancox
    @TheDeclancox ปีที่แล้ว +1

    Nice succinct video guide, Danke Sven!

  • @oldskoolbassman3559
    @oldskoolbassman3559 2 ปีที่แล้ว +2

    Thank you for this very informative video.

  • @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.

  • @VasanthJanakiraman
    @VasanthJanakiraman ปีที่แล้ว

    Thanks for the video! Very informative introduction.

  • @theITvideos
    @theITvideos ปีที่แล้ว +1

    thanks for the video, quite helpful

  • @ahmedelmaghraouiensias
    @ahmedelmaghraouiensias 2 ปีที่แล้ว

    good and quick explanation.

  • @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!

  • @syedshoeb1647
    @syedshoeb1647 ปีที่แล้ว

    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

  • @skipa9906
    @skipa9906 2 ปีที่แล้ว

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

  • @verygood5377
    @verygood5377 2 ปีที่แล้ว +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  2 ปีที่แล้ว +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 2 ปีที่แล้ว +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.

  • @tagoreanand2288
    @tagoreanand2288 ปีที่แล้ว

    How can we disable an API in APIM

  • @ishanweerakoon9838
    @ishanweerakoon9838 2 ปีที่แล้ว

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

  • @TheMyvelmurugan
    @TheMyvelmurugan 7 หลายเดือนก่อน

    How to give access to customers with auth?