Revise Power Apps Code App project scaffolding

Update project scaffolding instructions for Power Apps Code Apps with PAC CLI setup, SDK integration, and connector configuration.
This commit is contained in:
Troy Simeon Taylor 2025-09-25 10:59:40 -04:00 committed by GitHub
parent f22e5b61cf
commit 1f01098c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
--- ---
mode: 'agent'
description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration' description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration'
--- ---
@ -142,4 +143,4 @@ const photoData = await Office365UsersService.UserPhoto_V2(profile.data.id);
5. TypeScript configuration optimized for Power Apps Code Apps 5. TypeScript configuration optimized for Power Apps Code Apps
6. Best practices implementation examples 6. Best practices implementation examples
Ensure the generated project follows Microsoft's official Power Apps Code Apps documentation and samples from https://github.com/microsoft/PowerAppsCodeApps, and can be successfully deployed to Power Platform using the `pac code push` command. Ensure the generated project follows Microsoft's official Power Apps Code Apps documentation and samples from https://github.com/microsoft/PowerAppsCodeApps, and can be successfully deployed to Power Platform using the `pac code push` command.