diff --git a/.github/workflows/build-and-stage.yml b/.github/workflows/build-and-stage.yml index 966b8d0..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 ```