Skip to content

Azure Storage node#

Azure Storage node มีการรองรับฟีเจอร์หลากหลายในตัว ซึ่งรวมถึงการสร้าง, การดึงข้อมูล, และการลบ blobs และ containers ใช้ node นี้เพื่อทำงานอัตโนมัติภายในบริการ Azure Storage หรือผสานรวมกับบริการอื่นๆ ใน workflow ของคุณ

ในหน้านี้ คุณจะพบรายการ operations ที่ Azure Storage node รองรับ และลิงก์ไปยังแหล่งข้อมูลเพิ่มเติม

Credentials

คุณสามารถดูข้อมูลการยืนยันตัวตนสำหรับ node นี้ได้ ที่นี่

Operations#

  • Blob
    • Create blob: Create a new blob or replace an existing one.
    • Delete blob: Delete an existing blob.
    • Get blob: Retrieve data for a specific 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#

Build Your Own Counseling Chatbot on LINE to Support Mental Health Conversations

by [email protected]

View template details
CallForge - 05 - Gong.io Call Analysis with Azure AI & CRM Sync

by Angel Menendez

View template details
Get Daily Exercise Plan with Flex Message via LINE

by [email protected]

View template details
Browse Azure Storage integration templates, or search all templates

อ้างอิง เอกสาร Azure Storage ของ Microsoft สำหรับข้อมูลเพิ่มเติมเกี่ยวกับบริการนี้

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.