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#
Related resources#
อ้างอิง เอกสาร 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:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.