Revise Power Apps Code App project scaffold
Update project scaffolding details and add advanced patterns.
This commit is contained in:
parent
b32c565ce3
commit
c3e6e35ece
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration'
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'editFiles', 'problems', 'search']
|
tools: ['changes', 'codebase', 'editFiles', 'problems', 'search']
|
||||||
description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration'
|
model: GPT-4.1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Power Apps Code Apps Project Scaffolding
|
# Power Apps Code Apps Project Scaffolding
|
||||||
@ -146,3 +147,4 @@ const photoData = await Office365UsersService.UserPhoto_V2(profile.data.id);
|
|||||||
|
|
||||||
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