You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/ci-cd-custom-deploy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,11 +208,11 @@ Here's an example of the entire contents of a valid *sentinel-deployment.config*
208
208
209
209
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:
210
210
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.":::
212
212
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?
216
216
217
217
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.
0 commit comments