#Github

Onprem Github and Devops Pipelines

Published at May 19, 2019 ·  2 min read

How to use github that’s not open to internet in Azure Pipelines Your organization has Enterprise Github on premises but it’s open only to your company network. Now you would like to use it with Azure Pipelines but DevOps can’t connect to it because DevOps runs in public cloud. What to do? Well, you can always use on-prem DevOps aka Azure DevOps Server. But if that’s not an option and you really want to use Azure Pipelines....


How to Schedule Posts With Azure

Published at January 12, 2019 ·  3 min read

Scheduling blog posts When starting this blog I chose to make static site with hugo and host it in netlify and use github as source control. As being static I wondered how to schedule blog posts like you can easily do in ie. Wordpress. I found this https://serverless.com/blog/static-site-post-scheduler/ blog post that tackled the problem with AWS. As mostly an Azure guy I thought, why not do it in Azure with Logic Apps...