Skip to content

Commit 0d8786c

Browse files
Merge pull request #223914 from jonels-msft/azure-storage-pg-13
Note pg13+ required for azure_storage
2 parents 6015551 + 902e43b commit 0d8786c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/cosmos-db/postgresql/howto-ingest-azure-blob-storage.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mulander
66
ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.topic: how-to
9-
ms.date: 11/28/2022
9+
ms.date: 01/13/2023
1010
---
1111

1212
# How to ingest data using pg_azure_storage
@@ -30,6 +30,11 @@ extension in your database:
3030
SELECT * FROM create_extension('azure_storage');
3131
```
3232

33+
> [!IMPORTANT]
34+
>
35+
> The pg_azure_storage extension is available only on Azure Cosmos DB for
36+
> PostgreSQL clusters running PostgreSQL 13 and above.
37+
3338
We've prepared a public demonstration dataset for this article. To use your own
3439
dataset, follow [migrate your on-premises data to cloud
3540
storage](../../storage/common/storage-use-azcopy-migrate-on-premises-data.md)

0 commit comments

Comments
 (0)