diff --git a/menu/menu.yaml b/menu/menu.yaml index 484a5f72a23..1acb3e7802b 100644 --- a/menu/menu.yaml +++ b/menu/menu.yaml @@ -1046,6 +1046,8 @@ Articles: - Title: Azure Table Articles: + - Url: persistence/upgrades/asp-5to6 + Title: Version 5 to 6 - Url: persistence/upgrades/asp-4to5 Title: Version 4 to 5 - Url: persistence/upgrades/asp-2to3 diff --git a/persistence/upgrades/asp-5to6.md b/persistence/upgrades/asp-5to6.md new file mode 100644 index 00000000000..f99bd31c386 --- /dev/null +++ b/persistence/upgrades/asp-5to6.md @@ -0,0 +1,16 @@ +--- +title: Azure Storage Persistence Upgrade Version 5 to 6 +summary: Instructions on how to migrate from Azure Table Persistence version 5 to 6 +reviewed: 2023-11-01 +component: ASP +related: +- persistence/azure-table +redirects: +isUpgradeGuide: true +upgradeGuideCoreVersions: +- 9 +--- + +## Saga compatibility mode + +The [option to enable compatibility with saga instances persisted by NServiceBus.Persistence.AzureStorage version 1 and 2](/persistence/azure-table/configuration.md?version=astp_5#saga-compatibility-configuration) is no longer available and all legacy endpoint instances must be upgraded to no longer require it to be used.