Showing category results for CI/CD

Jan 11, 2021
Post comments count0
Post likes count0

AzureFunBytes – A Guide to Skills Measured for the Azure Fundamentals Exam (AZ-900)

Jay Gordon

Who takes the AZ-900? Well let's be honest, there's no "one type" of person that takes this exam because our world has more than one type of person, period. People in all different roles can take this exam in order to really show what they have been learning.

Azure & CloudDevOpsCommunity
Dec 23, 2020
Post comments count0
Post likes count0

Using Azure Machine Learning from GitHub Actions

Damian Brady

Azure Machine Learning is the ideal product to help you mature your machine learning process with MLOps. Even better, it integrates very easily with GitHub Actions, enabling you to train your models automatically when your code changes.

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