This repository contains example code for Power Platform. I have included some useful link to get you started. The 2 topic areas cover are ALM for Power Platform and Coauthoring for Power Apps.
Power Apps previously had a core problem in it came to collaborative development. The problem was you couldn't do it. Previously trying to open a power app in edit mode that was opened by another developer you would get that annoying message that states this App is locked by Bobby Smith. Recently a new experimental feature has been released by Microsoft that now allows Git to be the source control solution. With a few steps in using your git solution of choice you can now collaborate with your fellow developers at the same time.
- Co-authoring in canvas apps (experimental)
- Known Limitations
- GitHub - Creating a personal access token
- Azure DevOps - Use personal access tokens
Traditional developer has normal CI/CD processes. Well how do you manage Non-Prod and Prod environments for your power platform solutions? Well the links I provide can give you a jump start and I have sample GitHub Actions for branching, unpacking, packing, exporting, and importing managed and unmanaged solutions.
- Getting Started
- Service Principal - Register an app with Azure Active Directory
- Tutorial: Automate solution deployment using GitHub Actions for Microsoft Power Platform
- Power Platform GitHub Actions
- Lab and Sample workflows
- GitHub Environment Variables
- Microsoft Docs GitHub Action for Power Platform
- About the GITHUB_TOKEN secret