Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/pages/docs/deprecations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,19 @@ If you have questions or need help assessing the impact of a deprecation on your

## Planned Deprecations

## Azure Web App (Web Deploy) step {#azure-web-app-deprecate}

The `Deploy an Azure Web App (Web Deploy)` step depends on Microsoft's [Web Deploy tooling](https://www.nuget.org/packages/Microsoft.Web.Deployment) which only runs on Windows and has not been updated for several years.

Although Azure Web Apps are still a service provided by Azure, most deployment processes now rely on the `az webapp deployment` CLI tooling. Unfortunately this new approach does not have feature parity with the older MSDeploy capabilities and so a simple automated port by Octopus from old to new is not viable.

From **2026.3** Octopus Server will no longer support adding new `Azure Web App (Web Deploy)` steps. We recommend users migrate towards the use of the `Azure App Service` step, or use the `Run an Azure Script` step to perform the required deployment process.

Pending feedback, in a later release we will convert remaining `Azure Web App (Web Deploy)` steps to an `Run an Azure Script` step, ensuring like-for-like invocation of the old MSDeploy tools for legacy usage.

## VHD Deployments {#vhd-deprecation}

The Deploy a VHD step allows for deployment of VHD/VHDX files to Hyper-V. This step has extremely low usage and will be disabled by default in `2026.4` and removed in `2027.1`.
The `Deploy a VHD` step allows for deployment of VHD/VHDX files to Hyper-V. This step has extremely low usage and will be disabled by default in `2026.4` and removed in `2027.1`.

## Step Package Framework (SPF) deprecation {#step-package-framework-spf-deprecation}

Expand Down