Skip to content

Commit 1eced87

Browse files
committed
Readding file
1 parent 522fb20 commit 1eced87

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -592,49 +592,49 @@ if ($SomeVariable.someproperty -eq ....
592592

593593
The sections below list other common errors in addition to supporting documentation to help you resolve your issue.
594594

595-
## Hybrid runbook worker doesn't run jobs or isn't responding
595+
### Hybrid runbook worker doesn't run jobs or isn't responding
596596

597597
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).
598598

599-
## Runbook fails with "No permission" or some variation
599+
### Runbook fails with "No permission" or some variation
600600

601601
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.
602602

603-
## Runbooks were working, but suddenly stopped
603+
### Runbooks were working, but suddenly stopped
604604

605605
* 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.
606606
* 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.
607607

608-
## Issues passing parameters into webhooks
608+
### Issues passing parameters into webhooks
609609

610610
For help with passing parameters into webhooks, see [Start a runbook from a webhook](https://docs.microsoft.com/azure/automation/automation-webhooks#parameters).
611611

612-
## Issues using Az modules
612+
### Issues using Az modules
613613

614614
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.
615615

616-
## Inconsistent behavior in runbooks
616+
### Inconsistent behavior in runbooks
617617

618618
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.
619619

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
621621

622622
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.
623623

624-
## Runbooks were working, but suddenly stopped
624+
### Runbooks were working, but suddenly stopped
625625

626626
* 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).
627627
* 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).
628628

629-
## Passing parameters into webhooks
629+
### Passing parameters into webhooks
630630

631631
For help with passing parameters into webhooks, see [Start a runbook from a webhook](https://docs.microsoft.com/azure/automation/automation-webhooks#parameters).
632632

633-
## Using Az modules
633+
### Using Az modules
634634

635635
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).
636636

637-
## Using self-signed certificates
637+
### Using self-signed certificates
638638

639639
To use Self-Signed certificates, see [Creating a new certificate](https://docs.microsoft.com/azure/automation/shared-resources/certificates#creating-a-new-certificate).
640640

0 commit comments

Comments
 (0)