Skip to content

jokk-itu/azure-functions-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

azure-functions-sample

Run locally

Create an Azure Service Bus instance in Azure.

Fill a connectionstring value for "AzureWebServiceBus" in local.settings.json

Run the solution

Test

Run a POST method against the 'SubmitPing' endpoint. For example using powershell

$body = @{ Id = New-Guid }
$uri = 'http://localhost:7071/api/SubmitPing'

Invoke-WebRequest -Uri $url - Method 'Post' -ContentType 'application/json' -Body $body | Write-Host

About

Sample Azure Functions communicating with Azure Service Bus

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages