Category Archives for Git
Azure Git Publishing–Mind Your File’s Build Action
I have a small web site running in Azure for coordinating a camping trip for my daughter’s school. Publishing the site to Azure is done via the handy Git publishing feature which I covered in this previous post (look towards … Continue reading
Using WebMatrix to Build a Node.js Application That Targets SQL Azure
Mixing and matching Microsoft and non-Microsoft technologies has never been easier and in this post, we going to do just that. We’re going to build a Node.js application that serves up data from SQL Azure using a REST endpoint. We’ll … Continue reading