Skip to content

Commit 863463a

Browse files
(Azure CXP) fixes doc update.
Updated Line 21 from `A multitenant application is a shared resource that allows separate users, or "tenants," to view the application as though it was their own. A typical scenario that lends itself to a multitenant application is one in which all users of the application may wish to customize the user experience but otherwise have the same basic business requirements.` to `A multitenant application is a shared resource that allows "users in separate tenants" to view the application as though it was their own. A typical scenario that lends itself to a multitenant application is one in which all users of the application from different tenants may wish to customize the user experience but otherwise have the same basic business requirements.` Fixes MicrosoftDocs/azure-docs#47541 @wadepickett could you please review this and approve the same accordingly ? ------- cc: @wadepickett GitHub Issue: https://github.com/MicrosoftDocs/azure-docs/issues/47541
1 parent d1471e1 commit 863463a

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
@@ -18,7 +18,7 @@ ms.author: wpickett
1818

1919
---
2020
# Multitenant Applications in Azure
21-
A multitenant application is a shared resource that allows separate users, or "tenants," to view the application as though it was their own. A typical scenario that lends itself to a multitenant application is one in which all users of the application may wish to customize the user experience but otherwise have the same basic business requirements. Examples of large multitenant applications are Office 365, Outlook.com, and visualstudio.com.
21+
A multitenant application is a shared resource that allows "users in separate tenants" to view the application as though it was their own. A typical scenario that lends itself to a multitenant application is one in which all users of the application from different tenants may wish to customize the user experience but otherwise have the same basic business requirements. Examples of large multitenant applications are Office 365, Outlook.com, and visualstudio.com.
2222

2323
From an application provider's perspective, the benefits of multitenancy mostly relate to operational and cost efficiencies. One version of your application can meet the needs of many tenants/customers, allowing consolidation of system administration tasks such as monitoring, performance tuning, software maintenance, and data backups.
2424

0 commit comments

Comments
 (0)