Skip to content

Commit 2223afe

Browse files
authored
Update on-premises-to-azure.md
1 parent 8f26c5d commit 2223afe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modernization/migrate-to-the-cloud/on-premises-to-azure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It provides a centralized hub to assess and migrate on-premises systems to the A
2121

2222
Azure Service Bus and Azure Storage Queues are fully managed messaging services supported by NServiceBus. For systems using SQL Server transport, Azure SQL Database or SQL Server on Azure Virtual Machines offer cloud-hosted alternatives that maintain compatibility with NServiceBus transports.
2323

24-
The [NServiceBus Messaging Bridge](/nservicebus/bridge) acts as a connector between on-premises endpoints and those using Azure-native transports. This enables a phased migration approach minimizes risk by allowing incremental migration, service-by-service, while ensuring the system remains fully functional throughout the transition.
24+
The [NServiceBus Messaging Bridge](/nservicebus/bridge) acts as a connector between on-premises endpoints and those using Azure-native transports. It enables a phased migration approach to minimize risk by allowing incremental migration, service-by-service, while ensuring the system remains fully functional throughout the transition.
2525

2626
```mermaid
2727
flowchart LR
@@ -48,7 +48,7 @@ end
4848
- [Azure Service Bus](/transports/azure-service-bus/)
4949
- [Azure Storage Queues](/transports/azure-storage-queues/)
5050
- [SQL Server](/transports/sql/) using [Azure SQL Database](https://azure.microsoft.com/en-us/products/azure-sql/database/) or [SQL Server on Azure VM](https://azure.microsoft.com/en-us/products/virtual-machines/sql-server/)
51-
- [PostgreSQL](/transports/postgresql/) using [Azure Database for PostgreSQL](https://azure.microsoft.com/en-us/products/postgresql/)
51+
- [PostgreSQL](/transports/postgresql/) using [Azure Database for PostgreSQL](https://azure.microsoft.com/en-us/products/postgresql/)
5252

5353
> [!NOTE]
5454
> While SQL transports are supported, it is not recommended to migrate *to* them, as dedicated queueing technologies are more efficient.
@@ -58,4 +58,4 @@ end
5858
- [MSMQ](/transports/msmq/)
5959
- [RabbitMQ](/transports/rabbitmq/)
6060
- [SQL Server](/transports/sql/)
61-
- [PostgreSQL](/transports/postgresql/)
61+
- [PostgreSQL](/transports/postgresql/)

0 commit comments

Comments
 (0)