Showing category results for Open Source

Dec 28, 2020
Post comments count0
Post likes count0

AzureFunBytes – Modernizing Your Apps With Containers

Jay Gordon
Jay Gordon

In this video, learn how to manage containers for deployment, options for container registries, and ways to manage and scale deployed containers. We’ll learn why to use containers, the advantages, and even demo a container creation.

Azure & CloudDevOpsGit & Version Control
Dec 1, 2020
Post comments count0
Post likes count0

AzureFunBytes – DevOps on Azure with Donovan Brown

Jay Gordon
Jay Gordon

In this stream, Donovan Brown joins me to discuss the different methods of implementing DevOps on Microsoft Azure. We take a walk together through different workflows with GitHub Actions, Azure Web App Service, and more. Donovan helps me "rub some DevOps" on some deployment targets we'll spin up to ensure repeatable, reliable releases.

Azure & CloudDevOpsCI/CD
Nov 23, 2020
Post comments count0
Post likes count0

AzureFunBytes Short – Cloud Shell

Jay Gordon
Jay Gordon

The Azure Cloud Shell is one of my favorite things about using Azure. Many of the administrative tasks that I may have had to run from a local computer can now be done from a browser anywhere I can authenticate into my Azure account. I used to always worry about needing a computer that had a shell or a terminal program with my ssh key on it all the...

Azure & CloudDevOpsCI/CD
Feb 12, 2020
Post comments count5
Post likes count0

Introducing Scalar: Git at scale for everyone

Derrick Stolee
Derrick Stolee

Git is a distributed version control system, so by default each Git repository has a copy of all files in the entire history. Even moderately-sized teams can create thousands of commits adding hundreds of megabytes to the repository every month. As your repository grows, Git may struggle to manage all that data. Time spent waiting for to report mo...

Git & Version ControlOpen Source
Nov 11, 2019
Post comments count0
Post likes count0

Updates to the Git Commit Graph Feature

Derrick Stolee
Derrick Stolee

In a previous blog series, we announced that Git has a new commit-graph feature, and described some future directions. Since then, the commit-graph feature has grown and evolved. In the recently released Git version 2.24.0, the commit-graph is enabled by default! Today, we discuss what you should know about the feature, and what you can expect when...

Git & Version ControlOpen Source
Sep 26, 2019
Post comments count0
Post likes count0

Azure DevOps Demo Generator is now open source

Dave McKinstry
Dave McKinstry

The Azure DevOps Demo Generator is a community operated service that provisions template-based projects inside your Azure DevOps organization. Today we've published the source code for Demo Generator under the MIT License and welcome community participation. We've also enabled the ability to generate and use your own custom templates!

Open SourceAzure & CloudCommunity
Aug 6, 2019
Post comments count0
Post likes count0

A Deep Dive into Git Performance using Trace2

Jeff Hostetler
Jeff Hostetler

A deep dive into using the new Git Trace2 feature to study Git performance problems on very large repos.

Git & Version ControlOpen Source
Jul 22, 2019
Post comments count3
Post likes count0

Bring your GitHub collaborators to Azure DevOps

Jimson Chalissery [MSFT]
Jimson Chalissery [MSFT]

Today we’re announcing the next step in the journey of making Azure DevOps and GitHub work great together. If you are an admin, sign into Azure DevOps with your GitHub identity, and you can now invite your GitHub team members.

CommunityOpen SourceAdmin & Licensing
May 15, 2019
Post comments count0
Post likes count0

Exploring new frontiers for Git push performance

Derrick Stolee
Derrick Stolee

In previous posts I've talked about performance improvements that our team contributed to the Git community. At Microsoft, we've been pushing Git to its limits with the largest and busiest Git repositories on the planet, improving core Git as we go and sending these improvements back upstream. With Git 2.21.0 and later you can take advantage of a n...

Git & Version ControlOpen Source
May 8, 2019
Post comments count4
Post likes count0

Signing into Azure DevOps using your GitHub credentials

Rajesh Ramamurthy
Rajesh Ramamurthy

Today, we are enabling developers to sign in with their existing GitHub account to Microsoft online services, on any Microsoft log in page. Using your GitHub credentials, you can now sign in via OAuth anywhere a personal Microsoft account does, including Azure DevOps and Azure.

Azure & CloudOpen Source