

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
GitHub Actions Tutorial – Basic Concepts and CI/CD Pipeline with Docker
- Frank
- December 21, 2020
- ci cd
- DevOps
- GitHub
- GitHub Actions
- github actions ci cd example
- github actions ci example
- github actions ci/cd
- github actions course
- github actions crash course
- github actions docker
- github actions docker build
- github actions docker build and push
- github actions environment variables
- github actions example
- github actions java
- github actions runner
- github actions tutorial
- github actions workflow
- github ci
- what is github actions
TechWorld with Nana shows us around the basic concepts of GitHub Action and more in this video tutorial.
Read More
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
Getting Started with Azure Static Web Apps
- Frank
- August 11, 2020
- App Service
- Azure
- Azure App Service
- Azure Functions
- Azure Kubernetes Service
- Azure Static Web Apps
- Azure Storage
- Azure Storage Queues
- Azure Tips & Tricks
- Azure Tips and Tricks
- DevOps
- Functions
- GitHub
- GitHub Actions
- KETA
- Kubernetes
- Microsoft
- Microsoft Azure
- Scalability
- Static website
Learn how to get started with Azure Static Web Apps.
Read More
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
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
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
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