Simple File API Using Azure Blob Storage (running locally)

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

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

  • @MilanJovanovicTech
    @MilanJovanovicTech  8 месяцев назад +3

    Want to master Clean Architecture? Go here: bit.ly/3PupkOJ
    Want to unlock Modular Monoliths? Go here: bit.ly/3SXlzSt

  • @ferventurart
    @ferventurart 7 месяцев назад

    Great video Milan!

  • @yunietpiloto4425
    @yunietpiloto4425 8 месяцев назад

    Great content as always. Thanks for sharing!

  • @regestea
    @regestea 8 месяцев назад

    Thanks for your great contents, I think we need a content to "How do I write a test for Azure blob service"

  • @investycoon-app
    @investycoon-app 8 месяцев назад

    Does Azure Blob Storage can handle rights access for files or is it something we have to implement on web application ?

  • @gorgestv6340
    @gorgestv6340 8 месяцев назад

    In my practice project, I use a "Cloudinary" ( I think equivalent of Blob) and I save files in this storage and in database I save only paths to this files. What do you mean about this aproach?

  • @Ajmal_Yazdani
    @Ajmal_Yazdani 8 месяцев назад +1

    Thanks for your share @Milan Jovanović. What should I consider if I have to upload very large (up to 10GB) files?

    • @MilanJovanovicTech
      @MilanJovanovicTech  8 месяцев назад +1

      Consider uploading directly to Blob Storage with pre-signed URLs

    • @Ajmal_Yazdani
      @Ajmal_Yazdani 8 месяцев назад

      @@MilanJovanovicTech Could you please explain more. I believe we need to chunk the file into smaller size and either upload in parallel or something, but something looks not simple here. Thoughts?

  • @OgnjenBokic-c7e
    @OgnjenBokic-c7e 7 месяцев назад

    Great content.
    Can this be implemented in a dockerized application on a linux server?

    • @MilanJovanovicTech
      @MilanJovanovicTech  7 месяцев назад

      Yes - but I don't think you want to run your own instance of Azurite.

  • @sreenidhisalugu6498
    @sreenidhisalugu6498 6 месяцев назад

    Could you please make a video on sending file from angular and storing it locally in azure storage

  • @Dragonet17
    @Dragonet17 8 месяцев назад +1

    Arek you going to create course about Azure ?

  • @AcapellaNutella6
    @AcapellaNutella6 7 месяцев назад

    I did all this, but I do not see "Files" in my swagger document???

    • @MilanJovanovicTech
      @MilanJovanovicTech  7 месяцев назад +1

      No idea, it should just "work".

    • @AcapellaNutella6
      @AcapellaNutella6 7 месяцев назад

      @@MilanJovanovicTech I just used the classic azure function pattern and did it that way. Kinda gave up on the minimalist approach. Good video tho it showed me how to do what I was trying to do.

  • @itirush2701
    @itirush2701 8 месяцев назад

    Please make video microservice 🙏

  • @tbalakpm
    @tbalakpm 8 месяцев назад +3

    Blog -> Blob

    • @MilanJovanovicTech
      @MilanJovanovicTech  8 месяцев назад +1

      Rofl, that autocorrect 🥲😂 Thanks for saving the day!

  • @harkiratsingh358
    @harkiratsingh358 7 месяцев назад

    No need of docker , now it runs within visual studio

  • @i3looi2
    @i3looi2 6 месяцев назад

    This is bad practice for big files. You simply proxy the file through the SERVER/API instead of directly going to blobstorage.
    If you need to upload GB++ files, you bottleneck bandwith and CPU time for no reason.

    • @MilanJovanovicTech
      @MilanJovanovicTech  6 месяцев назад

      There's also pre-signed URL so you can hit Blob storage directly

  • @sunzhang-d9v
    @sunzhang-d9v 8 месяцев назад

    Unhappy why not modular content