Developer Support

Advocacy and Innovation

Working with Azure Storage Blobs with a Java Azure Function

As a long-time C# developer, working with Java is a big change. It’s a completely new way to package files, include dependencies, and host applications. Luckily, the code syntax is very similar. Hopefully, this blog helps anyone looking to make a similar transition and work with Azure Functions using multiple languages.

Setting up for Azure B2C development

The following describes some techniques, tools and approaches I found useful when developing applications with Azure AD B2C. The first part deals with setting up a newly created B2C tenant using the Azure portal only. The second part deals with developing custom journeys (Identity Experience Framework) xml policies.

Reducing SNAT Port consumption in Azure App Services

If you find yourself struggling with SNAT ports using Azure App Services and your destination is an Azure service that supports service endpoints, regional VNET integration with Service Endpoints or Private Endpoints can provide a fairly simple way to allow these requests to use an internal, optimized route and avoid SNAT port limitations.