---
title: AzureStorage.BlobContents – อ่านไฟล์ Azure Blob
url: https://www.thepexcel.com/functions/power-query/accessing-data-functions/azurestorage-blobcontents/
type: function-explainer
program: Power Query
syntax: azurestorage_blobcontents(value as any) as any
date: 2025-12-12
updated: 2025-12-17
scores:
  popularity: 4
  difficulty: 5
  usefulness: 4
---

# AzureStorage.BlobContents – อ่านไฟล์ Azure Blob

> อ่านไฟล์ Azure Blob

## คำอธิบาย

AzureStorage.BlobContents อ่านเนื้อหาของไฟล์ (blob) จากที่เก็บข้อมูล Azure Storage

## Syntax

```excel
azurestorage_blobcontents(value as any) as any
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| value | Yes | any |  | ค่าที่ต้องการประมวลผล |

## ตัวอย่าง

### 1. ตัวอย่างที่ 1

```excel
azurestorage_blobcontents(data)
```

**ผลลัพธ์:** `ผลลัพธ์`

การใช้งานพื้นฐาน

### 2. ตัวอย่างที่ 2

```excel
azurestorage_blobcontents(table1)
```

**ผลลัพธ์:** `ผลลัพธ์ที่ประมวลผล`

ใช้กับตารางข้อมูล

### 3. ตัวอย่างที่ 3

```excel
let result = azurestorage_blobcontents(myData) in result
```

**ผลลัพธ์:** `ผลลัพธ์สุดท้าย`

ใช้ในสูตร let...in

## หมายเหตุเพิ่มเติม

⚠️ ฟังก์ชันนี้ใช้สำหรับการเชื่อมต่อและดึงข้อมูลจากแหล่งข้อมูลภายนอก

## คำถามที่พบบ่อย

**Q: ฟังก์ชันนี้ใช้สำหรับอะไร**

AzureStorage.BlobContents อ่านเนื้อหาของไฟล์ (blob) จากที่เก็บข้อมูล Azure Storage

**Q: ข้อมูลส่งเข้าจำเป็นต้องมีรูปแบบไหน**

ข้อมูลสามารถเป็นตารางหรือรายการที่ตรงกับรูปแบบที่ต้องการ

## แหล่งข้อมูลเพิ่มเติม

- [Microsoft Learn: Power Query M](https://learn.microsoft.com/en-us/powerquery-m/azurestorage-blobcontents) _(documentation)_

---

_Source: [https://www.thepexcel.com/functions/power-query/accessing-data-functions/azurestorage-blobcontents/](https://www.thepexcel.com/functions/power-query/accessing-data-functions/azurestorage-blobcontents/)_
