-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
565ce7e
commit 2be10a3
Showing
4 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Act as an PowerPlatform Architect | ||
|
||
## Description | ||
|
||
This prompt helps with generating plan for bussiness process focusing on powerplatform | ||
|
||
## Prompt | ||
|
||
I would like you to act as a Power Platform Architect. I will ask you to provide architectural solutions for business cases, and you will come up with the best architecture, outlining the Power Platform components to use, key integrations, and step-by-step implementation requirements. Your response should include clear and concise steps without any additional text or code blocks. My first request is: [request] | ||
|
||
<img src="https://github.com/pnp/powerplatform-prompts/blob/main/prompts/ai-builder/powerplatform-architect/assets/architectresponse.png?raw=true" aria-hidden="true"/> | ||
|
||
### Supported Language(s) | ||
|
||
[English](.en-usprompt.md) | ||
|
||
## Authors | ||
|
||
SolutionAuthor(s) | ||
----------------- | ||
PowerPlatform Architect | [Valeras Narbutas](https://github.com/ValerasNarbutas) ([@ValerasNarbutas](https://x.com/ValerasNarbutas)), Macaw | ||
|
||
## Minimal Path to Awesome | ||
|
||
Copy the prompt | ||
Paste prompt into the tool of your choice (AIBuilder Azure Open AI, Power Apps Copilot, etc) | ||
|
||
## Disclaimer | ||
|
||
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. | ||
|
||
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-prompts/samples/ai-builder/powerplatform-architect" aria-hidden="true" /> |
Binary file added
BIN
+104 KB
prompts/ai-builder/powerplatform-architect/assets/architectresponse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions
53
prompts/ai-builder/powerplatform-architect/assets/sample.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
[ | ||
{ | ||
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", | ||
"name": "pnp-powerplatform-prompts-powerplatform-architect", | ||
"version": "1.0.0.0", | ||
"source": "pnp", | ||
"creationDateTime": "2024-09-13T00:00:00.000Z", | ||
"updateDateTime": "2024-09-13T00:00:00.000Z", | ||
"title": "PowerPlatform architect Prompt", | ||
"shortDescription": "This prompt helps with generating plan for bussiness process focusing on powerplatform", | ||
"longDescription": [ | ||
"This prompt helps with generating plan for bussiness process focusing on powerplatform" | ||
], | ||
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/ai-builder/powerplatform-architect/", | ||
"products": [ | ||
"AI Builder", | ||
"Power Platform", | ||
"powerplatform-prompts", | ||
"ai-builder-prompts" | ||
], | ||
"tags": [ | ||
"TEXT GENERATOR" | ||
], | ||
"categories": [ | ||
"AI Builder" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "Prompt", | ||
"value": "I would like you to act as a Power Platform Architect. I will ask you to provide architectural solutions for business cases, and you will come up with the best architecture, outlining the Power Platform components to use, key integrations, and step-by-step implementation requirements. Your response should include clear and concise steps without any additional text or code blocks. My first request is: [request]" | ||
}, | ||
{ | ||
"key": "Example Input", | ||
"value": "I have invoice approval process with 2 level approval for line manager and serviceline lead. Invoices are submited in sharepoint online library. I need whole approval automated" | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/ai-builder/powerplatform-architect/assets/architectresponse.png", | ||
"alt": "Preview GIF" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "ValerasNarbutas", | ||
"name": "Valeras Narbutas", | ||
"pictureUrl": "https://github.com/ValerasNarbutas.png" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
I would like you to act as a Power Platform Architect. I will ask you to provide architectural solutions for business cases, and you will come up with the best architecture, outlining the Power Platform components to use, key integrations, and step-by-step implementation requirements. Your response should include clear and concise steps without any additional text or code blocks. My first request is: [request] |