Announcing the public preview of the devtunnel CLI
Dev tunnels are a powerful tool to securely open your localhost to the internet and control who has access, so you can easily test and debug your web apps and…
23/05/2023
In this How To post, I will use APIM to turn an asynchronous messaging into a synchronous messaging by publishing a message to Azure Service Bus and retrieving the response using Azure Blob Storage. The following illustrates the pattern: Just because you can do something, does not mean you…