Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jun 26, 2025

After forking the repository, users who want to enable Continuous Deployment need to run azd pipeline config to configure the required Azure credentials and GitHub secrets. This was not documented anywhere, leaving users without guidance on how to set up CI/CD for their forked repositories.

Changes Made

  • Added a new "Enable CI/CD (Optional)" section in docs/readme.md
  • Documented the azd pipeline config command and its purpose
  • Explained the step-by-step process for configuring CI/CD after forking
  • Positioned the section logically between repository setup and deployment instructions

Documentation Structure

The new section includes:

  1. Prerequisites (Azure Developer CLI installation)
  2. Authentication steps (azd auth login)
  3. Pipeline configuration command (azd pipeline config)
  4. Explanation of what the command accomplishes
  5. Clarification on when automatic deployments will occur

This aligns with the existing GitHub Actions workflow comment that mentions the same command and provides users with clear, actionable guidance.

Fixes #111.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI changed the title [WIP] Add documentation for configuring the CI/CD after forking Add documentation for configuring CI/CD after forking Jun 26, 2025
Copilot AI requested a review from sinedied June 26, 2025 08:28
Copilot finished work on behalf of sinedied June 26, 2025 08:28
@sinedied sinedied marked this pull request as ready for review June 26, 2025 09:45
@sinedied sinedied merged commit dbb41aa into main Jun 26, 2025
7 of 8 checks passed
@sinedied sinedied deleted the copilot/fix-111 branch June 26, 2025 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add documentation for configuring the CI/CD after forking

2 participants