Skip to content

Commit d8c990f

Browse files
authored
Merge pull request #203598 from SnehaSudhirG/01Jul-TSupdate
Added about West Europe scalability issues
2 parents ad9b488 + bc54a14 commit d8c990f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

articles/automation/automation-faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ ms.custom: devx-track-azurepowershell
1313

1414
This Microsoft FAQ is a list of commonly asked questions about Azure Automation. If you have any other questions about its capabilities, go to the discussion forum and post your questions. When a question is frequently asked, we add it to this article so that it's found quickly and easily.
1515

16+
## Why can't I create new Automation job in West Europe region?
17+
18+
You might experience a delay or failure of job creation because of scalability issues in West Europe region. For more information, see [creation of new Automation job in West Europe region](./troubleshoot/runbooks.md#scenario-unable-to-create-new-automation-job-in-west-europe-region).
19+
20+
1621
## Can Update Management prevent unexpected OS-level upgrades?
1722

1823
Yes. For more information, see [Exclude updates](./update-management/manage-updates-for-vm.md#exclude-updates).

articles/automation/troubleshoot/runbooks.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,23 @@ When you receive errors during runbook execution in Azure Automation, you can us
4444
If you're running your runbooks on a Hybrid Runbook Worker instead of in Azure Automation, you might need to [troubleshoot the hybrid worker itself](hybrid-runbook-worker.md).
4545

4646

47+
## Scenario: Unable to create new Automation job in West Europe region
48+
49+
### Issue
50+
When creating new Automation jobs, you might experience a delay or failure of job creation.
51+
52+
### Cause
53+
This is because of scalability limits with the Automation service in the West Europe region.
54+
55+
### Resolution
56+
Do one of the following actions if it is feasible as per your requirement and environment to reduce the chance of failure:
57+
58+
- During the peak hours of job creation, typically on the hour, and half hour, move the job start time to five minutes before or after the hour/half hour.
59+
- Run the Automation jobs from alternate data centres until the transition work is complete.
60+
61+
>[!NOTE]
62+
> The optimization of existing load and transitioning the load to a new design by the product group is in progress.
63+
4764
## <a name="runbook-fails-no-permission"></a>Scenario: Runbook fails with "this.Client.SubscriptionId cannot be null." error message
4865

4966
### Issue

0 commit comments

Comments
 (0)