Skip to content

Commit 316ef94

Browse files
committed
Fix links
1 parent 30aa15c commit 316ef94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The maximum request and response header size (all header fields: headers passed
171171

172172
## Throttling
173173

174-
The number of concurrent connections to external endpoints done via `sp_invoke_external_rest_endpoint` are capped to 10% of worker threads, with a maximum of 150 workers. On an [single database](/azure-sql/database/single-database-overview) throttling is enforced at the database level, while on an [elastic pool](/azure-sql/database/elastic-pool-overview) throttling is enforced both at database and at pool level.
174+
The number of concurrent connections to external endpoints done via `sp_invoke_external_rest_endpoint` are capped to 10% of worker threads, with a maximum of 150 workers. On an [single database](/azure/azure-sql/database/single-database-overview) throttling is enforced at the database level, while on an [elastic pool](/azure/azure-sql/database/elastic-pool-overview) throttling is enforced both at database and at pool level.
175175

176176
To check how many concurrent connections a database can sustain, run the following query:
177177

0 commit comments

Comments
 (0)