Showing category results for CI/CD

Dec 9, 2020
Post comments count0
Post likes count0

Azure DevOps Shorts: Azure Sentinel and AKS

Jay Gordon

Microsoft Azure Sentinel is a scalable, cloud-native, security information event management (SIEM) and security orchestration automated response (SOAR) solution. Azure Sentinel delivers intelligent security analytics and threat intelligence across the enterprise, providing a single solution for alert detection, threat visibility, proactive hun

Azure & CloudDevOpsCI/CD
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
Nov 20, 2020
Post comments count31
Post likes count0

Replacing “View YAML”

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

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

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