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:
parent
f22e5b61cf
commit
1f01098c26
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user