News

Make a note of the URL displayed for your Azure Function. We’ll now take advantage of Postman, one of the most popular API testing tools, to test the function. When you execute the URL in ...
If you’ve built code that works with any modern API-first design model, such as gRPC, then you won’t have any difficulty building a custom handler to work with Azure Functions. All you need is ...
See how the latest version of Visual Studio 2017 can be used to create Azure Functions using familiar development tools and techniques. With the latest releases of Visual Studio 2017 and associated ...
Last time I looked at the basics of triggers. Let's look at creating an HTTP-triggered function for displaying a greeting based on a target audience. The last time we looked at Azure Functions, I ...
SAN FRANCISCO--Not to be outdone, while Oracle is hosting its annual Java developer festival, Microsoft released a Java-based preview of its serverless computing offering, Azure Functions. According ...
One way to create natural-sounding speech from text is to use the Azure Cognitive Services text-to-speech API. This is a service that developers and admins can use without knowing the ins and outs of ...