Skip to content

Commit d8341f5

Browse files
Merge pull request #218110 from wadepickett/patch-2
Update dotnet-develop-multitenant-applications.md: Highlighting the Cross-Tenant example
2 parents 3ec41bd + f1a1204 commit d8341f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/dotnet-develop-multitenant-applications.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ In short, while there are many considerations that you must take into account to
3939

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

42+
## 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].
44+
45+
## Azure features for Multitenant Applications
4246
Azure provides many features that allow you to address the key problems encountered when designing a multitenant system.
4347

4448
**Isolation**

0 commit comments

Comments
 (0)