Showing results for January 2020 - Developer Support

Jan 30, 2020
1
2

Azure DevOps Security API demystified

Developer Support
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
0
0

Start a SharePoint Workflow using REST

Developer Support
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
0
0

Accessing Azure Resource Consumption Data Using .NET

Developer Support
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
0
0

Flawless Demos using Git

Developer Support
Developer Support

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

TeamDevelopmentgit
Jan 21, 2020
0
0

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

Developer Support
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
0
0

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

Developer Support
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
Jan 16, 2020
0
0

Simplificando los pipelines de Azure DevOps con decoradores

Developer Support
Developer Support

Cuando se trata de DevOps, no faltan la cantidad de personalizaciones que las empresas necesitan. Desde entornos especializados hasta comprobaciones de calidad, cada empresa tiene su propia manera para determinar cómo es una implementación exitosa.

TeamAzureAzure DevOps