Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Logic Apps Standard + Dataverse template #165

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ export type TagType =
| 'ai'
| 'php'
| 'agw'
| 'logicapps'
| 'powerapps'
;


Expand Down Expand Up @@ -270,6 +272,11 @@ export const Tags: {[type in TagType]: Tag} = {
description: 'Template architecture uses Microsoft Dataverse',
color: 'hotpink',
},
powerapps:{
label: 'Power Apps',
description: 'Template architecture uses Microsoft Power Apps',
color: 'hotpink',
},
chatgpt:{
label: 'ChatGPT',
description: 'Template architecture uses ChatGPT model',
Expand Down Expand Up @@ -438,6 +445,11 @@ export const Tags: {[type in TagType]: Tag} = {
description: 'Template architecture uses Azure Redis Cache',
color: 'hotpink',
},
logicapps: {
label: 'Azure Logic Apps',
description: 'Template architecture uses Azure Logic Apps',
color: 'hotpink',
},
agw: {
label: 'Azure Application Gateway',
description: 'Template architecture uses Azure Application Gateway',
Expand Down
15 changes: 15 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,5 +1028,20 @@
"loganalytics",
"bicep"
]
},
{
"title": "Logic Apps Standard to connect with Dataverse",
"description": "An sample to show how to use azd to create Logic Apps Standard resource along with VNet for locking down Storage Account. 1 sample worflow that shows how to use use provisioned connection and App Settings to call Dataverse API. The Logic Apps also can be called only with Bearer token using OAuth rather than the default SAS Key.",
"preview": "./templates/images/logicapps-dataverse.png",
"website": "https://github.com/rajyraman",
"author": "Natraj Yegnaraman",
"source": "https://github.com/rajyraman/azd-logicapps-dataverse",
"tags": [
"dataverse",
"powerapps",
"bicep",
"appservice",
"logicapps"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading