-
Notifications
You must be signed in to change notification settings - Fork 525
Add instructions for creating YAML based image definition files for dev box #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instructions for creating YAML based image definition files for dev box #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive instructions for creating YAML-based image definition files for Microsoft Dev Box Team Customizations. The instructions provide guidance on using Dev Box tooling, applying best practices from official documentation, and troubleshooting common issues.
Key changes:
- Adds detailed authoring guidelines for Dev Box image definition files
- Includes critical workflow steps for checking tool availability and customization tasks
- Provides security guidance for handling secrets with Azure Key Vault
- Documents troubleshooting approaches and common issues
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
instructions/devbox-image-definition.instructions.md | New comprehensive instruction file covering Dev Box image definition authoring, tool usage, security practices, and troubleshooting |
README.md | Adds table entry for the new Dev Box image definitions instruction file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
||
**If tools are NOT available:** | ||
|
||
- Recommend that the user enable the [dev box tools](https://learn.microsoft.com/azure/dev-box/how-to-use-copilot-generate-image-definition-file) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you could have it offer to install the tools too
This request add instructions to aid in generating YAML based image definition files for use with Microsoft Dev Box Team Customizations.
Pull Request Checklist
node update-readme.js
and verified thatREADME.md
is up to date.Description
Comprehensive authoring guidelines for generating YAML based image definition files that can be used with Microsoft Dev Box Team Customizations. The instructions focus on helping to setup and use available Dev Box tooling, applying recommendations from official documentation, and highlighting common issues and troubleshooting suggestions.
Type of Contribution
Additional Notes
None
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.