Showing results for DevOps - Developer Support

Jun 2, 2019
0
0

How to fetch a user’s profile from Azure Active Directory using PowerShell

Developer Support
Developer Support

On my recent journey helping customers migrate from TFS to VSTS; one of the most common obstacle is verifying that users marked for active import to VSTS have matching AAD records. Thankfully there is a fairly streamlined way to do this using PowerShell and the Azure Graph API.

TeamDevOpsVSTS
Jun 1, 2019
0
0

Migrating a repo from Bitbucket to Azure DevOps

Developer Support
Developer Support

Migrating from Bitbucket to Azure DevOps is a quick and easy process. Once your code is in DevOps, you’ll have access to all the powerful services Azure has to offer.

TeamAzure DevOps
May 22, 2019
0
0

Enabling DevOps in A Hybrid Cloud Environment at DoD

Developer Support
Developer Support

Learn how DoD leverages Azure DevOps to promote code from higher information level (IL) environment from a lower IL environment using Microsoft-Hosted and Self-Hosted Agents.

TeamAzure DevOps
May 20, 2019
0
0

Conflicting Principles; DevOps VS ITIL.

Developer Support
Developer Support

On the surface DevOps and ITIL seem to be contradictory practices, with the former being more used in development work and the latter being more used for services/operations. However, if we drill down into their fundamentals you will find that DevOps cannot exist in its entirety without a framework such as ITIL.

TeamDevOps
May 19, 2019
3
0

Using Azure DevOps REST API with Node.js to retrieve repo permissions

Developer Support
Developer Support

In this post, we will show you how to retrieve Azure DevOps permissions using the REST APIs with NodeJS. You can use this as a starter to consume other Azure DevOps REST APIs as documented at https://docs.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-5.0.

TeamAzure DevOps
May 14, 2019
14
0

Azure DevOps Pipelines: Leveraging OWASP ZAP in the Release Pipeline

Developer Support
Developer Support

As part of an organization’s automated Release pipeline, it is important to include security scans and report on the results of these scans. One tool used in the industry is the OWASP Zed Attack Proxy (ZAP).

TeamAzure DevOpsAzure Container Service
May 12, 2019
0
0

Adding Authentication to Your App Easily with Azure AD

Developer Support
Developer Support

Secure your applications with Microsoft Identity Platform couldn't be any easier. In this blog, we’ll walk through very quick steps to help you start experimenting with authentication capabilities using Azure AD identities.

TeamAzure AD
May 10, 2019
0
0

Building a better DSC script

Developer Support
Developer Support

For those people that want to build a better DSC script, one that checks for most conditions and wants to keep their custom scripts from failing with no error handling, check out these recommendations.

TeamDevOpsDSC
Apr 23, 2019
0
0

Using Azure DevOps to Deploy Web Applications to Virtual Machines

Developer Support
Developer Support

While it’s worth mentioning that hosting web applications using Azure PaaS offerings or via containers would be the preferred route for a variety of reasons, VMs are still widely used in many organizations. With that scenario in mind, this post is geared to helping you get started with streamlining your release process. As a note, much of this process translates easily to using Azure PaaS offerings.

TeamDevOpsAzure DevOps
Apr 20, 2019
0
0

Tips on Starting DevOps Projects

Developer Support
Developer Support

DevOps uses Agile principles and combines infrastructure, development, QA, and operations engineers together through the entire cycle of software development, deployment, and support, eliminating many of the silos between teams. Most importantly, DevOps improves communication and enables better collaboration, helping enterprises to bring products and innovation to market much more rapidly.

TeamDevOpsAgile