Skip to content

Commit 1d291a4

Browse files
Merge pull request #302220 from EldertGrootenboer/patch-8
Improved wording on what is migrated from standard to premium SKU
2 parents 1e00801 + fec8c1a commit 1d291a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Some of the points to note:
1818
- This migration is meant to happen in place, meaning that existing sender and receiver applications **don't require any changes to code or configuration**. The existing connection string will automatically point to the new premium namespace.
1919
- If you're using an existing premium name, the **premium** namespace should have **no entities** in it for the migration to succeed, and should not have [partitioning enabled](enable-partitions-premium.md).
2020
- All **entities** in the standard namespace are **copied** to the premium namespace during the migration process.
21-
- Migration supports **1,000 entities (queues, topics and subscriptions) per messaging unit** on the premium tier. To identify how many messaging units you need, start with the number of entities that you have on your current standard namespace.
21+
- Migration supports **1,000 entities (queues and topics) per messaging unit** on the premium tier. To identify how many messaging units you need, start with the number of entities that you have on your current standard namespace.
2222
- You can't directly migrate from **basic tier** to **premium tier**, but you can do so indirectly by migrating from basic to standard first and then from the standard to premium in the next step.
2323
- The role-based access control (RBAC) settings aren't migrated, so you'll need to add them manually after the migration.
2424

@@ -146,7 +146,7 @@ If you are using the Azure Resource Manager ID for configuration rather a connec
146146

147147
### What do I do after the standard to premium migration is complete?
148148

149-
The standard to premium migration ensures that the entity metadata such as topics, subscriptions, and filters are copied from the standard namespace to the premium namespace. The message data that was committed to the standard namespace isn't copied from the standard namespace to the premium namespace.
149+
The standard to premium migration ensures that the entity metadata such as queues, topics, subscriptions, and filters are copied from the standard namespace to the premium namespace. The message data that was committed to the standard namespace isn't copied from the standard namespace to the premium namespace.
150150

151151
The standard namespace may have some messages that were sent and committed while the migration was underway. Manually drain these messages from the standard namespace and manually send them to the premium namespace. To manually drain the messages, use a console app or a script that drains the standard namespace entities by using the post-migration DNS name that you specified in the migration commands. Send these messages to the premium namespace so that they can be processed by the receivers.
152152

@@ -186,7 +186,7 @@ When it's complete, you see the following page:
186186
:::image type="content" source="./media/service-bus-standard-premium-migration/abort3.png" alt-text="Image showing the Abort complete page.":::
187187

188188
### What happens when I abort the migration?
189-
When the migration process is aborted, it aborts the process of copying the entities (topics, subscriptions, and filters) from the standard to the premium namespace and breaks the pairing.
189+
When the migration process is aborted, it aborts the process of copying the entities (queues, topics, subscriptions, and filters) from the standard to the premium namespace and breaks the pairing.
190190

191191
The connection string isn't updated to point to the premium namespace. Your existing applications continue to work as they did before you started the migration.
192192

0 commit comments

Comments
 (0)