Showing category results for Git & Version Control

Jan 19, 2021
Post comments count0
Post likes count0

AzureFunBytes – Azure Migrations with Laurent Bugnion

Jay Gordon

Not all applications are born in the cloud, some are running in data centers across the globe. Moving them into the cloud should be something that excites you rather than looks like a challenge. This time, Laurent Bugnion joins me on AzureFunBytes to discuss how to begin your migration journey into Azure. Laurent and I spent a lot of time on the M...

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

AzureFunBytes – Modernizing Your Apps With Containers

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

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

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
Oct 23, 2020
Post comments count0
Post likes count0

Azure Web App Service and GitHub Actions (Video Tutorial)

Jay Gordon

The video should help provide you with a great start on using this service with your Azure Web App Service. Utilizing resources like GitHub actions can help you on your journey to becoming a Microsoft DevOps Certified Expert.

CI/CDGit & Version Control
Oct 15, 2020
Post comments count5
Post likes count0

Static Web App PR Workflow for Azure App Service Using Azure DevOps

Abel

The pull request workflow in Static Web Apps is super cool, but that only works for Static Web Apps and GitHub Actions.. This blog post walks you through how to implement the same PR workflow for Azure App Service using Azure DevOps

DevOpsAzure & CloudCI/CD
Aug 6, 2020
Post comments count33
Post likes count0

Azure Repos default branch name

Matt Cooper

Azure Repos added the ability to choose a default branch for new repositories.

Git & Version Control
Mar 19, 2020
Post comments count81
Post likes count1

Introducing the New Pull Request Experience for Azure Repos

Apeksha Awasthi

Try out Azure Repos' mobile-friendly and faster pull request experience with new features like adding required reviewers per pull request, comparing multiple iterations, and accepting suggested changes within the pull request!

DevOpsGit & Version Control
Mar 18, 2020
Post comments count0
Post likes count1

Supporting SHA-2 algorithm in SSH on Azure DevOps

Jimson Chalissery [MSFT]

With the release of OpenSSH 8.2 last month, connections to SSH servers using SHA-1 was disabled by default in the OpenSSH client. We understand that this move helps improve the security of SSH connections, by encouraging all users to adopt the SHA-2 class of algorithms, generally considered safer. However, this resulted in OpenSSH users not being a...

Azure & CloudGit & Version ControlSecurity
Feb 12, 2020
Post comments count5
Post likes count0

Introducing Scalar: Git at scale for everyone

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