Skip to content

Commit ffe9f21

Browse files
authored
Merge pull request #47630 from stevestein/sqldb-job-targets
Update list format
2 parents 6dbd5de + 90fac93 commit ffe9f21

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/sql-database/elastic-jobs-overview.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,21 @@ Pools and single databases can be specified as included or excluded from the gro
104104

105105
A target group can include databases in multiple subscriptions, and across multiple regions. Note that cross-region executions have higher latency than executions within the same region.
106106

107-
The following examples show how different target group definitions are dynamically enumerated at the moment of job execution to determine which databases the job will run.
107+
The following examples show how different target group definitions are dynamically enumerated at the moment of job execution to determine which databases the job will run:
108108

109-
- *Example 1* shows a target group that consists of a list of individual databases. When a job step is executed using this target group, the job step's action will be executed in each of those databases.
110-
- *Example 2* shows a target group that contains an Azure SQL Server as a target. When a job step is executed using this target group, the server is dynamically enumerated to determine the list of databases that are currently in the server. The job step's action will be executed in each of those databases.
111-
- *Example 3* shows a similar target group as *Example 2*, but an individual database is specifically excluded. The job step's action will *not* be executed in the excluded database.
112-
- *Example 4* shows a target group that contains an elastic pool as a target. Similar to *Example 2*, the pool will be dynamically enumerated at job run time to determine the list of databases in the pool.
109+
![Target group examples](media/elastic-jobs-overview/targetgroup-examples1.png)
113110

114-
![Target group examples](media/elastic-jobs-overview/targetgroup-examples1.png)
111+
**Example 1** shows a target group that consists of a list of individual databases. When a job step is executed using this target group, the job step's action will be executed in each of those databases.<br>
112+
**Example 2** shows a target group that contains an Azure SQL Server as a target. When a job step is executed using this target group, the server is dynamically enumerated to determine the list of databases that are currently in the server. The job step's action will be executed in each of those databases.<br>
113+
**Example 3** shows a similar target group as *Example 2*, but an individual database is specifically excluded. The job step's action will *not* be executed in the excluded database.<br>
114+
**Example 4** shows a target group that contains an elastic pool as a target. Similar to *Example 2*, the pool will be dynamically enumerated at job run time to determine the list of databases in the pool.
115+
<br><br>
115116

116-
- *Example 5* and *Example 6* show advanced scenarios where Azure SQL Servers, elastic pools, and databases, can be combined using include and exclude rules.
117-
- *Example 7* shows that the shards in a shard map can also be evaluated at job run time.
118117

119-
![Target group examples](media/elastic-jobs-overview/targetgroup-examples2.png)
118+
![Target group examples](media/elastic-jobs-overview/targetgroup-examples2.png)
119+
120+
**Example 5** and *Example 6* show advanced scenarios where Azure SQL Servers, elastic pools, and databases, can be combined using include and exclude rules.<br>
121+
**Example 7** shows that the shards in a shard map can also be evaluated at job run time.
120122

121123
### Job
122124

0 commit comments

Comments
 (0)