Skip to content

Azure 存储节点#

¥Azure Storage node

Azure 存储节点内置支持多种功能,包括创建、获取和删除 Blob 和容器。使用此节点可以自动化 Azure 存储服务中的工作,或将其与工作流中的其他服务集成。

¥The Azure Storage node has built-in support for a wide range of features, which includes creating, getting, and deleting blobs and containers. Use this node to automate work within the Azure Storage service or integrate it with other services in your workflow.

本页列出了 Azure Storage 节点支持的操作列表以及更多资源的链接。

¥On this page, you'll find a list of operations the Azure Storage node supports, and links to more resources.

Credentials

你可以在 此处 中找到此节点的身份验证信息。

¥You can find authentication information for this node here.

操作#

¥Operations

  • Blob

  • 创建 Blob:创建新的 blob 或替换现有 blob

    ¥Create blob: Create a new blob or replace an existing one.

  • 删除 Blob。删除现有数据块。

    ¥Delete blob: Delete an existing blob.

  • 获取 blob:获取特定数据块的数据。

    ¥Get blob: Retrieve data for a specific blob.

  • 获取多个 blob:检索斑点列表

    ¥Get many blobs: Retrieve a list of blobs.

  • 容器

¥Container

  • 创建容器:创建新容器。

    ¥Create container: Create a new container.

  • 删除容器。删除现有容器。

    ¥Delete container: Delete an existing container.

  • 获取容器:获取特定容器的数据。

    ¥Get container: Retrieve data for a specific container.

  • 获取多个容器:检索容器列表

    ¥Get many containers: Retrieve a list of containers.

模板和示例#

¥Templates and examples

Template widget placeholder.

相关资源#

¥Related resources

有关服务的更多信息,请参阅 Microsoft Azure 存储文档

¥Refer to Microsoft's Azure Storage documentation for more information about the service.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.