GitHub Actions

Azure DevOps

GitHub Actions on Azure Stack Hub

Azure Stack Hub is now supporting various GitHub Actions. GitHub Actions enable developers to create custom software development life cycle (SDLC) workflows. With GitHub Actions for Azure Stack Hub, users can create workflows to build, test, package, release and deploy to an Azure Stack Hub Environment directly from their GitHub repository. For More Information:  Azure […]

Read More
Developer DevOps

Deploying .NET Core apps to Azure with GitHub Actions

GitHub Actions makes it easy to automate all your software workflows. Tim Heuer joins Scott Hanselman to saunter through the process of deploying .NET Core apps to Azure using GitHub Actions. Index: [0:00:00]- Overview [0:00:19]- Project setup [0:04:02]- Configuring the workflow [0:07:29]- Build job – setting up the environment [0:13:18]- Build job – configuring the […]

Read More
Azure DevOps

Deploying to Azure with GitHub Actions

GitHub Actions lets you take code in your GitHub repository and add automation around it.  You can create workflows that respond to issue comments, handle pull requests, or perform CI/CD on macOS, Windows and Linux.  It’s easy to create workflows that build your code to validate pull requests or deploy it when you create a […]

Read More
AI DevOps

CI/CD with GitHub Actions for MLOps

In this video, you’ll learn how you can use Azure Event Grid, Azure Machine Learning and Github Actions to create a continuous integration and continuous deployment workflow. You’ll see how to automate the model training and model deployment process end to end. Time Index: [00:45] Intro [01:09] Demo – Continuous integration steps [04:43] Demo – […]

Read More
Azure DevOps

Terraform using GitHub Actions

In this video, Abel sits down again with April Edwards to talk about using GitHub Actions to deploy infrastructure using Terraform. April walks through the process of taking code that is already sitting in GitHub and deploying infrastructure by using Terraform, and all of the custom actions and workflows that have been created for you.

Read More
Developer DevOps

GitHub Actions

In this video, Aaron Powell introduces us to GitHub Actions, which give you the ability to automate your software workflows, including CI/CD, all within your GitHub repository. Resources: GitHub Actions documentation Trivia-API repository 

Read More