Skip to content

Commit 5daff6c

Browse files
authored
Merge pull request #22975 from MikeRayMSFT/20220616-elastic-jobs
20220616 elastic jobs
2 parents 8376d63 + a98f1ed commit 5daff6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ These are the current limitations to the Elastic Jobs service. We're actively w
8484
| The Elastic Job agent needs to be recreated and started in the new region after a failover/move to a new Azure region. | The Elastic Jobs service stores all its job agent and job metadata in the jobs database. Any failover or move of Azure resources to a new Azure region will also move the jobs database, job agent and jobs metadata to the new Azure region. However, the Elastic Job agent is a compute only resource and needs to be explicitly re-created and started in the new region before jobs will start executing again in the new region. Once started, the Elastic Job agent will resume executing jobs in the new region as per the previously defined job schedule. |
8585
| Concurrent jobs limit. | Currently, the preview is limited to 100 concurrent jobs. |
8686
| Excessive Audit logs from Jobs database | The Elastic Job agent operates by constantly polling the Job database to check for the arrival of new jobs and other CRUD operations. If auditing is enabled on the server that houses a Jobs database, a large amount of audit logs may be generated by the Jobs database. This can be mitigated by filtering out these audit logs using the `Set-AzSqlServerAudit` command with a predicate expression.<BR/><BR/>For example:<BR/> `Set-AzSqlServerAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/7fe3301d-31d3-4668-af5e-211a890ba6e3/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -PredicateExpression "database_principal_name <> '##MS_JobAccount##'"`<BR/><BR/>This command will only filter out Job Agent to Jobs database audit logs, not Job Agent to any target databases audit logs.|
87+
| Private end points are not supported | Databases and Elastic Pools targeted by Elastic Jobs should have "Allow Azure Services and resources to access this server" setting enabled at their server level in the current preview. If this setting is not enabled, Elastic Job Agent will not be able to execute jobs at those targets.|
8788

8889
## Best practices for creating jobs
8990

0 commit comments

Comments
 (0)