Skip to content

Commit 4b267b8

Browse files
Add warning
1 parent abbc2f7 commit 4b267b8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
# Azure Storage PHP Adapter Flysystem
1+
# Azure Storage Blob PHP Adapter Flysystem
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/azure-oss/storage-blob-flysystem.svg)](https://packagist.org/packages/azure-oss/storage-blob-flysystem)
44
[![Packagist Downloads](https://img.shields.io/packagist/dm/azure-oss/storage-blob-flysystem)](https://packagist.org/packages/azure-oss/storage-blob-flysystem)
55
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/azure-oss/azure-storage-php-adapter-flysystem/tests.yml?branch=main)](https://github.com/azure-oss/azure-storage-php-adapter-flysystem/actions)
66

77
## Minimum Requirements
88

9+
> [!WARNING]
10+
> Data Lake Storage (Storage Account with hierarchical namespace enabled) is unsupported.
11+
912
* PHP 8.1 or above
13+
* Required PHP extensions
14+
* curl
15+
* json
16+
* xml
1017

1118
## Install
1219

0 commit comments

Comments
 (0)