Cloud & Engineering

We regularly write about our technical experiences (good and bad) and what we're learning from the market.

  • There are no suggestions because the search field is empty.

Tags

Swift Service Fabric Deployments with PowerShell

Posted by Dan Toomey on 05 March 2019

Azure, Azure Service Fabric, Development, Azure PowerShell, DevOps, Microsoft Azure

A few weeks ago I had the great privilege of presenting a 60 minute breakout session at Microsoft Ignite | The Tour in Sydney. It was thrilling to have over 200 people registered to see my topic “Seamless Deployments with Azure Service Fabric”, especially in the massive Convention Centre. 

In the session I...

Continue reading

Testing ARM Templates with Pester #2 – Azure CLI

Posted by Justin Yoo on 11 July 2018

Architecture, VSTS, ARM Templates, Azure PowerShell, Testing, Pester, Blog, Technology, Azure CLI

In my previous post, Testing ARM Templates with Pester #1 – PowerShell, I showed how to test behaviours ARM template deployment without actual deployment. At the end of the post, I also briefly mentioned how we can integrate this testing into our CI/CD pipeline. However, I was actually asked many times how I did it on

Continue reading

Dynamic Access to Azure Functions Keys without KUDU Dependencies

Posted by Justin Yoo on 15 December 2017

Azure Functions, Azure PowerShell, KUDU, Secret Keys, Blog, Technology

I was asked by a previous client whether there would be a way to access to individual function keys, host keys and master key of an Azure Functions app instance without visiting Azure Portal. Because they wanted to use Azure Functions for their CI/CD pipeline with Deployment Gates, they would need direct access to...

Continue reading