You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/troubleshoot/runbooks.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -592,49 +592,49 @@ if ($SomeVariable.someproperty -eq ....
592
592
593
593
The sections below list other common errors in addition to supporting documentation to help you resolve your issue.
594
594
595
-
## Hybrid runbook worker doesn't run jobs or isn't responding
595
+
###Hybrid runbook worker doesn't run jobs or isn't responding
596
596
597
597
If you are running jobs using a hybrid worker instead of in Azure Automation, you might need to [troubleshoot the hybrid worker itself](https://docs.microsoft.com/azure/automation/troubleshoot/hybrid-runbook-worker).
598
598
599
-
## Runbook fails with "No permission" or some variation
599
+
###Runbook fails with "No permission" or some variation
600
600
601
601
Run As accounts might not have the same permissions against Azure resources as your current account. Ensure that your Run As account has [permissions to access any resources](https://docs.microsoft.com/azure/role-based-access-control/role-assignments-portal) used in your script.
602
602
603
-
## Runbooks were working, but suddenly stopped
603
+
###Runbooks were working, but suddenly stopped
604
604
605
605
* If runbooks were previously executing but stopped, ensure that the [Run As account](https://docs.microsoft.com/azure/automation/manage-runas-account#cert-renewal) has not expired.
606
606
* If you are using webhooks to start runbooks, ensure that a [webhook](https://docs.microsoft.com/azure/automation/automation-webhooks#renew-webhook) has not expired.
607
607
608
-
## Issues passing parameters into webhooks
608
+
###Issues passing parameters into webhooks
609
609
610
610
For help with passing parameters into webhooks, see [Start a runbook from a webhook](https://docs.microsoft.com/azure/automation/automation-webhooks#parameters).
611
611
612
-
## Issues using Az modules
612
+
###Issues using Az modules
613
613
614
614
Using Az modules and AzureRM modules in the same Automation account is not supported. For more information, see [Az modules in runbooks](https://docs.microsoft.com/azure/automation/az-modules) for more details.
615
615
616
-
## Inconsistent behavior in runbooks
616
+
###Inconsistent behavior in runbooks
617
617
618
618
Follow the guidance in [Runbook execution](https://docs.microsoft.com/azure/automation/automation-runbook-execution#runbook-behavior) to avoid issues with concurrent jobs, resources getting created multiple times, or other timing-sensitive logic in runbooks.
619
619
620
-
## Runbook fails with the error No permission, Forbidden (403), or some variation
620
+
###Runbook fails with the error No permission, Forbidden (403), or some variation
621
621
622
622
Run As accounts might not have the same permissions against Azure resources as your current account. Ensure that your Run As account has [permissions to access any resources](https://docs.microsoft.com/azure/role-based-access-control/role-assignments-portal) used in your script.
623
623
624
-
## Runbooks were working, but suddenly stopped
624
+
###Runbooks were working, but suddenly stopped
625
625
626
626
* If runbooks were previously executing but stopped, ensure that the Run As account has not expired. See [certification renewal](https://docs.microsoft.com/azure/automation/manage-runas-account#cert-renewal).
627
627
* If you are using webhooks to start runbooks, ensure that the webhook [has not expired](https://docs.microsoft.com/azure/automation/automation-webhooks#renew-webhook).
628
628
629
-
## Passing parameters into webhooks
629
+
###Passing parameters into webhooks
630
630
631
631
For help with passing parameters into webhooks, see [Start a runbook from a webhook](https://docs.microsoft.com/azure/automation/automation-webhooks#parameters).
632
632
633
-
## Using Az modules
633
+
###Using Az modules
634
634
635
635
Using Az modules and AzureRM modules in the same Automation account is not supported. See [Az modules in runbooks](https://docs.microsoft.com/azure/automation/az-modules).
636
636
637
-
## Using self-signed certificates
637
+
###Using self-signed certificates
638
638
639
639
To use Self-Signed certificates, see [Creating a new certificate](https://docs.microsoft.com/azure/automation/shared-resources/certificates#creating-a-new-certificate).
0 commit comments