Roll out a definition for an API management operation using Bicep
I needed to roll out individual operations via infrastructure as code principles for API management in Azure using Bicep in a recent project.
I needed to roll out individual operations via infrastructure as code principles for API management in Azure using Bicep in a recent project.
When you want to accept data, queue it up and process it at a later stage, you might want to use a simple way to push data to the queue without building a ba...
Microsoft added a nice feature in dotnet core 2.1 that allows you to register HttpClient instances in a central place and inject them using Dependency Inject...
Creating an HTTP API can be done in multiple ways, but if you are a .NET developer, you most likely will use the ASP.NET Web API framework. In previous versi...
When you are building an HTTP API, you need to make sure your endpoints have a canonical URI structure. You can describe a canonical URL as your preferred en...