Skip to content

Commit 0df5037

Browse files
authored
Merge pull request #109063 from BethWilke/task131
Fixing documentation task 1682136
2 parents dbbe383 + 886f646 commit 0df5037

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

articles/automation/TOC.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
- name: Manage Azure Automation data
3232
href: automation-managing-data.md
3333
displayName: backup
34+
- name: Troubleshoot
35+
items:
36+
- name: Automation account troubleshooting
37+
href: troubleshoot/automation-account.md
38+
displayName: troubleshoot
3439
- name: Process Automation
3540
items:
3641
- name: Hybrid Runbook Worker Overview
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Automation account troubleshooting
3+
description: Learn how to troubleshoot and resolve issues with an Azure account.
4+
services: automation
5+
author: mgoedtel
6+
ms.author: magoedte
7+
ms.date: 03/24/2020
8+
ms.topic: conceptual
9+
ms.service: automation
10+
manager: carmonm
11+
---
12+
# Automation account troubleshooting
13+
14+
This article discusses solutions to issues that you might encounter when you use an Automation account. The following sections highlight specific error messages and possible resolutions for each. For general information about Automation accounts, see [Create an Azure account](../automation-quickstart-create-account.md).
15+
16+
## <a name="rp-register"></a>Scenario: Unable to register Automation Resource Provider for subscriptions
17+
18+
### Issue
19+
20+
When you work with management solutions in your Automation account, you encounter the following error:
21+
22+
```error
23+
Error details: Unable to register Automation Resource Provider for subscriptions:
24+
```
25+
26+
### Cause
27+
28+
The Automation Resource Provider isn't registered in the subscription.
29+
30+
### Resolution
31+
32+
To register the Automation Resource Provider, follow these steps in the Azure portal:
33+
34+
1. From your browser, go to the [Azure portal](https://portal.azure.com).
35+
36+
2. Navigate to **Subscriptions** and select your subscription from the Subscriptions page.
37+
38+
3. Under **Settings**, select **Resource Providers**.
39+
40+
4. From the list of resource providers, verify that the **Microsoft.Automation** resource provider is registered.
41+
42+
5. If it's not listed, register the **Microsoft.Automation** provider by following the steps at [Resolve errors for resource provider registration](/azure/azure-resource-manager/resource-manager-register-provider-errors).
43+
44+
## Next steps
45+
46+
If you didn't see your problem or can't resolve your issue, try one of the following channels for additional support:
47+
48+
* Get answers from Azure experts through [Azure Forums](https://azure.microsoft.com/support/forums/).
49+
* Connect with [@AzureSupport](https://twitter.com/azuresupport), the official Microsoft Azure account for improving customer experience by connecting the Azure community to the right resources: answers, support, and experts.
50+
* File an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select **Get Support**.

0 commit comments

Comments
 (0)