Enhance Copilot instructions module by adding a step to Generate Instructions with Copilot #134
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a step for the user to improve the instruction file using Copilot Generate Instructions capability
Add two IaC examples from copilot-awesome so users can see more elaborate instruction files
Added a reference to copilot-awesome repo
New best practice instruction files:
.github/instructions/bicep-code-best-practices.instructions.md
with detailed conventions for Bicep Infrastructure as Code, covering naming, structure, parameters, variables, resource references, security, and documentation..github/instructions/terraform-azure.instructions.md
with comprehensive Azure Terraform guidance, including DevOps principles, anti-patterns, code organization, AVM usage, secrets management, outputs, folder structure, Azure-specific practices, cost management, state management, and validation.Documentation improvements for Copilot instructions:
content/1-hour/3-copilot-instructions.md
to add a section on using Copilot to generate or improve instructions, and to explain the use of specialized instructions files in.github/instructions
for technology-specific best practices.