GitHub Actions

GitHub actions and static content

GitHub actions and static content

19 Apr 2021 Talk

Chris is a podcaster ('Hoster') in his own right with his 'Cloud with Chris' show (https://www.cloudwithchris.com/) . On this episode he talks to us about using GitHub Actions for processing of static file content (like you have on a Podcast for example).

Automation DevOps GitHub GitHub Actions
#GlobalAzure 2021 - How GitHub Actions can help in building and deploying a static site and more

#GlobalAzure 2021 - How GitHub Actions can help in building and deploying a static site and more

17 Apr 2021 Talk

Chris is the producer and host of his podcast CloudWithChris.com. He uses GitHub to version control the site's source code, GitHub Actions to build and deploy the site to Azure and other clouds, and GitHub Issues/Boards to plan the episode backlog. In this session, we'll explore how GitHub can be used to deploy your own workloads to Azure.

Deployment DevOps GitHub GitHub Actions Static Content
#GlobalAzure​ 2021 - Using Hugo, Azure Storage and Azure CDN for a cheap & performant site on Azure

#GlobalAzure​ 2021 - Using Hugo, Azure Storage and Azure CDN for a cheap & performant site on Azure

16 Apr 2021 Talk

We often hear about Kubernetes, App Services, Virtual Machines and more. But did you ever think about using Azure Storage to host your sites? The Static Content Hosting pattern is a cost-effective way to host your sites, combined with a CDN can be incredibly performant! Chris will show how he uses these patterns, along with GitHub Actions to deploy and maintain his CloudWithChris.com podcast.

Azure Storage Deployment DevOps GitHub GitHub Actions Static Content
How GitHub Actions can help in building and deploying a static website and more

How GitHub Actions can help in building and deploying a static website and more

6 Apr 2021 Talk

Chris is a Cloud Solution Architect at Microsoft. He'll explore how GitHub Actions can be used to deploy your own static sites (or other apps!) to Azure.

Deployment DevOps GitHub GitHub Actions Static Content
How GitHub can help in planning, building and deploying a Podcast/Blog site

How GitHub can help in planning, building and deploying a Podcast/Blog site

18 Mar 2021 Talk

Chris is the producer and host of his podcast CloudWithChris.com. He uses GitHub to version control the site's source code, GitHub Actions to build and deploy the site to Azure and other clouds, and GitHub Issues/Boards to plan the episode backlog. In this session, we'll explore how GitHub can be used to deploy your own workloads to Azure

Deployment DevOps GitHub GitHub Actions Static Content
How GitHub Actions can help in building and deploying a static website and more

How GitHub Actions can help in building and deploying a static website and more

6 Mar 2021 Talk

Chris is a Senior Azure Engineer at Microsoft. He'll explore how GitHub Actions can be used to deploy your own static sites (or other apps!) to Azure.

Deployment DevOps GitHub GitHub Actions Static Content
GitHub Codespaces, Visual Studio Code and Remote Containers

GitHub Codespaces, Visual Studio Code and Remote Containers

Imagine the scenario. You're a developer and you need to go and build some code. You need to install a number of dependencies, a code editor and perhaps a number of frameworks, only to find the code still doesn't compile on your machine. Probably because you're missing some frameworks or libraries. We've all been there. But perhaps, we don't have to be there. Stick around in this episode as we talk about Visual Studio Code, The Remote Containers Extension and GitHub Codespaces and how all of these can help solve that challenge.

Containers Development DevOps GitHub GitHub Actions GitHub Codespaces Visual Studio Code
GitHub Issues and GitHub Discussions

GitHub Issues and GitHub Discussions

In this episode, we'll be taking a look at GitHub Issues and GitHub Discussions which recently came out at GitHub Universe. Interested? Then stick around as we find out more about both of these topics!

GitHub GitHub Actions GitHub Discussions GitHub Issues
GitHub Universe and GitHub Actions Deployments

GitHub Universe and GitHub Actions Deployments

In this episode, we're going to be taking a slight detour away from GitHub actions and focus on some of the announcements from GitHub universe last week. We're going to explore them both from the announcements, and also take a look at some of those features that have already been released. Stay tuned!

.NET Core App Service DevOps GitHub GitHub Actions GitHub Discussions Manual Approvals
GitHub Actions and Azure - Deploying .NET Core code to Azure App Service

GitHub Actions and Azure - Deploying .NET Core code to Azure App Service

You have your .NET Core code. You have your application infrastructure ready. Now, it's time for us to deploy that application to Azure using GitHub Actions!

.NET Core App Service DevOps GitHub GitHub Actions