Showing results for November 2020 - Azure DevOps Blog

Nov 24, 2020
Post comments count0
Post likes count1

ARM Templates Or HashiCorp Terraform – What Should I Use?

Zachary Deptawa
Zachary Deptawa

There are many tools that can help tackle infrastructure as code including cloud or host agnostic options like HashiCorp Terraform as well as platform-specific options like Azure Resource Manager Templates. Which is right for you?

Azure & CloudDevOps
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
Nov 20, 2020
Post comments count0
Post likes count0

Top Stories from the Microsoft DevOps Community – 2020.11.20

Steven Murawski
Steven Murawski

Happy Friday! We've had a really strong week of content. Feast your eyes on these varied topics - from pipeline components and build agents, to working with Java or Go apps, to testing databases in your CI. Our community has something for everyone.

CommunityAzure & Cloud
Nov 20, 2020
Post comments count31
Post likes count0

Replacing “View YAML”

Matt Cooper
Matt Cooper

This sprint, we're replacing the "View YAML" experience. This is the feature which helps you migrate designer pipelines to YAML. The new version is more correct and covers more Classic Build features, which I'll cover in this post. It removes one useful quirk of the old implementation, so I'll share tips for anyone who depended on that quirk. The ...

CI/CD
Nov 19, 2020
Post comments count0
Post likes count0

Static Web App PR Workflow for Azure App Service using Azure DevOps Pt 2 (But what if my code is in GitHub)

Abel
Abel

In part 1, I walked you you through how to set up that sweet pull request workflow for Static Web Apps if your app if your app is in Azure App Service and your code and pipelines are in Azure DevOps. Now I show you how to do the same thing if your pipelines are in Azure Pipelines, but your code is in a GitHub repo.

CI/CDDevOpsAzure & Cloud
Nov 19, 2020
Post comments count2
Post likes count0

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
Nov 16, 2020
Post comments count0
Post likes count0

What’s New in Azure DevOps Docs For October?

Abel
Abel

Do you ever wonder what docs have been updated for Azure DevOps? We sure do, and now we track and report on it.

DevOpsAzure & Cloud
Nov 13, 2020
Post comments count0
Post likes count0

Top Stories from the Microsoft DevOps Community – 2020.11.13

Steven Murawski
Steven Murawski

Happy Friday everyone! We have some great community content covering testing (for both code and infrastructure), YAML definition tips, and security scanning. Enjoy and have a great weekend!

CommunityAzure & Cloud
Nov 12, 2020
Post comments count9
Post likes count0

Delivery Plans 2.0 Public Preview

Dan Hellem
Dan Hellem

Welcome to the public preview of Delivery Plans 2.0. We have added Delivery Plans into the core product and included some great new features like work items spanning iterations and stakeholder access. Give it a try today and let us know what you think.

AgileDevOps