Skip to content

Commit d3eb432

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#120296
Changes made in line no 55 & 74 From: azure_storage.account_add ( account_name_p text , user_p regrole); To: azure_storage.account_user_add ( account_name_p text , user_p regrole); From: azure_storage.account_remove (account_name_p text ,user_p regrole To: azure_storage.account_user_remove (account_name_p text ,user_p regrole
1 parent 5a38c74 commit d3eb432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/postgresql/reference-pg-azure-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Azure blob storage (ABS) account contains all of your ABS objects: blobs, files,
5252
The function allows adding access for a role to a storage account.
5353

5454
```postgresql
55-
azure_storage.account_add
55+
azure_storage.account_user_add
5656
( account_name_p text
5757
, user_p regrole);
5858
```
@@ -71,7 +71,7 @@ Role created by user visible on the cluster.
7171
The function allows removing access for a role to a storage account.
7272

7373
```postgresql
74-
azure_storage.account_remove
74+
azure_storage.account_user_remove
7575
(account_name_p text
7676
,user_p regrole);
7777
```
@@ -545,4 +545,4 @@ LIMIT 5;
545545
> [How to use Azure Blob Storage with the COPY command](reference-copy-command.md)
546546
547547
> [!div class="nextstepaction"]
548-
> [How to ingest data using pg_azure_storage](howto-ingest-azure-blob-storage.md)
548+
> [How to ingest data using pg_azure_storage](howto-ingest-azure-blob-storage.md)

0 commit comments

Comments
 (0)