Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azure/logicapps-connector-extensions
This repository is for active development of built-in connector extensibility for Logic Apps preview.
https://github.com/azure/logicapps-connector-extensions
connector-extensibility logicapps
Last synced: 3 days ago
JSON representation
This repository is for active development of built-in connector extensibility for Logic Apps preview.
- Host: GitHub
- URL: https://github.com/azure/logicapps-connector-extensions
- Owner: Azure
- License: mit
- Created: 2020-12-10T19:02:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T02:30:00.000Z (10 months ago)
- Last Synced: 2024-12-31T02:18:04.737Z (3 days ago)
- Topics: connector-extensibility, logicapps
- Language: C#
- Homepage:
- Size: 146 KB
- Stars: 8
- Watchers: 10
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
This repository is for active development of built-in connector extensibility for Logic Apps preview. Visit [Logic Apps preview doc](https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-overview-preview) for more details.
## Getting started
To get started for authoring the new built-in connector, refer [Logic app doc](https://docs.microsoft.com/en-us/azure/logic-apps/create-stateful-stateless-workflows-visual-studio-code#enable-built-in-connector-authoring)For tutorials, quick starts, visit the [techcommunity blog](https://techcommunity.microsoft.com/t5/integrations-on-azure/azure-logic-apps-running-anywhere-built-in-connector/ba-p/1921272)
### Extension deployment
To deploy the connector extension , you need to execute the poswershell script [add-extension.ps1](https://github.com/Azure/logicapps-connector-extensions/blob/main/src/Common/tools/add-extension.ps1) in the VS code logic app project as shown below:![deployment](https://techcommunity.microsoft.com/t5/image/serverpage/image-id/271421iC23BEF2FCEC4FE53/image-dimensions/542x240?v=v2)
### Contributing
For details on contributing to this repository, see the contributing guide.This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.