Skip to content

Commit

Permalink
Merge pull request #3 from microsoft/main
Browse files Browse the repository at this point in the history
Get latest changes
  • Loading branch information
gomomohapi committed Feb 13, 2023
2 parents febe3fa + d50990c commit 792951f
Show file tree
Hide file tree
Showing 32 changed files with 349 additions and 195 deletions.
6 changes: 3 additions & 3 deletions website/blog/2023-lcf/2023-02-04/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ Did you know we had a [dedicated Zero To Hero page](/lowcode-february/ZeroToHero

Meet featured developer **Gini Brandon** and watch her as she shares her journey of adopting low-code as a professional developer! In the video, Gini talks about her journey graduating with a computer science degree, how she’s been able to increase efficiency using Power Platform, why she believes low code is the future of development, and how you can get started.

✨ Read It Now: [**Meet developers combining Power Platform and Azure to go faster**](https://powerapps.microsoft.com/en-us/blog/meet-the-developers-combining-power-platform-and-azure-to-go-faster/)
✨ Read It Now: [**Meet developers combining Power Platform and Azure to go faster**](https://powerapps.microsoft.com/blog/meet-the-developers-combining-power-platform-and-azure-to-go-faster/)

[![](https://powerappsblogscdn.azureedge.net/wp-content/uploads/2023/02/ginibrandon_cover-1024x576.png)](https://www.youtube.com/watch?v=OrWDTi8GVfM)

## Meet The Organizations

Organizations around the globe have adopted Microsoft Power Platform along with Azure and Dynamics 365 to build flagship applications and establish centers of excellence to scale adoption and impact of low-code solutions.

✨ Read It Now: [**Meet The Organizations**](https://powerapps.microsoft.com/en-us/blog/meet-the-developers-combining-power-platform-and-azure-to-go-faster/#meet-organizations)
✨ Read It Now: [**Meet The Organizations**](https://powerapps.microsoft.com/blog/meet-the-developers-combining-power-platform-and-azure-to-go-faster/#meet-organizations)

## Solution Architecture Examples

Expand All @@ -77,4 +77,4 @@ Explore a few real-world solution architecture examples that show how low-code c
* IKEA Sweden – Reimagining the customer experience
* Western States Caterpillar: Mobile apps for the field

✨ Read It Now: [**Solution Architecture Examples**](https://powerapps.microsoft.com/en-us/blog/meet-the-developers-combining-power-platform-and-azure-to-go-faster/#architecture-examples)
✨ Read It Now: [**Solution Architecture Examples**](https://powerapps.microsoft.com/blog/meet-the-developers-combining-power-platform-and-azure-to-go-faster/#architecture-examples)
2 changes: 1 addition & 1 deletion website/blog/2023-lcf/2023-02-05/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: 2023-day5
title: 5. Recap - Fundamentals Week
title: 5. Recap - Fundamentals Week
authors: [sonja, nitya]
draft: false
hide_table_of_contents: false
Expand Down
3 changes: 1 addition & 2 deletions website/blog/2023-lcf/2023-02-07/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: 2023-day7
title: 7. Do more with your Data for less - Dataverse!
title: 7. Dataverse - Do more with Data, for less!
authors: [srikumar]
draft: false
hide_table_of_contents: false
Expand Down Expand Up @@ -48,7 +48,6 @@ Welcome to `Day 07` of #30DaysOfLowCode!
<!-- AUTHORS: ONLY UPDATE BELOW THIS LINE -->
<!-- ************************************* -->

# Do more with your Data for less - Microsoft Dataverse
Microsoft Dataverse is a SaaS data platform that helps you ***easily create and manage your data, events, logic, and generate analytics, and insights to support interconnected apps and processes in a secure and compliant manner***. Dataverse, being a hyperscale polyglot storage, can store any type of data (relational, file, observational etc.) for all your transactional or analytical applications. Dataverse is the data platform for all Power Platform products and Dynamics 365 applications, supporting both low-code and pro-code development. It is a critical element of Microsoft Power Platform, supporting all the data, events, analytics, and related processing, besides generating insights for citizen app makers and professional developers to build, store and manage data for their applications.

![Figure 1: Microsoft Dataverse and Power Platform](./DataverseRunsOnAzure.png)
Expand Down
8 changes: 4 additions & 4 deletions website/blog/2023-lcf/2023-02-09/part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ The good news? The dev.to site is built on a platform called Forem - [which has

## The Build Lifecycle

The Power Platform [documentation](https://learn.microsoft.com/en-us/connectors/custom-connectors/#lifecycle?WT.mc_id=javascript-82212-ninarasi) describes this 5-step process for building a custom connector:
The Power Platform [documentation](https://learn.microsoft.com/connectors/custom-connectors/#lifecycle?WT.mc_id=javascript-82212-ninarasi) describes this 5-step process for building a custom connector:

![](https://learn.microsoft.com/en-us/connectors/custom-connectors/media/index/authoring-steps.png)
![](https://learn.microsoft.com/connectors/custom-connectors/media/index/authoring-steps.png)

1. **Build & Secure it** - applicable only if you are building the API itself. We are not, so we can skip it.
2. **Define it** - this is where you describe the methods and metadata in the API. You can hand-craft this _or_ use standardized options (OpenAPI file or Postman collection) to build from.
Expand All @@ -98,7 +98,7 @@ The Power Platform [documentation](https://learn.microsoft.com/en-us/connectors/

## Let's Build the Connector!

We'll follow the guidelines in [this tutorial](https://learn.microsoft.com/en-us/connectors/custom-connectors/#tutorial?WT.mc_id=javascript-82212-ninarasi).
We'll follow the guidelines in [this tutorial](https://learn.microsoft.com/connectors/custom-connectors/#tutorial?WT.mc_id=javascript-82212-ninarasi).

### 1. Pre-Requisites

Expand Down Expand Up @@ -169,7 +169,7 @@ Once you've completed the definition to your satisfaction, take a minute to clic

## Let's Test the Connector!

At this point, we've come to the [Step 5: Test the connector](https://learn.microsoft.com/en-us/connectors/custom-connectors/define-blank#step-5-test-the-connector?WT.mc_id=javascript-82212-ninarasi) step of the tutorial. **Testing is currently available only in Power Automate and Power Apps**.
At this point, we've come to the [Step 5: Test the connector](https://learn.microsoft.com/connectors/custom-connectors/define-blank#step-5-test-the-connector?WT.mc_id=javascript-82212-ninarasi) step of the tutorial. **Testing is currently available only in Power Automate and Power Apps**.

### 1. Create Connection

Expand Down
Binary file added website/blog/2023-lcf/2023-02-11/acs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/blog/2023-lcf/2023-02-11/aiml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 792951f

Please sign in to comment.