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.

凭证

你可以在这里找到该节点的认证信息。

操作(Operations)#

  • 斑点
    • 创建 Blob:创建一个新的 blob 或替换现有的 blob。
    • 删除 Blob:删除现有的 Blob。
    • 获取 blob:检索特定 blob 的数据。
    • 获取多个 Blob:检索 Blob 列表。
  • 容器
    • 创建容器:创建一个新容器。
    • 删除容器:删除一个现有的容器。
    • 获取容器:检索特定容器的数据。
    • 获取多个容器:检索容器列表。

模板和示例(Templates and examples)#

Template widget placeholder.

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

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.