Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリケーションでは、Azure の BLOB ストレージにある zip ファイルを解凍する必要があります。解凍は Azure Blob Storage でサポートされていますか?
すぐに使用できませんが、必要なバイナリ データを BLOB ストレージに保持してmyBlob.DownloadToStream(myStream)使用し、選択した zip/unzip ライブラリを使用してストリームを解凍できます。
myBlob.DownloadToStream(myStream)