Skip to content

Commit fb7c635

Browse files
authored
Update ci-cd-custom-deploy.md
1 parent a8c874c commit fb7c635

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,11 @@ Rather than passing parameters as inline values in your content files, you can [
166166
1. Is there a workspace-mapped parameter file? This would be a parameter file in the same directory as the content files that ends with .parameters-<WorkspaceID>.json
167167
1. Is there a default parameter file? This would be any parameter file in the same directory as the content files that ends with .parameters.json
168168
169-
It's important to note that once a parameter file match is determined based on the above mapping precedence, the pipeline will ignore any remaining mappings. It is highly encouraged to map your parameter files through thrrough the configuration file or by specifying the workspace ID in the file name to avoid content clashes in scenarios with multiple deployments.
169+
It is encouraged to map your parameter files through through the configuration file or by specifying the workspace ID in the file name to avoid clashes in scenarios with multiple deployments.
170+
171+
> [!IMPORTANT]
172+
> Once a parameter file match is determined based on the above mapping precedence, the pipeline will ignore any remaining mappings.
173+
>
170174
171175
Modifying the mapped parameter file listed in the sentinel-deployment.config will trigger the deployment of its paired content file. Adding or modifying a *.parameters-\<workspaceID\>.json* file or *.parameters.json* file will also trigger a deployment of the paired content file(s) along with the newly modified parameters, unless a higher precedence parameter mappings is in place. Other content files won't be deployed as long as the smart deployments feature is still enabled in the workflow/pipeline definition file.
172176

0 commit comments

Comments
 (0)