Skip to content

Commit ee6f78e

Browse files
committed
Ready To Publish: Post microsoft#8
1 parent edb12e5 commit ee6f78e

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -348,3 +348,4 @@ MigrationBackup/
348348

349349
# Ionide (cross platform F# VS Code tools) working folder
350350
.ionide/
351+
.DS_Store

website/blog/2023-lcf/2023-02-08/01 - LogicApps.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
---
22
slug: 2023-day8
33
title: 8. Serverless Low Code
4-
authors: [april, matt, nitya, sonja]
4+
authors: [matt, daniel]
55
draft: true
66
hide_table_of_contents: false
77
toc_min_heading_level: 2
88
toc_max_heading_level: 3
9-
keywords: [Azure Logic Apps, Serverless, Low Code, Power Automate, Azure Functions]
10-
image: ../../static/img/banner.png
11-
description: "FIXME: Used in meta tag. If not specified, becomes first line of Markdown"
9+
keywords: [low code, developer tools, onboarding, power platform, connectors, custom connectors, azure logic apps]
10+
image: https://microsoft.github.io/Low-Code/img/og/30-08.png
11+
description: "Let's explore the topic of serverless low code and piecing together a workflow with Azure Logic Apps."
1212
tags: [low-code-february, 30-days-of-lowcode, learn-live, zero-to-hero, ask-the-expert,fusion-teams, power-platform, logic-apps, azure-logic-apps, azure-functions, power-automate]
1313
---
1414

1515
<head>
1616
<meta name="twitter:url"
17-
content="https://microsoft.github.io/Low-Code/blog/slug-FIXME" />
17+
content="https://microsoft.github.io/Low-Code/blog/2023-day8" />
1818
<meta name="twitter:title"
19-
content="FIXME: Title Of Post" />
19+
content="8. Serverless Low Code" />
2020
<meta name="twitter:description"
21-
content="FIXME: Post Description" />
21+
content="Let's explore the topic of serverless low code and piecing together a workflow with Azure Logic Apps." />
2222
<meta name="twitter:image"
23-
content="FIXME: Post Image" />
23+
content="https://microsoft.github.io/Low-Code/img/og/30-08.png" />
2424
<meta name="twitter:card" content="summary_large_image" />
2525
<meta name="twitter:creator"
2626
content="@codemillmatt" />
2727
<meta name="twitter:site" content="@AzureAdvocates" />
2828
<link rel="canonical"
29-
href="https://microsoft.github.io/Low-Code/blog/slug-FIXME" />
29+
href="https://microsoft.github.io/Low-Code/blog/2023-day8" />
3030
</head>
3131

32-
Welcome to `Day 8` of #28DaysOfLowCode!
32+
Welcome to `Day 8` of #30DaysOfLowCode!
3333

3434
The theme for this week is Integrations. Yesterday we talked about Low Code + Dataverse. Today we'll explore the topic of serverless low code and piecing together a workflow with Azure Logic Apps.
3535

@@ -41,8 +41,7 @@ The theme for this week is Integrations. Yesterday we talked about Low Code + Da
4141
* Logic Apps compared to Power Automate
4242
* Resources
4343

44-
<!-- FIXME: banner image -->
45-
![Empty Banner Placeholder](../../../static/img/banner.png)
44+
![Low Code and Serverless](./../../../static/img/og/30-08.png)
4645

4746
<!-- ************************************* -->
4847
<!-- AUTHORS: ONLY UPDATE BELOW THIS LINE -->
@@ -94,7 +93,7 @@ A connector uses the external service's REST API to do its work. When you use th
9493

9594
![A diagram of how a connector works](./6-connector.png)
9695

97-
If you can't find a connector that suits your needs? You can build one yourself! It's called a custom connector, and this [series](https://learn.microsoft.com/en-us/connectors/custom-connectors/?WT.mc_id=dotnet-82212-masoucou&WT.mc_id=dotnet-82522-masoucou) of [articles](https://learn.microsoft.com/en-us/connectors/custom-connectors/create-logic-apps-connector?WT.mc_id=dotnet-82212-masoucou&WT.mc_id=dotnet-82522-masoucou) will show you how to make your REST API into a connector!
96+
If you can't find a connector that suits your needs? You can build one yourself! It's called a custom connector, and this [series](https://learn.microsoft.com/connectors/custom-connectors/?WT.mc_id=dotnet-82212-masoucou&WT.mc_id=dotnet-82522-masoucou) of [articles](https://learn.microsoft.com/connectors/custom-connectors/create-logic-apps-connector?WT.mc_id=dotnet-82212-masoucou&WT.mc_id=dotnet-82522-masoucou) will show you how to make your REST API into a connector!
9897

9998
### Kicking off the logic
10099

@@ -159,7 +158,7 @@ Power Automate also has connectors that are only available for Power Automate:
159158
* Power Virtual Agents
160159
* SAP ERP
161160

162-
Power Automate offers rich integration with Power Platform products like AI Builder, Approvals, Desktop flows (Robotic Process Automation aka RPA), Power Apps & Power Virtual Agents. It also has a SAP ERP connector which supports RFCs and BAPIs. It also has [nice templates](https://powerautomate.microsoft.com/blog/announcing-deeper-sap-integration-for-the-power-platform/) available that they have built since the [Clear Software acquisition](https://cloudblogs.microsoft.com/powerplatform/2021/10/22/microsoft-acquires-clear-software-to-enhance-connectivity-to-systems-of-record/).
161+
Power Automate offers rich integration with Power Platform products like AI Builder, Approvals, Desktop flows (Robotic Process Automation aka RPA), Power Apps & Power Virtual Agents. It also has a SAP ERP connector which supports RFCs and BAPIs. It also has [nice templates](https://powerautomate.microsoft.com/blog/announcing-deeper-sap-integration-for-the-power-platform/?WT.mc_id=dotnet-82212-masoucou) available that they have built since the [Clear Software acquisition](https://cloudblogs.microsoft.com/powerplatform/2021/10/22/microsoft-acquires-clear-software-to-enhance-connectivity-to-systems-of-record/?WT.mc_id=dotnet-82212-masoucou).
163162

164163
### Licensing
165164

website/static/img/og/30-07.png

-5.52 KB
Loading

website/static/img/og/30-08.png

156 KB
Loading

0 commit comments

Comments
 (0)