Developer Support
Advocacy and Innovation
Latest posts
Using B2C to support multi-tenant SaaS apps
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.
The Soul of Innovation
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?"
Creating Words Cloud For Sentiment Analysis With Azure Cognitive Services Text Analytics
In this post, App Dev Manager Fidelis Ekezue explores Azure Cognitive Services Text Analytics.
Connect to SharePoint using NodeJS
Premier Field Engineer Gunjan Datta demonstrates how to retrieve data from SharePoint using NodeJS.
Unseen secrets – using KeyVault to protect OAuth2 token requests
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).
PowerShell to upload IEF policies to multiple B2C tenants
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.
Adding Tags to New Resources with Azure PowerShell
Learn how to add tags to your PowerShell-scripted Azure resources and keep your systems categorized.
Centralized VM Certificate Deployment Across Multiple Regions with ARM Templates
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.
Leverage QnA Maker Search within a Client Application
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.