Showing tag results for Team

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 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
Jan 30, 2020
Post comments count1
Post likes count2

Azure DevOps Security API demystified

Developer Support

In Azure DevOps, you can manage your security for a given team or group using the Permissions module. In this example, the API New Team has inherited and granted permissions. The “Allow permissions to view project level information” has been granted explicitly, while the permissions to delete, edit and manage projects has been inherited...

TeamAzure DevOpsSecurity
Jan 29, 2020
Post comments count0
Post likes count0

Start a SharePoint Workflow using REST

Developer Support

This post will give an example of starting a SharePoint workflow using the REST API. The gd-sprest library was recently updated to include the SharePoint Workflow REST API endpoints, which we will be using for this example.

TeamSharePointREST
Jan 29, 2020
Post comments count0
Post likes count0

Accessing Azure Resource Consumption Data Using .NET

Developer Support

I thought it would be helpful to show you how you can access your Azure resource consumption data via .NET. Having access to this data at the code level can allow ways to do other things if a budget limit is reached for a particular resource.

TeamAzureAzure Consumption
Jan 23, 2020
Post comments count0
Post likes count0

Flawless Demos using Git

Developer Support

Premier Consultant Andrew Charbonneau explains how he conducts flawless demos with help of Git.

TeamDevelopmentgit
Jan 21, 2020
Post comments count0
Post likes count0

Using Azure Cognitive Services Text Analytics API Version 3 Preview for Sentiment Analysis

Developer Support

In this blog, I will demonstrate how Text Analytics API Version 3 Preview of the Microsoft Azure Cognitive Services can be used to analyze large unstructured data. This analysis aims to understand the sentiments expressed in a solicited public comment process and determines the degree of the positivity or negativity of the comments.

TeamAzureCognitive Services
Jan 20, 2020
Post comments count0
Post likes count0

Understanding how to port your ASP.NET web apps to ASP.NET Core

Developer Support

There are several reasons that developers and architects may consider moving to ASP.NET Core. In this post, learn all the considerations when planning an upgrade from ASP.NET to ASP.NET Core.

Teamasp.netasp.net core