Developer Support

Advocacy and Innovation

Latest posts

Jan 13, 2021
Post comments count 0
Post likes count 2

How to Post a File to an Azure Function in 3 Minutes

Developer Support

Recently, I needed to upload a file to Azure Functions, and found a hard time finding a blog on the easiest/fastest way to do it. So, I decided to write this quick article to show you how. And I think I can do it under 3 minutes!

Jan 11, 2021
Post comments count 0
Post likes count 0

Setting up for Azure B2C development

Developer Support

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.

Jan 7, 2021
Post comments count 3
Post likes count 0

Reducing SNAT Port consumption in Azure App Services

Developer Support

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.

Dec 31, 2020
Post comments count 0
Post likes count 0

MicroFrontends With Blazor WebAssembly

Developer Support

In this post we were able to demonstrate how to maintain different components as separate libraries which could be imported into the main shell in order to allow modular distributed development.

Dec 21, 2020
Post comments count 1
Post likes count 0

SharePoint Workflow transformation to Power Automate

Developer Support

The SharePoint Workflow transformation to Power Automate workshop is targeted toward a Business and IT audience and focuses on workflow assessment and migration guidance to Power Automate in a discovery and hands-on learning event.

Dec 15, 2020
Post comments count 0
Post likes count 0

There’s more to Power Platform than low-code/no-code development

Developer Support

Power Platform is incredibly powerful and capable. If you are new to Power Platform, there are a lot of great reasons to check it out, but if you are already an organization using Office 365, you may be missing out.

Nov 16, 2020
Post comments count 0
Post likes count 0

Claims encryption for B2C tokens

Developer Support

Once you sign in and consent, you should see TokenEncryption API in your Enterprise Apps. You will then be able to register your own client applications (recipients of encrypted tokens), set their API Permission to access the Token Encryption API with decrypt application permission, and use client credentials to request a token.

Nov 13, 2020
Post comments count 0
Post likes count 0

Sample script to transform SharePoint Migration Tool reports

Developer Support

This is a simple script that transforms SPMT reports into folders, broken out by website so people working on specific pages can easily see which action items pertain to them.

Nov 12, 2020
Post comments count 0
Post likes count 0

Generate a Service Bus SAS Token and Manage Token renewal using Azure Runbooks

Developer Support

This article covers the process of generating a service bus token using PowerShell, using an azure runbook to cover token generation and renewal, and the how process can be automated and managed with a CI/CD pipeline.