Skip to content

Commit e614bad

Browse files
20260330 image link fix
1 parent b175c14 commit e614bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-sql/database/saas-tenancy-app-design-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The vendor can access all the databases in all the standalone app instances, eve
8080

8181
This next pattern uses a multitenant application with many databases, all being single-tenant databases. A new database is provisioned for each new tenant. The application tier is scaled *up* vertically by adding more resources per node. Or the app is scaled *out* horizontally by adding more nodes. The scaling is based on workload, and is independent of the number or scale of the individual databases.
8282

83-
:::image type="content" source="media/saas-tenancy-app-design-patterns/saas-multitenant-app-database-per-tenant.png" alt-text="Diagram of the design of a multitenant app with database-per-tenant.":::
83+
:::image type="content" source="media/saas-tenancy-app-design-patterns/saas-multi-tenant-app-database-per-tenant.png" alt-text="Diagram of the design of a multitenant app with database-per-tenant.":::
8484

8585
### Customize for a tenant
8686

0 commit comments

Comments
 (0)