Skip to content

Commit b5b57fe

Browse files
authored
Merge pull request #220902 from spelluru/sbusfreshness1208
retired an article and added redirection
2 parents 9de98a8 + 679c4ef commit b5b57fe

9 files changed

+11
-30
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
@@ -55,6 +55,11 @@
5555
"redirect_url": "/azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues",
5656
"redirect_document_id": false
5757
},
58+
{
59+
"source_path": "service-bus-create-namespace-portal.md",
60+
"redirect_url": "/azure/service-bus-messaging/service-bus-quickstart-portal#create-a-namespace-in-the-azure-portal",
61+
"redirect_document_id": false
62+
},
5863
{
5964
"source_path": "service-bus-create-queues.md",
6065
"redirect_url": "/azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues",

articles/service-bus-messaging/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@
171171
items:
172172
- name: Develop
173173
items:
174-
- name: Create a namespace
175-
href: service-bus-create-namespace-portal.md
176174
- name: Send and receive messages using PHP
177175
href: service-bus-php-how-to-use-queues.md
178176
- name: Publish and subscribe for messages using PHP

articles/service-bus-messaging/build-message-driven-apps-nservicebus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ NServiceBus is a commercial messaging framework provided by Particular Software.
1717
1818
## Prerequisites
1919

20-
The sample assumes you've [created an Azure Service Bus namespace](service-bus-create-namespace-portal.md).
20+
The sample assumes you've [created an Azure Service Bus namespace](service-bus-quickstart-portal.md#create-a-namespace-in-the-azure-portal).
2121

2222
> [!IMPORTANT]
2323
> NServiceBus requires at least the Standard tier. The Basic tier won't work.

articles/service-bus-messaging/explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Operations run on an Azure Service Bus namespace are of two kinds
2727

2828
To use the Service Bus Explorer tool, you'll need to do the following tasks:
2929

30-
- [Create an Azure Service Bus namespace](service-bus-create-namespace-portal.md).
30+
- [Create an Azure Service Bus namespace](service-bus-quickstart-portal.md#create-a-namespace-in-the-azure-portal).
3131
- Create a queue to send and receive message from or a topic with a subscription to test out the functionality. To learn how to create queues, topics, and subscriptions, see the following articles:
3232
- [Quickstart - Create queues](service-bus-quickstart-portal.md)
3333
- [Quickstart - Create topics](service-bus-quickstart-topics-subscriptions-portal.md)

articles/service-bus-messaging/how-to-use-java-message-service-20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article explains how to use the popular **Java Message Service (JMS) 2.0**
1818

1919
### Get started with Service Bus
2020

21-
This guide assumes that you already have a Service Bus namespace. If you don't, then you can [create the namespace and queue](service-bus-create-namespace-portal.md) using the [Azure portal](https://portal.azure.com).
21+
This guide assumes that you already have a Service Bus namespace. If you don't, then you can [create the namespace and queue](service-bus-quickstart-portal.md#create-a-namespace-in-the-azure-portal) using the [Azure portal](https://portal.azure.com).
2222

2323
For more information about how to create Service Bus namespaces and queues, see [Get started with Service Bus queues through the Azure portal](service-bus-quickstart-portal.md).
2424

articles/service-bus-messaging/service-bus-create-namespace-portal.md

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

articles/service-bus-messaging/service-bus-java-how-to-use-jms-api-amqp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Support for AMQP 1.0 in Service Bus means that you can use the queuing and publi
2323

2424
## Get started with Service Bus
2525

26-
This article assumes that you already have a Service Bus namespace that contains a queue named `basicqueue`. If you don't, you can [create the namespace and queue](service-bus-create-namespace-portal.md) by using the [Azure portal](https://portal.azure.com). For more information about how to create Service Bus namespaces and queues, see [Get started with Service Bus queues](service-bus-dotnet-get-started-with-queues.md).
26+
This article assumes that you already have a Service Bus namespace that contains a queue named `basicqueue`. If you don't, you can [create the namespace and queue](service-bus-quickstart-portal.md#create-a-namespace-in-the-azure-portal) by using the [Azure portal](https://portal.azure.com). For more information about how to create Service Bus namespaces and queues, see [Get started with Service Bus queues](service-bus-dotnet-get-started-with-queues.md).
2727

2828
> [!NOTE]
2929
> Partitioned queues and topics also support AMQP. For more information, see [Partitioned messaging entities](service-bus-partitioning.md) and [AMQP 1.0 support for Service Bus partitioned queues and topics](./service-bus-amqp-protocol-guide.md).

articles/service-bus-messaging/service-bus-migrate-standard-premium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Some conditions are associated with the migration process. Familiarize yourself
4242

4343
To migrate your Service Bus standard namespace to premium by using the Azure CLI or PowerShell tool, follow these steps.
4444

45-
1. Create a new Service Bus premium namespace. You can reference the [Azure Resource Manager templates](service-bus-resource-manager-namespace.md) or [use the Azure portal](service-bus-create-namespace-portal.md). Be sure to select **premium** for the **serviceBusSku** parameter.
45+
1. Create a new Service Bus premium namespace. You can reference the [Azure Resource Manager templates](service-bus-resource-manager-namespace.md) or [use the Azure portal](service-bus-quickstart-portal.md#create-a-namespace-in-the-azure-portal). Be sure to select **premium** for the **serviceBusSku** parameter.
4646

4747
1. Set the following environment variables to simplify the migration commands.
4848

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To learn how to configure a Service Bus namespace to automatically scale (increa
7676
7777
## Get started with Premium Messaging
7878

79-
Getting started with Premium Messaging is straightforward and the process is similar to that of Standard Messaging. Begin by [creating a namespace](service-bus-create-namespace-portal.md) in the [Azure portal](https://portal.azure.com). Make sure you select **Premium** under **Pricing tier**. Select **View full pricing details** to see more information about each tier.
79+
Getting started with Premium Messaging is straightforward and the process is similar to that of Standard Messaging. Begin by [creating a namespace](service-bus-quickstart-portal.md#create-a-namespace-in-the-azure-portal) in the [Azure portal](https://portal.azure.com). Make sure you select **Premium** under **Pricing tier**. Select **View full pricing details** to see more information about each tier.
8080

8181
:::image type="content" source="./media/service-bus-premium-messaging/select-premium-tier.png" alt-text="Screenshot that shows the selection of premium tier when creating a namespace.":::
8282

0 commit comments

Comments
 (0)