Skip to content

Commit 3ee541c

Browse files
authored
Update dotnet-develop-multitenant-applications.md
Corrected a few typos.
1 parent 6f2deeb commit 3ee541c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dotnet-develop-multitenant-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In short, while there are many considerations that you must take into account to
4040
For more information on additional design considerations of a multitenant application, see [Hosting a Multi-Tenant Application on Azure][Hosting a Multi-Tenant Application on Azure] and [Cross-Tenant Communication using Azure Service Bus Sample][Cross-Tenant Communication using Azure Service Bus Sample]. For information on common data architecture patterns of multi-tenant software-as-a-service (SaaS) database applications, see [Design Patterns for Multi-tenant SaaS Applications with Azure SQL Database](/azure/azure-sql/database/saas-tenancy-app-design-patterns).
4141

4242
## The Cross-Tenant Communication using Azure Service Bus Sample
43-
The [Cross-Tenant Communication using Azure Service Bus Sample][Cross-Tenant Communication using Azure Service Bus Sample] demonstrates a multi-tenanted solution handling cross-tenant communication between a provider and one or more of its customers using Service Bus message queues. The provider comunicates securely with each of its Customers, and each customer securely with the Provider. To download the complete sample and instructions, see [Cross-Tenant Communication using Azure Service Bus Sample][Cross-Tenant Communication using Azure Service Bus Sample].
43+
The [Cross-Tenant Communication using Azure Service Bus Sample][Cross-Tenant Communication using Azure Service Bus Sample] demonstrates a multi-tenanted solution handling cross-tenant communication between a provider and one or more of its customers using Service Bus message queues. The provider comunicates securely with each of its customers, and each customer securely with the provider. To download the complete sample with instructions, see [Cross-Tenant Communication using Azure Service Bus Sample][Cross-Tenant Communication using Azure Service Bus Sample].
4444

4545
## Azure features for Multitenant Applications
4646
Azure provides many features that allow you to address the key problems encountered when designing a multitenant system.

0 commit comments

Comments
 (0)