Showing results for Open Source - Azure DevOps Blog

Feb 16, 2021
0
0

AzureFunBytes – Dapr on Azure

Jay Gordon
Jay Gordon

AzureFunBytes - Dapr on Azure Each week on AzureFunBytes, we dive into the tools and products that make up the foundations of using Azure. This week we dive into microservices and how our distributed applications can thrive on Azure. One tool that really helps drive productivity and helps developers build reliable and resilient applications is D...

DevOpsAzure & CloudAgile
Feb 10, 2021
3
0

The Azure DevOps Demo Generator

Damian Brady
Damian Brady

The Azure DevOps Demo Generator is a fantastic tool that can help you provision Azure DevOps projects complete with sample data or a starting point for a new project. I recently sat down with Nagaraj Bhairaji from the team that built the tool.

Azure & CloudDevOpsOpen Source
Feb 8, 2021
0
0

DevOps Fireside Chats – January 2021 – New Year, New DevOps with #LoECDA

Jay Gordon
Jay Gordon

Welcome to our series of DevOps Fireside chats on LearnTV. These monthly conversations are focused on providing you with a direct line to the Azure Advocates and other DevOps professionals to ask questions about your pressing DevOps needs. Each month you'll have a new topic the panel will cover! DevOps evolves a lot in an organization, but how doe...

DevOpsAzure & CloudCommunity
Feb 4, 2021
0
0

AzureFunBytes – Terraform and Azure

Jay Gordon
Jay Gordon

Azure Cloud Advocate Zachary Deptawa joins me again! This time we'll dive a bit deeper into Terraform! Zachary has a ton more information to share about how to deploy your applications using HashiCorp Terraform along with Microsoft Azure. Join us with your questions and learn even more fundamentals. AzureFunBytes! - Byte-sized content with a ...

Azure & CloudDevOpsCI/CD
Dec 28, 2020
0
0

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

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

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
5
0

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

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