From 9f61d49878da10fe2e370b21ba7d1b9bd0c814fc Mon Sep 17 00:00:00 2001 From: Dan Bennett Date: Tue, 29 Dec 2020 08:50:13 -0600 Subject: [PATCH] Update readme.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e86aede..40bf4b8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # el-em -Microsoft Expression Language Emulator +A browser based Emulator for [Microsoft Expression Language](https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference#uriComponentToBinary) - used in Power Automate, Logic Apps and Azure Data Factory. + +The intent of the emulator is for new users to quickly build and try Expression Language statements without having to run their flow/app/pipeline first. + +The emulator requires nothing server side and can be hosted statically: for example at [nonodename.com](https://nonodename.com/el) + +Microsoft: I'd be very happy for you to pick this up and embed in the relevant authoring environments. Please get in touch if interested.