JHauge's blog
Philosophy major turned web developer
Home
All posts
About
Tags
Devops
05
Apr 2021
Appsettings and Application Secrets in Azure Functions
No real world app without application-settings and -secrets. You will invariably need some settings defining stuff like...
09
Aug 2020
Deploy Azure Functions App
I always prefer to set up hosting environments and build/deploy pipelines right after creating a new project. In my exp...
02
Aug 2014
Deploying an Umbraco Website with Webdeploy
Disclaimer: This is mostly a feeble attempt to hold on to my sanity, after wrestling with Web Deploy a.k.a msdeploy ove...
30
Nov 2013
Using Package Restore in Umbraco Projects
If you often base your Umbraco projects on the UmbracoCms Nuget package, and you'd rather _not_ include the umbraco fil...
15
Nov 2013
Configuring a nodejs Website on Azure
Creating and deploying a nodeJS based website to Windows Azure is really easy, and can be done with no other tools than...
04
Dec 2011
Using MSBuild in Umbraco projects
In this blog post I'll explain how MSBuild can be used in the .csproj file of the Web application to set up a deploymen...
20
Nov 2011
Umbraco Visual Studio Transforms
In my last blogpost I outlined some of the problems connected with doing team development on Umbraco Projects. A lot o...