Skip to content

Commit 781b330

Browse files
authored
Merge pull request #216548 from spelluru/sbusprempartitions1031
pulling the article out as the feature isn't ready
2 parents e041f9a + 18b8692 commit 781b330

File tree

4 files changed

+6
-86
lines changed

4 files changed

+6
-86
lines changed

articles/service-bus-messaging/.openpublishing.redirection.service-bus-messaging.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "enable-partitions-premium.md",
5+
"redirect_url": "/azure/service-bus-messaging/enable-partitions-basic-standard",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "migrate-java-apps-wild-fly.md",
510
"redirect_url": "/azure/app-service/configure-language-java#use-service-bus-as-a-message-broker",

articles/service-bus-messaging/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@
237237
href: enable-duplicate-detection.md
238238
- name: Enable partitions (basic / standard)
239239
href: enable-partitions-basic-standard.md
240-
- name: Enable partitions (premium tier)
241-
href: enable-partitions-premium.md
242240
- name: Enable auto forwarding for a queue or subscription
243241
href: enable-auto-forward.md
244242
- name: Enable dead lettering for a queue or subscription

articles/service-bus-messaging/enable-partitions-premium.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

articles/service-bus-messaging/service-bus-partitioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Currently Service Bus imposes the following limitations on partitioned queues an
114114
* Service Bus currently allows up to 100 partitioned queues or topics per namespace for the Basic and Standard SKU. Each partitioned queue or topic counts towards the quota of 10,000 entities per namespace.
115115

116116
## Next steps
117-
You can enable partitioning by using Azure portal, PowerShell, CLI, Resource Manager template, .NET, Java, Python, and JavaScript. For more information, see [Enable partitioning (Basic / Standard)](enable-partitions-basic-standard.md) or [Enable partitioning (Premium)](enable-partitions-premium.md).
117+
You can enable partitioning by using Azure portal, PowerShell, CLI, Resource Manager template, .NET, Java, Python, and JavaScript. For more information, see [Enable partitioning (Basic / Standard)](enable-partitions-basic-standard.md).
118118

119119
Read about the core concepts of the AMQP 1.0 messaging specification in the [AMQP 1.0 protocol guide](service-bus-amqp-protocol-guide.md).
120120

0 commit comments

Comments
 (0)