在 Azure 逻辑应用程序中创建 blob 和创建块 blob 操作有什么区别?

Whats the difference between create blob and create block blob action in Azure logic apps?

需要明确何时使用创建 blob 和创建块 blob 操作

  • 创建 blob -- 此操作将 blob 上传到 Azure Blob 存储。

  • 创建块 blob -- 此操作将 blob 上传到 Azure Blob 存储。

Blob 包含块 blob、页 blob 和追加 blob。 参考这个article.