Azure Storage integration in Mule app - Upload & download blob data and add & dequeue queue message

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

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

  • @robertotonon7809
    @robertotonon7809 4 หลายเดือนก่อน +1

    Hello Sanjeev, java 17 doesn't support the connector "azure storage" anymore; How can i fix this problem?

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

    How to write MUnits for Azure connectors

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

    Good but little Confusion in Storage integration. May be unaware of the MuleSoft tool. Is it Microsoft provided integratio n tool ????

    • @sanjeev.tripathi
      @sanjeev.tripathi  11 หลายเดือนก่อน

      Azure Storage is cloud service from Microsoft.

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

    How to count the number of downloads performed on a blobstorage file?

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

    How to download the blobs from specific directory. Instead of listing the blobs from all the directories

    • @sanjeev.tripathi
      @sanjeev.tripathi  11 หลายเดือนก่อน

      You can try "Download file" operation which takes directory parameter as well.

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

      We have the files inside a directory that is inside a container.
      Simply there are some files stored in container > directory1>directory2> list of files.
      Now how to download the files.
      As download blob gives an option to only download a particular file. We need list of files to be downloaded