Developer Support

Advocacy and Innovation

Latest posts

Feb 17, 2020
Post comments count 0
Post likes count 0

Using B2C to support multi-tenant SaaS apps

Developer Support

AAD multi-tenancy is ideal for medium-to-large enterprises who own and manage their own identity infrastructure. This sample is for small enterprises, usually without their own identity infrastructure. It provides support for an application that needs to group it's users into discrete groups, each representing an application tenant.

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

The Soul of Innovation

Developer Support

What's the soul of innovation? It is energy. It is knowledge. It is having a purpose. It is a DevOps culture. A better question, however, is "who is the soul of innovation in your organization?"

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

Creating Words Cloud For Sentiment Analysis With Azure Cognitive Services Text Analytics

Developer Support

In this post, App Dev Manager Fidelis Ekezue explores Azure Cognitive Services Text Analytics.

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

Connect to SharePoint using NodeJS

Developer Support

Premier Field Engineer Gunjan Datta demonstrates how to retrieve data from SharePoint using NodeJS.

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

Unseen secrets – using KeyVault to protect OAuth2 token requests

Developer Support

This sample implements an Azure Function App, which uses Azure KeyVault to sign OAuth2 client assertions used to obtain JWT tokens from Azure AD. The private key used to sign the client assertion and thus authenticate the function to Azure AD is generated in the KeyVault and never leaves that service (it is not exportable).

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

PowerShell to upload IEF policies to multiple B2C tenants

Developer Support

Premier Dev Consultant Marius Rochon shares an example of a PowerShell script to upload a set of B2C IEF policies to one or more B2C tenants.

Feb 10, 2020
Post comments count 0
Post likes count 0

Adding Tags to New Resources with Azure PowerShell

Developer Support

Learn how to add tags to your PowerShell-scripted Azure resources and keep your systems categorized.

Feb 9, 2020
Post comments count 1
Post likes count 0

Centralized VM Certificate Deployment Across Multiple Regions with ARM Templates

Developer Support

Many systems still rely on certificate authentication. Those certificates need to be rotated and often managed from a central location. In this post, I will explain how to centralize your VM certificate deployment across multiple Azure Regions with ARM Templates and Key Vault.

Feb 7, 2020
Post comments count 0
Post likes count 0

Leverage QnA Maker Search within a Client Application

Developer Support

QnA Maker is an Azure Cognitive Service that enables you to ask questions and get answers from a knowledgebase built from your own documentation. In this post, learn how to integrate a QnA Maker knowledgebase into a client application.