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

Justin Yoo

Justin Yoo
Justin is a specialist manager at Deloitte Australia. He writes and speaks topics on any cloud related ones. He has been a Microsoft MVP since 2015.
Find me on:

Recent Posts

List of Access Keys from Output Values after ARM Template Deployment

Posted by Justin Yoo on 05 January 2018

Azure Functions, Logic Apps, Service Bus, ARM Templates, Application Insights, Cosmos DB, Storage Account, Blog, Technology

There are many cases that we need to retrieve access keys and/or endpoints of Azure resources, as soon as they are deployed through ARM templates. Typical uses cases are:

  1. To display those values in the outputs section of ARM templates,
  2. To get a reference to the outputs section of nested ARM templates from their...
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

SOAP over Azure API Management, Logic Apps and Functions

Posted by Justin Yoo on 11 December 2017

Azure API Management, Azure Functions, Logic Apps, WSDL, SOAP, WCF, Blog, Technology

When we work for a service integration project for a customer’s information systems, not all systems use cutting-edge technologies. Rather, still many information systems use legacy ways to get integration works done. For example, some legacy applications still drop files to a designated folder so that other...

Continue reading

Securing SAS Token from Azure Logic Apps

Posted by Justin Yoo on 07 December 2017

Azure API Management, Azure Functions, Logic Apps, SAS Token, Blog, Technology

When we are using Azure Logic Apps, especially HTTP trigger, their endpoint URLs are overwhelmingly long. Here is an example:

The...

Continue reading