Posts by this author

Jan 11, 2021
Post comments count0
Post likes count0

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.

Marius RochonB2C
Jan 7, 2021
Post comments count3
Post likes count0

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.

App ServicesVNetSNAT
Dec 31, 2020
Post comments count0
Post likes count0

MicroFrontends With Blazor WebAssembly

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.

MicroservicesBlazor
Dec 21, 2020
Post comments count1
Post likes count0

SharePoint Workflow transformation to Power Automate

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.

TeamSharePointWorkflow
Dec 15, 2020
Post comments count0
Post likes count0

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

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.

TeamPower AppsPower BI
Nov 16, 2020
Post comments count0
Post likes count0

Claims encryption for B2C tokens

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.

Azure ADB2Cencryption
Nov 13, 2020
Post comments count0
Post likes count0

Sample script to transform SharePoint Migration Tool reports

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.

SharePointSPMT