This is an [Azure Function], written in Javascript, that makes calls into [Azure Key Vault] to grab the value of a secret stored there. The function makes use of the [Managed Service Identity] feature ...
18 March, 2014. It was a Tuesday. Every now and then I need to have a method support 2 or 3 arguments, providing a default value for one of them if only 2 are specified. My typical solution is to ...