Skip to content

Commit 0f688cf

Browse files
authored
Merge pull request #202980 from spelluru/sbusmigrate0622
RBAC settings aren't migrated
2 parents 5fde480 + 1d8adcf commit 0f688cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migrate Azure Service Bus namespaces - standard to premium
33
description: Guide to allow migration of existing Azure Service Bus standard namespaces to premium
44
ms.topic: article
5-
ms.date: 03/09/2022
5+
ms.date: 06/27/2022
66
---
77

88
# Migrate existing Azure Service Bus standard namespaces to the premium tier
@@ -21,6 +21,7 @@ Some of the points to note:
2121
- All **entities** in the standard namespace are **copied** to the premium namespace during the migration process.
2222
- Migration supports **1,000 entities 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.
2323
- 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.
24+
- The role-based access control (RBAC) settings are not migrated, so you will need to add them manually after the migration.
2425

2526
## Migration steps
2627

@@ -140,6 +141,9 @@ Here is a list of features not supported by Premium and their mitigation -
140141

141142
If your ARM template sets 'enablePartitioning' to 'true' for a specific Queue or Topic, then it will be ignored by the broker.
142143

144+
### RBAC settings
145+
The role-based access control (RBAC) settings on the namespace aren't migrated to the premium namespace. You'll need to add them manually after the migration.
146+
143147
## FAQs
144148

145149
### What happens when the migration is committed?

0 commit comments

Comments
 (0)