Skip to content

Commit 8475317

Browse files
Merge pull request #27952 from JetterMcTedder/main
spelling/syntax mistake on db creds
2 parents dc23ce9 + 52dcb6b commit 8475317

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@ EXEC @ret = sp_invoke_external_rest_endpoint @url = @url,
510510
SELECT @ret AS ReturnCode, @response AS Response;
511511
```
512512

513-
### E. Read and write a file to Azure File Storage with an Azure SQL Database scoped credential
513+
### E. Read and write a file to Azure File Storage with an Azure SQL Database scoped credentials
514514

515-
This example writes a file to an Azure File Storage using an Azure SQL Database scoped credential for authentication and then returns the contents. The results will be returned in XML, so using the header `"Accept":"application/xml"` will be needed.
515+
This example writes a file to an Azure File Storage using an Azure SQL Database scoped credentials for authentication and then returns the contents. The results will be returned in XML, so using the header `"Accept":"application/xml"` will be needed.
516516

517517
Start by creating a master key for the Azure SQL Database
518518

0 commit comments

Comments
 (0)