Showing archive results for 2020

Feb 17, 2020
Post comments count0
Post likes count0

Get WebPart Information using REST

Developer Support

This post will give an example of getting WebPart information for a page, using the REST API. The gd-sprest library will be used for this example.

TeamSharePointREST
Feb 17, 2020
Post comments count0
Post likes count0

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.

TeamAzureAzure AD
Feb 16, 2020
Post comments count0
Post likes count0

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?"

DevOps
Feb 13, 2020
Post comments count0
Post likes count0

Connect to SharePoint using NodeJS

Developer Support

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

TeamSharePointNode.js
Feb 12, 2020
Post comments count0
Post likes count0

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).

TeamMarius RochonAzure Functions
Feb 12, 2020
Post comments count0
Post likes count0

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.

TeamAzureMarius Rochon
Feb 9, 2020
Post comments count1
Post likes count0

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.

Azure Key VaultAzure Virtual MachinesARM Template
Feb 7, 2020
Post comments count0
Post likes count0

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.

TeamAzureCognitive Services