Skip to content

Commit 09915b9

Browse files
clean up precedence
1 parent cebd166 commit 09915b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/sentinel/ci-cd-custom-deploy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ Here's an example of the entire contents of a valid *sentinel-deployment.config*
208208

209209
The deployment script will accept three methods to map parameters. The precedence is determined for each included .json deployment file in your repository as follows:
210210

211-
:::image type="content" source="media/ci-cd-custom-deploy/deploy-parameter-file-precedence.svg" alt-text="A diagram showing the precedence of parameter file mappings.":::
211+
:::image type="content" source="media/ci-cd-custom-deploy/deploy-parameter-file-precedence.svg" alt-text="A diagram showing the precedence of parameter file mappings.":::
212212

213-
1. Is there a mapping in the sentinel-deployment.config?
214-
1. Is there a workspace parameter file?
215-
1. Is there a default parameter file?
213+
1. Is there a mapping in the sentinel-deployment.config?
214+
1. Is there a workspace parameter file?
215+
1. Is there a default parameter file?
216216

217217
Adding or modifying a *.parameters-\<workspaceID\>.json* file or *.parameters.json* file triggers a deployment of that corresponding content file along with the newly modified parameters. Other content files won't be deployed if the smart deployments feature is still enabled.
218218

0 commit comments

Comments
 (0)