azure-sql-db-invoke-external-rest-endpoints icon indicating copy to clipboard operation
azure-sql-db-invoke-external-rest-endpoints copied to clipboard

Samples on how call a REST endpoint using Azure SQL Database

Results 8 azure-sql-db-invoke-external-rest-endpoints issues
Sort by recently updated
recently updated
newest added

From Azure SQL using ```sp_invoke_external_rest_endpoint``` a message is successfully queued in Azure Queue. The payload is ```HelloWorld```. When the Queue Triggered Azure function dequeues the message it ultimately lands in...

When I run the following SQL script to send a `TestMessage` message to Azure Service Bus topic `{ServiceBusTopicName}`: ```sql declare @headers nvarchar(max), @url nvarchar(max), @payload nvarchar(max), @response nvarchar(max); set @headers...

Hi, I am trying to call an API which is hosted in APIM (*.azure-api.net). Its working find when I do via Postman or normally. When I execute "sp_invoke_external_rest_endpoint", its giving...

Anyone successfully call the MS Graph API from sp_invoke_external_rest_endpoint using a managed identity? Using access tokens seems unreliable because sometimes the tokens are longer than the 4000 character limit for...

- [ ] Add needed Learn indexing metadata - [ ] Onboard https://learn.microsoft.com/en-us/samples/browse/