Skip to content

Update build-configuration.md #127249

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/static-web-apps/build-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ With these settings, you can set up GitHub Actions or [Azure Pipelines](get-star

## File name and location

::: zone pivot="azure-pipelines"
::: zone pivot="github-actions"

The GitHub action generates the configuration file and is stored in the *.github/workflows* folder, named using the following format: `azure-static-web-apps-<RANDOM_NAME>.yml`.

::: zone-end

::: zone pivot="github-actions"
::: zone pivot="azure-pipelines"

By default, the configuration file is stored at the root of your repository with the name `azure-pipelines.yml`.

Expand Down