Skip to content

Commit 7b90944

Browse files
committed
Fix note on permissions
1 parent 8e09375 commit 7b90944

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/postgresql/flexible-server/reference-pg-azure-storage.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,14 +460,13 @@ Specifies that the file is encoded in the encoding_name. If this option is omitt
460460

461461
jsonb
462462

463-
> [!NOTE]
464-
**Permissions**
465-
Now you can list containers set to Private and Blob access levels for a storage but only as a user with the `azure_storage_admin` role granted to it. If you create a new user named support, it won't be allowed to access container contents by default.
466-
467463
## Examples
468464

469465
The examples used make use of sample Azure storage account `(pgquickstart)` with custom files uploaded for adding to coverage of different use cases. We can start by creating table used across the set of example used.
470466

467+
> [!NOTE]
468+
> You can list containers set to Private and Blob access levels for a storage but only as a user with the `azure_storage_admin` role granted to it. If you create a new user named support, it won't be allowed to access container contents by default.
469+
471470
```sql
472471
CREATE TABLE IF NOT EXISTS public.events
473472
(

0 commit comments

Comments
 (0)