Skip to content

Commit ea3609d

Browse files
author
Steve Stein
authored
fix link format
1 parent d72dfc6 commit ea3609d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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][https://docs.microsoft.com/azure/devops/user-guide/what-is-azure-devops] 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

0 commit comments

Comments
 (0)