Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Commit 552314a

Browse files
authored
Merge pull request #4 from jan-chlebek/main
Sample migration to powerplatform-samples
2 parents 0d244f9 + 62ca28f commit 552314a

File tree

36 files changed

+6
-2450
lines changed

36 files changed

+6
-2450
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Power Virtual Agents Samples
22

3+
> [!IMPORTANT]
4+
> This repository has been deprecated and is no longer accepting pull requests. All submissions were migrated to [Power Platform samples repository](https://github.com/pnp/powerplatform-samples).
5+
6+
37
This repository contains community samples that demonstrate different usage patterns for Power Virtual Agents.
48

59
> We welcome community contributions to the `samples` folder in this repository for demonstrating different use cases with Power Apps.
@@ -10,11 +14,7 @@ Please use following logic on submitting your questions or issues to right locat
1014

1115
## Additional resources
1216

13-
- [Microsoft Tech Community](https://powerusers.microsoft.com/t5/Power-Virtual-Agents-Community/ct-p/PVACommunity)
14-
15-
## Using the samples
16-
17-
TODO
17+
- [Microsoft Tech Community](https://community.powerplatform.com/)
1818

1919
## Authors
2020

Lines changed: 1 addition & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,3 @@
11
# SharePoint Site Creation Bot
22

3-
## Summary
4-
5-
Sample Bot that creates a SharePoint Site by calling Power Automate and using Microsoft Graph/SharePoint Rest APIs.
6-
7-
This bot can create either a blank Communication site or a blank Team site (Group connected).
8-
9-
This solution was built and targeted to be used in Dataverse for Teams.
10-
11-
![picture of the sample](assets/bot-create-site.png)
12-
13-
## Applies to
14-
15-
* [Microsoft Power Virtual Agents](https://docs.microsoft.com/power-virtual-agents/)
16-
* [Microsoft Power Automate](https://docs.microsoft.com/power-automate/)
17-
18-
## Compatibility
19-
20-
![Premium License](https://img.shields.io/badge/Premium%20License-Not%20Required-green.svg "Premium license not required")
21-
![On-Premises Connectors](https://img.shields.io/badge/On--Premises%20Connectors-No-green.svg "Does not use on-premise connectors")
22-
![Custom Connectors](https://img.shields.io/badge/Custom%20Connectors-Not%20Required-green.svg "Does not use custom connectors")
23-
24-
## Authors
25-
26-
Solution|Author(s)
27-
--------|---------
28-
sharepoint-site-creation-bot | [Michel Mendes](https://github.com/michelcarlo) ([@michelcarlo](https://twitter.com/michelcarlo))
29-
30-
## Version history
31-
32-
Version|Date|Comments
33-
-------|----|--------
34-
1.0|July 16, 2022|Initial release
35-
36-
## Features
37-
38-
This is a bot built and targeted to be used within a Dataverse for Teams environments. No premium licenses are required.
39-
40-
The bot is triggered by any of the phrases:
41-
* Create a site
42-
* Create a SharePoint site
43-
* I want a site
44-
* I want a SharePoint site
45-
* Give me a site
46-
47-
You can then choose to create a Communication site or a Team site.
48-
49-
After specifiying your site name, the bot will then trigger a Power Automate flow that handles the SharePoint site creation (part of the solution package).
50-
51-
Before creating the site, the flow checks if a site with the same destination URL exists. If it does not exist then if the site to be created is a Communication Site, it will use the SharePoint REST API to create it, if it is a Team site we use Microsoft Graph (using the Send an HTTP request - Preview action from the Office 365 Groups connector).
52-
53-
## Minimal Path to Awesome
54-
55-
* [Download](solution/SharePointSiteCreationBot_1_0_0_0.zip) the `.zip` from the `solution` folder
56-
* Import the `.zip` file from Power Apps in Dataverse For teams: **Build** > **See All** > **Import**
57-
* Configure the connection References, and proceed importing.
58-
* After the import has suceeded, you can edit the bot from the Chatbots section or from Power Virtual Agents in Teams, and publish it to any Team you have permissions to, or submit it to be published to your tenant if you have the rights.
59-
60-
61-
## Disclaimer
62-
63-
**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.**
64-
65-
## Help
66-
67-
We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.
68-
69-
If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/powerautomate-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=YOURSAMPLENAME&authors=@YOURGITHUBUSERNAME&title=YOURSAMPLENAME%20-%20).
70-
71-
For questions regarding this sample, [create a new question](https://github.com/pnp/powerautomate-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=YOURSAMPLENAME&authors=@YOURGITHUBUSERNAME&title=YOURSAMPLENAME%20-%20).
72-
73-
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/powerautomate-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=YOURSAMPLENAME&authors=@YOURGITHUBUSERNAME&title=YOURSAMPLENAME%20-%20).
74-
75-
76-
<img src="https://telemetry.sharepointpnp.com/powerautomate-samples/samples/readme-template" />
77-
78-
---
3+
This sample has been moved to [here](https://github.com/pnp/powerplatform-samples/tree/main/samples/sharepoint-site-creation-bot).
-50.9 KB
Binary file not shown.
Binary file not shown.

samples/sharepoint-site-creation-bot/sourcecode/SharePointSiteCreationBot_1_0_0_0/Assets/bot_botcomponentset.xml

Lines changed: 0 additions & 38 deletions
This file was deleted.

samples/sharepoint-site-creation-bot/sourcecode/SharePointSiteCreationBot_1_0_0_0/Assets/botcomponent_botcomponentset.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

samples/sharepoint-site-creation-bot/sourcecode/SharePointSiteCreationBot_1_0_0_0/Assets/botcomponent_workflowset.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)