From 6185a244b4ce9af8021ed579e71be333f2dc779f Mon Sep 17 00:00:00 2001 From: Tim Hess Date: Thu, 2 Jul 2026 10:50:06 -0500 Subject: [PATCH 1/2] Fix formatting in build-and-stage.yml for az CLI command --- .github/workflows/build-and-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-stage.yml b/.github/workflows/build-and-stage.yml index 966b8d0..68520ed 100644 --- a/.github/workflows/build-and-stage.yml +++ b/.github/workflows/build-and-stage.yml @@ -113,7 +113,7 @@ jobs: ### Need to pair with a custom NetCoreToolService address? - A team member can use this az CLI command, replacing and for valid numbers: + A team member can use this az CLI command, replacing `` and `` for valid numbers: ```bash az webapp config appsettings set --resource-group steeltoe --name initializr-service --slot pr- --settings InitializrService__NetCoreToolService__Uri=https://netcoretoolservice-pr-.azurewebsites.net/api ``` From f644ec625fb80a6ec81f0619cb8249086b2287f7 Mon Sep 17 00:00:00 2001 From: Tim Hess Date: Thu, 2 Jul 2026 10:59:03 -0500 Subject: [PATCH 2/2] "for" -> "with" --- .github/workflows/build-and-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-stage.yml b/.github/workflows/build-and-stage.yml index 68520ed..120b164 100644 --- a/.github/workflows/build-and-stage.yml +++ b/.github/workflows/build-and-stage.yml @@ -113,7 +113,7 @@ jobs: ### Need to pair with a custom NetCoreToolService address? - A team member can use this az CLI command, replacing `` and `` for valid numbers: + A team member can use this az CLI command, replacing `` and `` with valid numbers: ```bash az webapp config appsettings set --resource-group steeltoe --name initializr-service --slot pr- --settings InitializrService__NetCoreToolService__Uri=https://netcoretoolservice-pr-.azurewebsites.net/api ```