Skip to content

Commit cebd166

Browse files
resolve merge conflict
1 parent 70481bc commit cebd166

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -210,19 +210,9 @@ Here's an example of the entire contents of a valid *sentinel-deployment.config*
210210

211211
:::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-
<<<<<<< HEAD
214213
1. Is there a mapping in the sentinel-deployment.config?
215214
1. Is there a workspace parameter file?
216215
1. Is there a default parameter file?
217-
=======
218-
1. Include a parameter file mapping grouped by workspace ID in the `"parameterfilemappings":` section of the *sentinel-deployment.config* file. See the example above for creating the `ContentFilePath:ParameterFilePath` key value pairs. You can specify a different parameter file for the same content file per workspace.
219-
220-
Or
221-
1. Create a workspace parameter file in the same directory as a content file. If the content file is *azuredeploy.json* then the workspace parameter file naming convention is *azuredeploy.parameters-\<workspaceID\>.json*.
222-
223-
Or
224-
1. Create a default parameter file in the same directory as a content file. If the content file is *azuredeploy.json* then the default parameter file naming convention is *azuredeploy.parameters.json*.
225-
>>>>>>> a0cb8ecd8349dd3d9630faa417e4466a66a722d1
226216

227217
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.
228218

0 commit comments

Comments
 (0)