Skip to content

Commit 08ca507

Browse files
authored
Merge pull request #155739 from stevestein/patch-13
SQL DB - update link
2 parents a82086f + ea3609d commit 08ca507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Other management features that scale well include the following:
109109

110110
#### Automation
111111

112-
The management operations can be scripted and offered through a [devops][http-visual-studio-devops-485m] model. The operations can even be automated and exposed in the application.
112+
The management operations can be scripted and offered through a [devops](https://docs.microsoft.com/azure/devops/user-guide/what-is-azure-devops) model. The operations can even be automated and exposed in the application.
113113

114114
For example, you could automate the recovery of a single tenant to an earlier point in time. The recovery only needs to restore the one single-tenant database that stores the tenant. This restore has no impact on other tenants, which confirms that management operations are at the finely granular level of each individual tenant.
115115

@@ -214,4 +214,4 @@ The following table summarizes the differences between the main tenancy models.
214214

215215
[image-mt-app-db-per-tenant-pool-153p]: media/saas-tenancy-app-design-patterns/saas-multi-tenant-app-database-per-tenant-pool-15.png "Design of multi-tenant app with database-per-tenant, using elastic pool."
216216

217-
[image-mt-app-sharded-mt-db-174s]: media/saas-tenancy-app-design-patterns/saas-multi-tenant-app-sharded-multi-tenant-databases-17.png "Design of multi-tenant app with sharded multi-tenant databases."
217+
[image-mt-app-sharded-mt-db-174s]: media/saas-tenancy-app-design-patterns/saas-multi-tenant-app-sharded-multi-tenant-databases-17.png "Design of multi-tenant app with sharded multi-tenant databases."

0 commit comments

Comments
 (0)