Showing results for Package Management - Azure DevOps Blog

May 25, 2021
0
0

AzureFunBytes – Containers and Kubernetes with @brendandburns

Jay Gordon
Jay Gordon

This week I welcomed Kubernetes co-founder and Microsoft Corporate Vice President, Brendan Burns. Brendan has been there from the beginning and is kind enough to join the show to show off some of the power of using containers along with some new tricks found in Azure Kubernetes Service (AKS).

Azure & CloudDevOpsOpen Source
Mar 11, 2021
0
0

DevOps Fireside Chats Feb 2021 – Infrastructure as Code

Jay Gordon
Jay Gordon

Azure DevOps Fireside Chats is an opportunity to talk with DevOps professionals about a different subject every month. In February we discussed Infrastructure as Code (IaC). IaC helps codify your IT solutions allowing you to specify everything you need in a declarative manner. Watch a conversation between April Edwards, Jay Gordon, Steven Murawski...

Azure & CloudDevOpsCI/CD
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
Nov 19, 2020
2
0

AzureFunBytes Short – Azure Containers (Kubernetes, Container Instances, More)

Jay Gordon
Jay Gordon

A container virtualizes the underlying OS and causes the containerized app to perceive that it has the OS—including CPU, memory, file storage, and network connections—all to itself. Because the differences in underlying OS and infrastructure are abstracted, as long as the base image is consistent, the container can be deployed and run anywhere

Azure & CloudDevOpsCI/CD
Sep 15, 2020
5
0

Azure Artifacts billing changes coming October 2020

Helen Huang
Helen Huang

There are a few upcoming changes in October 2020 regarding the billing experience for all Azure Artifacts customers. The notable differences, starting October 5th, are around UI changes, a new storage drilldown feature, and changes within the usage limit tiers.

DevOpsPackage Management
Jul 24, 2019
15
0

Caching and faster artifacts in Azure Pipelines

Alex Mullans
Alex Mullans

I'm excited to announce the public previews of pipeline caching and pipeline artifacts in Azure Pipelines. Together, these technologies can make every run of your pipeline faster by accelerating the transfer of artifacts between jobs and stages, and by caching the results of common operations like package restores.

Package ManagementCI/CD