Skip to content

Commit 792951f

Browse files
authored
Merge pull request #3 from microsoft/main
Get latest changes
2 parents febe3fa + d50990c commit 792951f

32 files changed

+349
-195
lines changed

website/blog/2023-lcf/2023-02-04/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ Did you know we had a [dedicated Zero To Hero page](/lowcode-february/ZeroToHero
5858

5959
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.
6060

61-
✨ 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/)
61+
✨ 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/)
6262

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

6565
## Meet The Organizations
6666

6767
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.
6868

69-
✨ 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)
69+
✨ Read It Now: [**Meet The Organizations**](https://powerapps.microsoft.com/blog/meet-the-developers-combining-power-platform-and-azure-to-go-faster/#meet-organizations)
7070

7171
## Solution Architecture Examples
7272

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

80-
✨ 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)
80+
✨ Read It Now: [**Solution Architecture Examples**](https://powerapps.microsoft.com/blog/meet-the-developers-combining-power-platform-and-azure-to-go-faster/#architecture-examples)

website/blog/2023-lcf/2023-02-05/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: 2023-day5
3-
title: 5. Recap - Fundamentals Week
3+
title: 5. Recap - Fundamentals Week
44
authors: [sonja, nitya]
55
draft: false
66
hide_table_of_contents: false

website/blog/2023-lcf/2023-02-07/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: 2023-day7
3-
title: 7. Do more with your Data for less - Dataverse!
3+
title: 7. Dataverse - Do more with Data, for less!
44
authors: [srikumar]
55
draft: false
66
hide_table_of_contents: false
@@ -48,7 +48,6 @@ Welcome to `Day 07` of #30DaysOfLowCode!
4848
<!-- AUTHORS: ONLY UPDATE BELOW THIS LINE -->
4949
<!-- ************************************* -->
5050

51-
# Do more with your Data for less - Microsoft Dataverse
5251
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.
5352

5453
![Figure 1: Microsoft Dataverse and Power Platform](./DataverseRunsOnAzure.png)

website/blog/2023-lcf/2023-02-09/part-1.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ The good news? The dev.to site is built on a platform called Forem - [which has
8585

8686
## The Build Lifecycle
8787

88-
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:
88+
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:
8989

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

9292
1. **Build & Secure it** - applicable only if you are building the API itself. We are not, so we can skip it.
9393
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.
@@ -98,7 +98,7 @@ The Power Platform [documentation](https://learn.microsoft.com/en-us/connectors/
9898

9999
## Let's Build the Connector!
100100

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

103103
### 1. Pre-Requisites
104104

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

170170
## Let's Test the Connector!
171171

172-
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**.
172+
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**.
173173

174174
### 1. Create Connection
175175

56.1 KB
Loading
54.4 KB
Loading

0 commit comments

Comments
 (0)