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
Fix pre-existing markdownlint violations in touched SPF pages
CI lint fails on any violation in a linted file, not just new ones,
so clean up the existing issues in the files this PR already edits.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
You can also use the above PowerShell cmdlets when deploying Azure resources using an ARM template.
123
123
124
-
Firstly, turn on **Custom deployment scripts** under _Configure Features_ on your _Deploy an Azure Resource Group_ step.
124
+
Firstly, turn on **Custom deployment scripts** under *Configure Features* on your *Deploy an Azure Resource Group* step.
125
125
126
126
:::figure
127
127

128
128
:::
129
129
130
-
Under the _Features_ section you will have _Pre-deployment_, _Deployment_, and _Post-deployment_ scripts.
130
+
Under the *Features* section you will have *Pre-deployment*, *Deployment*, and *Post-deployment* scripts.
131
131
132
-
In the _Post-deployment_ script section, you can [access the output parameters](/docs/runbooks/runbook-examples/azure/resource-groups/#arm-template-out-params) and use those output parameters to run any of the cmdlets above.
132
+
In the *Post-deployment* script section, you can [access the output parameters](/docs/runbooks/runbook-examples/azure/resource-groups/#arm-template-out-params) and use those output parameters to run any of the cmdlets above.
Copy file name to clipboardExpand all lines: src/pages/docs/projects/built-in-step-templates/automatic-updates.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,21 @@ Built-in step templates that use the new "step package" format can be updated au
19
19
Optionally, the automatic version updates of built-in steps can be turned off by navigating to **Configuration ➜ Features** and turning off the **Step Template Updates** feature.

23
23
:::
24
24
25
25
## Notes
26
26
27
-
* Existing deployment processes and runbooks will be automatically updated to use the latest **minor version** of the built-in step templates, without any user-intervention. This enables rapid deployment of security and patch fixes in a backward compatible manner.
28
-
***Major version** upgrades of steps within existing deployment processes and runbooks will require manual intervention, as the steps will not be backward compatible and likely require additional input.
27
+
- Existing deployment processes and runbooks will be automatically updated to use the latest **minor version** of the built-in step templates, without any user-intervention. This enables rapid deployment of security and patch fixes in a backward compatible manner.
28
+
-**Major version** upgrades of steps within existing deployment processes and runbooks will require manual intervention, as the steps will not be backward compatible and likely require additional input.

32
32
:::
33
33
34
-
* Only steps that are compatible with the current Octopus Server version will be automatically downloaded and updated.
35
-
* Only the steps built with the new "step package" format are updated using the described mechanism. Existing steps will still require Octopus to be updated to receive new versions.
34
+
- Only steps that are compatible with the current Octopus Server version will be automatically downloaded and updated.
35
+
- Only the steps built with the new "step package" format are updated using the described mechanism. Existing steps will still require Octopus to be updated to receive new versions.
36
36
37
37
## Older versions
38
38
39
-
Automatic step template updates are available from Octopus **2022.1**.
39
+
Automatic step template updates are available from Octopus **2022.1**.
0 commit comments