I gave az prototype a go on the weekend, pretty nice! Great to quickly get something going!
Thought I would share some of the traps I ran into (I turned them into a Skill to prevent re-occurance):
https://gist.github.com/lukemurraynz/05e314141289af3f53db4b8413b9c692
Some of them were client-facing (i.e., my Terraform version was out of date), and my Copilot Pro Plus plan doesn't include GitHub models - so failed back to Azure OpenAI endpoints, but a big one for me was:
- az prototype did not seem to NOT read your repo's .github/instructions/ or .github/skills/ files
Hopefully, the common-traps file is of some use. Overall pretty nice - once I got over my model issue and needing to use Azure OpenAI, it fast-tracked the design - also kudos for the in-built CAF naming conventions!
I gave az prototype a go on the weekend, pretty nice! Great to quickly get something going!
Thought I would share some of the traps I ran into (I turned them into a Skill to prevent re-occurance):
https://gist.github.com/lukemurraynz/05e314141289af3f53db4b8413b9c692
Some of them were client-facing (i.e., my Terraform version was out of date), and my Copilot Pro Plus plan doesn't include GitHub models - so failed back to Azure OpenAI endpoints, but a big one for me was:
Hopefully, the common-traps file is of some use. Overall pretty nice - once I got over my model issue and needing to use Azure OpenAI, it fast-tracked the design - also kudos for the in-built CAF naming conventions!