Skip to content

Commit 50b5a58

Browse files
author
Tiago Brenck
committed
removed "previous version" doc
1 parent 3a20477 commit 50b5a58

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

2-WebApp-graph-user/2-3-Multi-Tenant/README-National-Cloud.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ services.Configure<OpenIdConnectOptions>(AzureADDefaults.OpenIdScheme, options =
314314

315315
There are two common scenarios regarding data partition on a multi-tenant app. Having a separate database for each tenant or having a single database and using the **tenantId** to separate the data of each tenant. In this sample, we have taken the single database approach to save the ToDo items for all users from all tenants.
316316

317-
If you want to read more about data architecture on multi-tenant apps, please refer to [Choosing a Multi-Tenant Data Architecture](https://docs.microsoft.com/previous-versions/msp-n-p/hh534480(v=pandp.10)) and [Multi-tenant SaaS database tenancy patterns](https://docs.microsoft.com/azure/sql-database/saas-tenancy-app-design-patterns)
317+
If you want to read more about data architecture on multi-tenant apps, please refer to [Multi-tenant SaaS database tenancy patterns](https://docs.microsoft.com/azure/sql-database/saas-tenancy-app-design-patterns)
318318

319319
`TodoListController.cs` has the basic CRUD actions for `ToDoItem` and each operation takes into account the signed user's **tenantId** to separate data from each tenant. The tenantId can be found in the user' claims.
320320

@@ -364,7 +364,6 @@ To learn more about single and multi-tenant apps
364364
- [Application and service principal objects in Azure Active Directory](https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals)
365365
- [National Clouds](https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-national-cloud)
366366
- [Endpoints](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols#endpoints)
367-
- [Choosing a Multi-Tenant Data Architecture](https://docs.microsoft.com/previous-versions/msp-n-p/hh534480(v=pandp.10))
368367
- [Multi-tenant SaaS database tenancy patterns](https://docs.microsoft.com/azure/sql-database/saas-tenancy-app-design-patterns)
369368

370369
To learn more about admin consent experiences

2-WebApp-graph-user/2-3-Multi-Tenant/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ services.Configure<OpenIdConnectOptions>(AzureADDefaults.OpenIdScheme, options =
290290

291291
There are two common scenarios regarding data partition on a multi-tenant app. Having a separate database for each tenant or having a single database and using the **tenantId** to separate the data of each tenant. In this sample, we have taken the single database approach to save the ToDo items for all users from all tenants.
292292

293-
If you want to read more about data architecture on multi-tenant apps, please refer to [Choosing a Multi-Tenant Data Architecture](https://docs.microsoft.com/previous-versions/msp-n-p/hh534480(v=pandp.10)) and [Multi-tenant SaaS database tenancy patterns](https://docs.microsoft.com/azure/sql-database/saas-tenancy-app-design-patterns)
293+
If you want to read more about data architecture on multi-tenant apps, please refer to [Multi-tenant SaaS database tenancy patterns](https://docs.microsoft.com/azure/sql-database/saas-tenancy-app-design-patterns)
294294

295295
`TodoListController.cs` has the basic CRUD actions for `ToDoItem` and each operation takes into account the signed user's **tenantId** to separate data from each tenant. The tenantId can be found in the user' claims.
296296

@@ -345,7 +345,6 @@ To learn more about single and multi-tenant apps
345345
- [Application and service principal objects in Azure Active Directory](https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals)
346346
- [National Clouds](https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-national-cloud)
347347
- [Endpoints](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols#endpoints)
348-
- [Choosing a Multi-Tenant Data Architecture](https://docs.microsoft.com/previous-versions/msp-n-p/hh534480(v=pandp.10))
349348
- [Multi-tenant SaaS database tenancy patterns](https://docs.microsoft.com/azure/sql-database/saas-tenancy-app-design-patterns)
350349

351350
To learn more about admin consent experiences

0 commit comments

Comments
 (0)