From 6f16704c7261c9ac60eba7d805831aabc6ef0ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96hlund?= Date: Wed, 1 Nov 2023 20:18:00 +0100 Subject: [PATCH 1/4] Add upgrade guide --- menu/menu.yaml | 2 ++ persistence/upgrades/asp-5to6.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 persistence/upgrades/asp-5to6.md 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..9638c3bfe81 --- /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](/azure-table/configuration?#saga-compatibility-configuration&version=astp_5) is no longer available. From fbd84a5d889f744f5c0e8a181f6b6af0605055da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96hlund?= Date: Mon, 6 Nov 2023 09:20:39 +0100 Subject: [PATCH 2/4] Wording --- persistence/upgrades/asp-5to6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence/upgrades/asp-5to6.md b/persistence/upgrades/asp-5to6.md index 9638c3bfe81..4a5f23e3cdb 100644 --- a/persistence/upgrades/asp-5to6.md +++ b/persistence/upgrades/asp-5to6.md @@ -13,4 +13,4 @@ upgradeGuideCoreVersions: ## Saga compatibility mode -The [option to enable compatibility with saga instances persisted by NServiceBus.Persistence.AzureStorage version 1 and 2](/azure-table/configuration?#saga-compatibility-configuration&version=astp_5) is no longer available. +The [option to enable compatibility with saga instances persisted by NServiceBus.Persistence.AzureStorage version 1 and 2](/azure-table/configuration.md#saga-compatibility-configuration) is no longer available and all legacy endpoint instances must be upgraded to no longer require it to be used. From 032154017149f48faa30c13852568ae43f8ee015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96hlund?= Date: Mon, 6 Nov 2023 09:26:04 +0100 Subject: [PATCH 3/4] Fix link --- persistence/upgrades/asp-5to6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence/upgrades/asp-5to6.md b/persistence/upgrades/asp-5to6.md index 4a5f23e3cdb..960e0c3f31a 100644 --- a/persistence/upgrades/asp-5to6.md +++ b/persistence/upgrades/asp-5to6.md @@ -13,4 +13,4 @@ upgradeGuideCoreVersions: ## Saga compatibility mode -The [option to enable compatibility with saga instances persisted by NServiceBus.Persistence.AzureStorage version 1 and 2](/azure-table/configuration.md#saga-compatibility-configuration) is no longer available and all legacy endpoint instances must be upgraded to no longer require it to be used. +The [option to enable compatibility with saga instances persisted by NServiceBus.Persistence.AzureStorage version 1 and 2](/persistence/azure-table/configuration?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. From 12dd0083959cc77ba08c8d00815d915405f2de42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96hlund?= Date: Mon, 6 Nov 2023 09:28:42 +0100 Subject: [PATCH 4/4] Update asp-5to6.md --- persistence/upgrades/asp-5to6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence/upgrades/asp-5to6.md b/persistence/upgrades/asp-5to6.md index 960e0c3f31a..f99bd31c386 100644 --- a/persistence/upgrades/asp-5to6.md +++ b/persistence/upgrades/asp-5to6.md @@ -13,4 +13,4 @@ upgradeGuideCoreVersions: ## Saga compatibility mode -The [option to enable compatibility with saga instances persisted by NServiceBus.Persistence.AzureStorage version 1 and 2](/persistence/azure-table/configuration?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. +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.