All Projects → shanepeckham → Cadscenario_personalisation

shanepeckham / Cadscenario_personalisation

Licence: mit
This is a end to end Personalisation business scenario

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Cadscenario personalisation

CADLab Loyalty
This is a end to end Loyalty business scenario
Stars: ✭ 21 (+110%)
Mutual labels:  iaas, paas, azure-functions, cognitive-services
Serverless Graphql Workshop
GraphQL and Serverless workshop
Stars: ✭ 70 (+600%)
Mutual labels:  serverless, azure, azure-functions
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (+2460%)
Mutual labels:  azure, paas, iaas
Serverless Url Shortener
Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
Stars: ✭ 113 (+1030%)
Mutual labels:  serverless, azure, azure-functions
Azure Functions Python Samples
Azure Functions Python Sample Codes
Stars: ✭ 266 (+2560%)
Mutual labels:  serverless, azure, azure-functions
Batch Shipyard
Simplify HPC and Batch workloads on Azure
Stars: ✭ 240 (+2300%)
Mutual labels:  serverless, azure, azure-functions
25 Days Of Serverless
Repository responsible for 25 days of Serverless challenges
Stars: ✭ 400 (+3900%)
Mutual labels:  serverless, azure, azure-functions
Serverlesslibrary
Source code for the Azure Serverless Community Library
Stars: ✭ 119 (+1090%)
Mutual labels:  serverless, azure, azure-functions
Serverless Azure Functions
Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
Stars: ✭ 213 (+2030%)
Mutual labels:  serverless, azure, azure-functions
Azure Function Express
⚡️Allows Express.js usage with Azure Functions
Stars: ✭ 146 (+1360%)
Mutual labels:  serverless, azure, azure-functions
Jazz
Platform to develop and manage serverless applications at an enterprise scale!
Stars: ✭ 254 (+2440%)
Mutual labels:  serverless, azure, azure-functions
Azure For Developers Workshop
The Azure cloud is huge and the vast service catalog may appear daunting at first, but it doesn’t have to be!
Stars: ✭ 38 (+280%)
Mutual labels:  cognitive-services, azure, azure-functions
Serverless Microservices Reference Architecture
This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.
Stars: ✭ 270 (+2600%)
Mutual labels:  serverless, azure-functions
Appservice Acmebot
Automated ACME issuer for Azure App Service (Web Apps / Functions / Containers)
Stars: ✭ 281 (+2710%)
Mutual labels:  azure, azure-functions
Grant
OAuth Proxy
Stars: ✭ 3,509 (+34990%)
Mutual labels:  serverless, azure
Cqrs
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Stars: ✭ 310 (+3000%)
Mutual labels:  serverless, azure
Cloud Custodian
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Stars: ✭ 3,926 (+39160%)
Mutual labels:  serverless, azure
Cli
CLI tool for dead-simple serverless Docker deployments on managed Kubernetes services. A self-hosted PaaS. ⚡️
Stars: ✭ 400 (+3900%)
Mutual labels:  serverless, paas
faaskit
A lightweight middleware framework for functions as a service
Stars: ✭ 24 (+140%)
Mutual labels:  azure, azure-functions
Faas
OpenFaaS - Serverless Functions Made Simple
Stars: ✭ 20,820 (+208100%)
Mutual labels:  serverless, paas

CAD Customer Personalisation Business Scenario Lab

What is it?

This repository will provision an environment that may be used as a Lab to build an end to end scenario that does the following:

  • Place an online order on an eCommerce web site
  • Place an order with a chatbot running on an Azure Bot Service web site
  • Query and create orders on our legacy on-prem Order system
  • Detect the language that the customer engages with Bot Service on
  • Mail the user with order confirmations and follow ups in their preferred language

What does it showcase?

This solution brings together Infrastructure as a Service (IaaS), Platform as a Service (PaaS), Software as a Service (SaaS) and Serverless components on Microsoft Azure to build a realistic end to end scenario to provide a personalised service to customers. Furthermore, the democratization of AI is tied in by incorporating Cognitive Services to perform language detection and dynamic translation.

The end to end scenario

This solution will allow a customer to place an order for a coffee in a multi-channel online store, via website or a chat bot. The language that the user engages with the chat bot on will be determined and stored as personal preferences against the user's record in a locked down legacy database. Future correspondence and order confirmations will be in the customer's preferred communication language.

The solution aims to show the following:

  • How legacy lift and shift applications on IaaS can be incorporated into modern solutions to quickly derive value from higher value services in the cloud.
  • How non-API enabled legacy workloads can be modernised.
  • The ease with which On-premise, public and private components may be brought together to build workloads that bring business value
  • The meshing of IaaS, PaaS, SaaS, Serverless and AI with tools that are accessible to non-developers
  • OSS workloads running on Azure
  • How Logic Apps can parse and apply JSON schemas to mixed datasources on the fly

Technology used

The following technology components are used in this solution:

  • Bot Service running on App Service (PaaS)
  • eCommerce online store built with Java running on Azure App Services (PaaS)
  • Ubuntu running a legacy mysql database (IaaS)
  • Azure networking to isolate legacy workloads (IaaS)
  • Azure virtual network Gateway to provide point to site connectivity
  • Serverless components to serve as a proxy between the IaaS legacy database and the PaaS layer (Serverless)
  • Azure logic apps to provide serverless integration that is accessible to non-developers (Serveless)
  • Microsoft Cognitive Services to detect language and translation in real time
  • Azure Resource Manager templates to automate the provisioning and inflation of a full environment

Solution flow

alt text

The Lab component

This solution will install and configure all of the components required to build the end to end Personalisation scenario. The Lab attendees just need to apply a few configuration changes and wire everything together in a Logic App.

Preparing for the solution

For this Lab you will require:

How to install the solution

1. Provisioning the components: Select Deploy to Azure to deploy to your Azure instance that you are currently logged in to.

Select or create a Resource Group to deploy to and the only parameter you need to change is the Deployment Name - give it any name of 12 characters or less as it will be used to generate a hash to ensure your site names are unique. Make a note of the Deployment Name and Resource Group you have deployed to as we will need them again.

Note, you can always get the parameters for a deployment by clicking on Resource Groups --> [Resource Group] --> Deployments --> [Deployment] - here you can see status and parameters.

This will take roughly 30 minutes as this will provision:

  • Two VNETs
  • A virtual network Gateway
  • An Ubuntu VM and place in inside the VNET isolated with NSGs
  • A Bot Service chat bot running on App Services
  • An App Service Web app (eCommerce site) and deploy a Java shopping experience on it
  • An App Service serverless function as part of a App Service plan so that it can be connected to the virtual network Gateway
  • Storage accounts to house the VM VHD, the Function logging and the App Service logging

2. Now we will deploy the Serverless proxy code and the Bot Service code - Select Deploy to Azure

Make sure you have the same Deployment Name as for the first deploy and ensure you deploy to the same resource group, see image below:

See the image below:

alt text

This will take roughly 5 minutes as this will:

  • Deploy a number node.js functions to connect directly to a remote mysql instance
  • A node.js chat bot shopping experience

3. Install the legacy database on the VM and enable connectivity

We could deploy this script as a custom script extension on the VM but that will complicate troubleshooting in a lab scenario so we will manually connect to the machine and run the build script, it is a single install script that will set up everything required.

Navigate to your VM, the default name will be comvmmmm[hash] and navigate to the Overview blade and copy the value in the field Public IP Address/DNS label, see below:

alt text

We will now ssh onto the machine using Bash for Windows on Windows 10, or putty or just plain old terminal on a mac or Linux.

alt text

  • Select yes to the message "Are you sure you want to continue connecting"
  • Type in password MiniCADAdmin123 - note this is hardcoded in the deploy
  • Paste the following in the command line: git clone https://github.com/shanepeckham/CADScenario_Personalisation.git
  • Now type cd CADScenario_Personalisation
  • Now type bash installVM.sh
  • Upon completion you will see a screen similar to that below, with the final status 'Active Internet Connections'

Here you will now see that our legacy database is running on IP 10.1.0.4 port 3306 within our VNET.

alt text

4. Connect the Serverless proxy to the VNET via the virtual network Gateway

Navigate to the Function component provisioned within Azure, its name will be generated by default with the following format commSQL[hash].

If all has provisioned correctly you should see that 4 functions have been created, namely:

  • AddNewCustomerOrder - this will upsert a customer and create an order
  • GetCustomer - this will get a customer record and requires the customerId as input
  • GetOrder - this will get an order record and requires the orderId as input
  • GetOrderByCustomerId - this will get a customer's order by the customerId as input

Note what these functions do as they will be required in the hands-on Lab component.

Click on 'Function app settings' on the bottom left of the screen, see below:

alt text

This will navigate you to settings page, now select 'Go To App Service Settings' see below:

alt text

Now select 'Networking', see below:

alt text

Now select 'Setup' in the VNET Integration section, see below:

alt text

Now select the VNET connection that we provisioned, it will have the default name legacycommvnet[hash]. If you have many connections just look at the top navigation history and you will see the correct hash prefix, see below:

alt text

This will take around a minute and once complete you should see the legacycommvnet[hash] virtual network as a connection, see below:

alt text

Now we can go and check whether our Serverless Function proxy can connect to the legacy database running on 10.1.0.4:3306. Click on 'Console', see below:

alt text

In the console type tcpping 10.1.0.4:3306 You should get a successful connection which means our Serverless proxy can now retrieve and update data from the legacy database running on the isolated VNET on behalf of our chat bot and eCommerce web site, see below:

alt text

Now we can go test a method to check whether all is working as planned. Navigate back to the code view of the Function and select method 'GetCustomer'. Expand the menu on the right of the page to gain access to the test pane, see below:

alt text

Select the Test item and enter the following in the 'Request Body' section and select run, see below:

{ "customerId": "1" }

alt text

You should see the result "[email protected]" in the logs below if successful, you might get an error as illustrated below upon first invocation but if you run it again the error should not appear again.

2017-03-29T12:45:49.621 Retrieving a single customer
2017-03-29T12:45:54.595 SELECT * FROM customers where customerId = "1"
2017-03-29T12:45:54.627 Function completed (Failure, Id=88f13e38-3867-4f0c-a6aa-d29e1330b309)
2017-03-29T12:45:54.646 Script for function 'GetCustomer' changed. Reloading.
2017-03-29T12:45:54.783 RowDataPacket {
  customerId: 1,
  emailAddress: '[email protected]',
  preferredLanguage: 'English' }
2017-03-29T12:45:54.955 Exception while executing function: Functions.GetCustomer. mscorlib: ReferenceError: res is not defined
    at module.exports (D:\home\site\wwwroot\GetCustomer\index.js:28:24)
    at D:\Program Files (x86)\SiteExtensions\Functions\1.0.10841\bin\azurefunctions\functions.js:93:24.

When you run it again you should see the following, if successful:

alt text

5. Check the eCommerce website is up and running and serving customers

Navigate back to your Resource Group and select your provisioned eCommerce website, it will have a default name of commcoffee[hash]. Now select Browse, see below:

alt text

This will open a new page and start up your Java eCommerce site. Have a look around, you can order 1 of 4 coffees but we have not yet wired up the web site to the ordering process, we will do this in the hands-on Lab component. The Web site requires an application setting called 'logicAppURL' with the value of the Logic App endpoint which we will create in the hands-on Lab component.

See below:

alt text

6. Activate the Bot Service and check the code has deployed

CAVEAT: At the time of writing the Bot Service is still in preview and is therefore prone to all manner of stability issues and unpredictability.

Navigate back to your Resource Group and select your provisioned Bot Service App Service App, it will have a default name of commcombot3[hash]. Now select it and you will be navigated to the setup screen where you will register the Bot App Id so that it can be added to other channels if required, see below:

alt text

Click 'Create Microsoft App Id and Password'. This will open up a new window where you will register your Bot App Id. Select 'Generate an app password to continue', see below:

alt text

This will open up a popup with your password in, copy this value for immediate reuse. Note, it only appears this once. Click 'Finish and go back to Bot Framework'. Paste your password in the entry box.

Now select 'NodeJS' in the Choose a Language section and select 'Basic' in the Choose a Template section (at the time of writing this a necessary step even though our code will overwrite these settings) and click 'Create Bot', see below:

alt text

This will take roughly 2-3 minutes, once complete you will be navigated to the code view of the Bot. If all has provisioned correctly you will see the status 'Edit continuous integration'. Click on settings to check the status of the code deploy, see below:

alt text

Now click on the 'Edit' dropdown on the right of the screen in the Continuous Integration section, see below:

alt text

This will open the Continuous Integration menu. Here you can see the status of the code deploy, see below. Select the Configure Continuous Integration button.

alt text

This will open a blade on the right which will display the status of the deployment source and latest commit, see below:

alt text

Now click on the latest commit, it will open another blade with a 'Redeploy' button, select it. See below:

alt text

If you navigate back to the code view you should now see the first question "What is your email address?" with the chat emulator loaded to the left. See below:

alt text

Like the coffee website, the chat bot requires an application setting called logicAppURL that maps to the endpoint of the Logic app that will be created in the hands-n Lab component.

The hands-on Lab component

SPOILER ALERT - this is the full solution, so only look here if you get stuck!

The data model

Both the website and the chat bot will take a customer order and provide us with a json request like the following:

{   "emailAddress": "[email protected]",
    "preferredLanguage": "French",
    "product": "Latte",
    "total", "$3,45"
}

Registering a Logic App endpoint with the website and the chat bot

Create a new Logic App within your Resource Group and in the same location as your other components.

The first thing we want to do is create a HTTP Request-Response Step, click save - you will receive an endpoint upon save - copy this value, see below:

alt text

Select 'Use this template'

alt text

Now click Save and copy the endpoint

alt text

Navigate back to your Resource Group and select your provisioned eCommerce website, it will have a default name of commcoffee[hash]. Select 'Application Settings' and scroll down to 'App Settings' section, add a key with the following value:

logicAppURL

Next add your Logic App endpoint that you copied into the value field, see below:

alt text

Click Save. Click on 'Overview' and press the 'Restart' button. See below:

alt text

Now we can test the Web app <--> Logic App connectivity

Navigate to your web site, select 'Order now' on your coffee of choice, enter an email address and select 'Place Order'. An Order Confirmation message will be displayed on your website. Now we can navigate to the Logic App to see if our web site sent it a request - all triggered runs history can be seen in the 'Overview' section. See below:

alt text

You should see a succeeded run which you can drill own to see the inputs, confirm these match what you ordered.

alt text

You should see the values we sent in the Request Body:

{
  "coffeeType": "Espresso",
  "total": "3.75",
  "emailAddress": "[email protected]",
  "preferredLanguage": "Hello there"
}

Note: The website is hard coded to send "Hello there" for every order, you can add a field to capture customer comments to the website, we will instead focus on the chat bot as our primary ordering system.

Now we can setup and test the chatbot app <--> Logic App connectivity

Navigate back to your Resource Group and select your provisioned Bot Service App Service App, it will have a default name of commcombot3[hash]. Click on Settings in the top menu, see below:

alt text

Click on 'Open' in the 'Application Settings' section, see below:

alt text

You will now be presented with a similar settings screen as with the website, enter a key again with the following value:

logicAppURL

Next add your Logic App endpoint that you copied into the value field and click Save. You do not need to restart the Bot app. Now in the box that says 'Type your message' enter some text in a language of your choice. You will be prompted for a few answers, enter them and after your order has been confirmed you should see a response as below:

alt text

Now we can navigate to the Logic App to see if our chat bot sent it a request - go back to the Runs History in the 'Overview' section. Inspect the Request Body again - you should now have your chat bot and your web site set up to interact directly with the Logic App. Note: The 'preferredLanguage' value in your Request Body will now hold the first value to entered in the chat bot.

Now we want to detect the language that the customer engaged with the chat bot on

We now want to add an action after the request step to start processing what request - this will be a step to detect the language in the preferredLanguage field. Select 'Add an action', see below:

alt text

Search for the word 'Detect', this should return the option to select the 'Text Analytics - Detect Language' connector. Note you will need to have your key ready that you got when you signed up for the Text Analytics preview as part of the pre-requisites, see below:

alt text

Now we want to pass the value of the preferredLanguage field into the Text input field of this connector. To do this place your cursor inside the Text field and you should see the dynamic content popup appear on the right. Select the 'Body' option, but this will send all field values to the connector whereas we only want 'preferredLanguage'. Open up the code view and amend the json from:

"text": "@{triggerBody()}"

to

 "text": "@{triggerBody()['preferredLanguage']}"

Click Save. We are now using json dot notation to select the field we want. You can now test your Logic App via the chat bot and see if this works. Greet your bot and order another coffee, see below:

alt text

We can see that we keep getting an 'undefined' message in our chat bot - it is expecting a response, so let's go add the output from the Detect Language step to the Response step, see below:

alt text

We can now use this to send a response to our bot, but we now have a json request from the bot, and a json response from the Detect Language connector. Our Serverless proxy is looking for json representing both of these outputs. Here we will do some merging and parsing of these two json messages.

Add an action after the Detect Language step, we want to look for the 'Data Operations - Parse json' connector. We need a schema to represent the fields the Serverless proxy requires, namely:

{   "emailAddress": "[email protected]",
    "preferredLanguage": "French",
    "product": "Latte",
    "total", "$3,45"
}

We can generate a json schema online - I have used https://jsonschema.net/#/editor which has generated the following schema I can use:

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "properties": {
    "emailAddress": {
      "type": "string"
    },
    "preferredLanguage": {
      "type": "string"
    },
    "product": {
      "type": "string"
    },
    "total": {
      "type": "string"
    }
  },
  "required": [
    "emailAddress",
    "total",
    "product",
    "preferredLanguage"
  ],
  "type": "object"
}

Now comes the tricky bit, we will need to go into the code view to go and formulate the json manually so that we can populate this schema from our Request Body and Detect Language outputs. My code view for this step looks like this (you might want to copy this if string manipulation makes you go cross-eyed):

            "Parse_JSON": {
                "inputs": {
                    "content": "{'emailAddress': '@{triggerBody()['emailAddress']}' , 'product': '@{triggerBody()['coffeeType']}' , 'total': '@{triggerBody()['total']}' , 'preferredLanguage': '@{body('Detect_Language')?['detectedLanguages'][0]['name']}'}",
                    "schema": {}
                },
                "runAfter": {
                    "Detect_Language": [
                        "Succeeded"
                    ]
                },
                "type": "ParseJson"
            },

You can now run another test to see if your parse json conforms to the schema. Once it does you are ready to now pass the new json message to the Serverless proxy to pass to the legacy database.

Note, the Logic App designer will state that the json is invalid while the code view will think it is valid, if this happens ensure that you always click save in the code view whenever you make a change! See below:

alt text

Now we want to call our Serverless proxy - method 'AddNewCustomerOrder', see below:

alt text

And if our schema is good then all we have to do is pass it the Body of the Parse Json step, see below:

alt text

This will now register the user in our database alongside their preferred language for future communication. Why don't we send them a confirmation of their order in the preferred language? To do this search for 'Translate' and add the 'Microsoft Translator - Translate Text' connector, see below:

alt text

Now as inputs you want to send it the preferredLanguage contents again and the target language. Let's try it:

alt text

I get a 502 as a response in my chat.

alt text

We can see the error in the Run History of the logic app:

alt text

The problem is that the Target language is expecting the language ISO code, we can see that we have this from the Detect Language step. Let's use that instead, but its an array so we need to ensure we select an index. This is what my code view looks like for this step:

"Translate_text": {
                "inputs": {
                    "host": {
                        "api": {
                            "runtimeUrl": "https://logic-apis-northeurope.azure-apim.net/apim/microsofttranslator"
                        },
                        "connection": {
                            "name": "@parameters('$connections')['microsofttranslator']['connectionId']"
                        }
                    },
                    "method": "get",
                    "path": "/Translate",
                    "queries": {
                        "languageTo": "@{body('Detect_Language')?['detectedLanguages'][0]['iso6391Name']}",
                        "query": "Thank you for shopping at our coffee store. Your last order was a @{body('Parse_JSON')['product']} and your preferred language is @{body('Parse_JSON')['preferredLanguage']}\""
                    }
                },
                "runAfter": {
                    "AddNewCustomerOrder": [
                        "Succeeded"
                    ]
                },
                "type": "ApiConnection"
            }

Now let's send this order confirmation to the customer's email address in their preferred language. We will use the Gmail connector.

alt text

Now we just add the values we want to send:

alt text

Let's also return the order number to the Bot in the response step, we can get this from the function output:

"Response": {
                "inputs": {
                    "body": "Order:@{body('AddNewCustomerOrder')['orderId']}",
                    "statusCode": 200
                },
                "runAfter": {
                    "Send_email": [
                        "Succeeded"
                    ],
                    "Translate_text": [
                        "Succeeded"
                    ]
                },
                "type": "Response"
            },

alt text

Full run through of solution

alt text

Query the legacy database:

mysql -u root -pMiniCAD123
use mysql;
select * from customers;

To check the orders

select * from orders;

alt text

Check the email:

alt text

Full logic app code


{
    "$connections": {
        "value": {
            "cognitiveservicestextanalytics": {
                "connectionId": "/subscriptions/fe7c62c4-42d3-48d0-ae16-a50426e96dae/resourceGroups/Person2/providers/Microsoft.Web/connections/cognitiveservicestextanalytics",
                "connectionName": "cognitiveservicestextanalytics",
                "id": "/subscriptions/fe7c62c4-42d3-48d0-ae16-a50426e96dae/providers/Microsoft.Web/locations/northeurope/managedApis/cognitiveservicestextanalytics"
            },
            "gmail": {
                "connectionId": "/subscriptions/fe7c62c4-42d3-48d0-ae16-a50426e96dae/resourceGroups/Person2/providers/Microsoft.Web/connections/gmail-6",
                "connectionName": "gmail-6",
                "id": "/subscriptions/fe7c62c4-42d3-48d0-ae16-a50426e96dae/providers/Microsoft.Web/locations/northeurope/managedApis/gmail"
            },
            "microsofttranslator": {
                "connectionId": "/subscriptions/fe7c62c4-42d3-48d0-ae16-a50426e96dae/resourceGroups/Person2/providers/Microsoft.Web/connections/microsofttranslator",
                "connectionName": "microsofttranslator",
                "id": "/subscriptions/fe7c62c4-42d3-48d0-ae16-a50426e96dae/providers/Microsoft.Web/locations/northeurope/managedApis/microsofttranslator"
            }
        }
    },
    "definition": {
        "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
        "actions": {
            "AddNewCustomerOrder": {
                "inputs": {
                    "body": "@body('Parse_JSON')",
                    "function": {
                        "id": "/subscriptions/fe7c62c4-42d3-48d0-ae16-a50426e96dae/resourceGroups/Person2/providers/Microsoft.Web/sites/commSQLcubrn5ay2k2vk/functions/AddNewCustomerOrder"
                    }
                },
                "runAfter": {
                    "Parse_JSON": [
                        "Succeeded"
                    ]
                },
                "type": "Function"
            },
            "Detect_Language": {
                "inputs": {
                    "body": {
                        "text": "@{triggerBody()['preferredLanguage']}"
                    },
                    "host": {
                        "api": {
                            "runtimeUrl": "https://logic-apis-northeurope.azure-apim.net/apim/cognitiveservicestextanalytics"
                        },
                        "connection": {
                            "name": "@parameters('$connections')['cognitiveservicestextanalytics']['connectionId']"
                        }
                    },
                    "method": "post",
                    "path": "/languages"
                },
                "runAfter": {},
                "type": "ApiConnection"
            },
            "Parse_JSON": {
                "inputs": {
                    "content": "{'emailAddress': '@{triggerBody()['emailAddress']}' , 'product': '@{triggerBody()['coffeeType']}' , 'total': '@{triggerBody()['total']}' , 'preferredLanguage': '@{body('Detect_Language')?['detectedLanguages'][0]['name']}'}",
                    "schema": {
                        "$schema": "http://json-schema.org/draft-04/schema#",
                        "properties": {
                            "emailAddress": {
                                "type": "string"
                            },
                            "preferredLanguage": {
                                "type": "string"
                            },
                            "product": {
                                "type": "string"
                            },
                            "total": {
                                "type": "string"
                            }
                        },
                        "required": [
                            "emailAddress",
                            "total",
                            "product",
                            "preferredLanguage"
                        ],
                        "type": "object"
                    }
                },
                "runAfter": {
                    "Detect_Language": [
                        "Succeeded"
                    ]
                },
                "type": "ParseJson"
            },
            "Response": {
                "inputs": {
                    "body": "Order:@{body('AddNewCustomerOrder')['orderId']}",
                    "statusCode": 200
                },
                "runAfter": {
                    "Send_email": [
                        "Succeeded"
                    ],
                    "Translate_text": [
                        "Succeeded"
                    ]
                },
                "type": "Response"
            },
            "Send_email": {
                "inputs": {
                    "body": {
                        "Body": "@{body('Translate_text')}",
                        "Subject": "CoffeeBot",
                        "To": "@{body('Parse_JSON')['emailAddress']}"
                    },
                    "host": {
                        "api": {
                            "runtimeUrl": "https://logic-apis-northeurope.azure-apim.net/apim/gmail"
                        },
                        "connection": {
                            "name": "@parameters('$connections')['gmail']['connectionId']"
                        }
                    },
                    "method": "post",
                    "path": "/Mail"
                },
                "runAfter": {
                    "Translate_text": [
                        "Succeeded"
                    ]
                },
                "type": "ApiConnection"
            },
            "Translate_text": {
                "inputs": {
                    "host": {
                        "api": {
                            "runtimeUrl": "https://logic-apis-northeurope.azure-apim.net/apim/microsofttranslator"
                        },
                        "connection": {
                            "name": "@parameters('$connections')['microsofttranslator']['connectionId']"
                        }
                    },
                    "method": "get",
                    "path": "/Translate",
                    "queries": {
                        "languageTo": "@{body('Detect_Language')?['detectedLanguages'][0]['iso6391Name']}",
                        "query": "\"query\": \"Thank you for shopping at our coffee store. Your last order was a @{body('Parse_JSON')['product']} and your preferred language is @{body('Parse_JSON')['preferredLanguage']}\""
                    }
                },
                "runAfter": {
                    "AddNewCustomerOrder": [
                        "Succeeded"
                    ]
                },
                "type": "ApiConnection"
            }
        },
        "contentVersion": "1.0.0.0",
        "outputs": {},
        "parameters": {
            "$connections": {
                "defaultValue": {},
                "type": "Object"
            }
        },
        "triggers": {
            "request": {
                "inputs": {
                    "schema": {}
                },
                "kind": "Http",
                "type": "Request"
            }
        }
    }
}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].