-
Notifications
You must be signed in to change notification settings - Fork 267
Update readme #6625
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
base: main
Are you sure you want to change the base?
Update readme #6625
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 updates the README to improve clarity, organization, and add guidance for AI agents. The changes transform the README from a functional but dense document into a more modern, user-friendly guide with better visual hierarchy and clearer sections.
Changes:
- Restructured content with improved visual hierarchy using badges, sections, and collapsible details
- Enhanced installation instructions with all methods grouped by platform and clearer guidance
- Added "AI Agents" section linking to AGENTS.md for contributors and providing guidance for users of AI coding assistants
- Updated terminology for consistency (e.g., "Mac" → "macOS")
- Simplified and clarified data collection, contributing, and legal sections
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Azure Developer CLI (`azd`) | ||
|
|
||
| Latest builds: | ||
| > **From code to cloud in minutes.** A developer-centric CLI for building, deploying, and managing Azure applications with Infrastructure as Code (IaC). |
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.
Instead of managing Azure applications with Infrastructure as Code (IaC), should we consider aligning to "build->deploy->operate?"
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.
@copilot will you make this change?
| ```powershell | ||
| winget install microsoft.azd | ||
| ``` | ||
| **Contributing to this repo?** See [AGENTS.md](AGENTS.md) for coding standards and guidelines. |
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.
link to agents.md is a 404.
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.
@copilot please fix, it should be cli/azd/AGENTS.md
|
@kristenwomack I've opened a new pull request, #6638, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@kristenwomack I've opened a new pull request, #6639, to work on those changes. Once the pull request is ready, I'll request review from you. |
closes #6624