Azure Blob Storage -Access Blob From Azure Storage Account Using Postman Tool

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

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

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

    Man, thank you so much for this video, it saved my file. I was struggling for a long time before I following this tutorial.

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

      Thank you for the comment. Please subscribe to the channel if you have not subscribed yet.

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

    It was very helpful. Thanks for the explanation. Request to share the PPT available used in your Azure tutorials it will be helpful for me.

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

    This really excellent, thank you so much and keep the good work

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

    very nice video and explanation

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

      Thanks for your feedback. Please subscribe to the channel if you have not subscribed yet. There are a lot of concepts covered on Azure in the channel videos. Thanks.

  • @neerajsharma7330
    @neerajsharma7330 4 หลายเดือนก่อน

    Can you please add the curl command instead of postman to GET file from azure blob storage

  • @NileshBhosale-w1b
    @NileshBhosale-w1b 3 หลายเดือนก่อน

    Hello, I have tried but at time of generating the token giving error as HTTP Error 400. The request hostname is invalid, can you please comment if there is any revision take place?

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

    Best alternatives of publishing SQL data without Excel and SAS Token

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

    Awesome video.
    You said that we must use the client_credentials grant_type for this kind of token request using a client.
    I want to request a token using my own AAD user id. How would I do that using postman ? Help would be really appreciated.

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

      you have to change the authorization type. Post man has option. Go to authorization tab. select type as OAuth 2.0 Then select Add Authorization Data To "Request Header" set Grant Type as Implicit, fill other details like client id, authority etc. Then hit the storage account api. you should get the token.

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

      Please subscribe to the channel, if you have not subscribed yet.

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

      @@azureteachnet already subscribed. big fan.

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

      @@azureteachnet doesn't work for me.
      Do you mind if I leave you my email so you can contact me there and help guide me a bit. I would truly appreciate it.

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

      @@GabrielBercea Thank you.

  • @ivanraineri6831
    @ivanraineri6831 2 หลายเดือนก่อน

    thx!

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

      Thanks for the feedback. Please subscribe to the channel if you have not subscribed yet.

  • @forsalemailid6305
    @forsalemailid6305 28 วันที่ผ่านมา

    Not changing the "Private" access to the container, Is there no other way to open the URL from the browser?

  • @PankajSharma-in6lt
    @PankajSharma-in6lt ปีที่แล้ว

    How to post data in azure storage container using postman. Please suggest.

  • @sagarauti5144
    @sagarauti5144 5 หลายเดือนก่อน

    Hi
    Is there any way to upload a file from using postman to the azure container.
    Is there any way please give me details

    • @azureteachnet
      @azureteachnet  5 หลายเดือนก่อน

      It is possible. May I know the specifi requirment, why you are trying to upload blobs using postman?

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

    I have got an warning prompt: Lifetime validation failed. The token is expired.
    Can you please help?

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

    This is really excellent, thank you so much.
    Can you please suggest to me,
    My Postman returns data in byte form. Is it possible for permission only for the URL .

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

      I suspect it might be issue with the content type. which url you are hitting from postman?

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

    Hi, How to list blobs using SAS in Postman.
    Do you have any demo. Please refer.

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

      I will post video on SAS soon. Thank you.

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

    I need to show the blob video files in my website. What u suggest how should I do this.

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

      what is the extension of your video files?
      Have you tried enabling public access on the blobs and in your front end page, using object /video tags, , did you try playing the video?

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

    How to give reader access of blob storage to other user, so that user can access it through portal ?

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

      you can use shared access signature or assign IAM roles to the user.
      Here is the video for SAS - th-cam.com/video/Kk_GYfmCQG4/w-d-xo.html
      IAM - Storage Account has IAM tab. you need to assign Storage Blob reader and contributor access to the user. Please subscribe to the channel if you have not subscribed yet.

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

    Can we pass parameters in the api and apply then as filters ?

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

      may I know the parameters that you want to pass? Do you want to filter the blobs on storage account with azure storage api?

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

    I am facing issues for Get Container ACL and Set Container ACL apis using postman .

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

      could you please post the issue that you are facing? also, mention end points as well.

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

      Per documentation, It can be accessed only by the owner. Please give appropriate permissions and try again.

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

    Thank you so much for this easy and direct point info. the token authorization details would change if using oauth2/v2.0/token?

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

      Thanks. The parameters will change based on oAuth versions.
      Please subscribe to the channel if you have not subscribed yet. Thanks.

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

    How can I download file using Postman?

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

      Do you want to download file from Azure or from any web api app using postman?

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

    do you teach bro ?
    i m a Dynamics crm 365 developer
    how can i contact you

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

      Thanks for your interest bro. I am a lot busy professionally and personally so hardly find free time to teach :-). Sorry.