Skip to content

Commit 207dac9

Browse files
authored
Merge pull request #111959 from BethWilke/branch127
Making minor changes to 1708209
2 parents e9d3004 + 8cdd2d1 commit 207dac9

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

articles/automation/shared-resources/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,4 @@ The file specifying connection type properties is named **<ModuleName>-Aut
315315

316316
## Next steps
317317

318-
* To learn more about creating PowerShell modules, see [Writing a Windows PowerShell Module](/powershell/scripting/developer/windows-powershell).
318+
* To learn more about creating PowerShell modules, see [Writing a Windows PowerShell Module](https://docs.microsoft.com/powershell/scripting/developer/module/writing-a-windows-powershell-module?view=powershell-7).

articles/automation/troubleshoot/collect-data-microsoft-azure-automation-case.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Data to collect when you open a case for Microsoft Azure Automation| Microsoft Docs
3-
description: This article describes some of the basic information that you should gather before you open a case for Azure Automation with Microsoft Azure Support.
3+
description: This article describes some of the information that you should gather before you open a case for Azure Automation with Microsoft Azure Support.
44
services: virtual-machines-windows, azure-resource-manager
55
documentationcenter: ''
66
author: v-miegge
@@ -19,13 +19,13 @@ ms.author: v-miegge
1919

2020
# Data to collect when you open a case for Microsoft Azure Automation
2121

22-
This article describes some of the basic information that you should gather before you open a case for Azure Automation with Microsoft Azure Support. This information is not required to open the case. However, it can help Microsoft resolve your problem more quickly. Also, you may be asked for this data by the support engineer after you open the case.
22+
This article describes some of the information that you should gather before you open a case for Azure Automation with Microsoft Azure Support. This information is not required to open the case. However, it can help Microsoft resolve your problem more quickly. Also, you may be asked for this data by the support engineer after you open the case.
2323

24-
## Collect basic data
24+
## Basic data
2525

2626
Collect the basic data described in the Knowledge Base article [4034605 - How to capture Azure Automation-scripted diagnostics](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics).
2727

28-
## Collect data for Update Management issues on Linux
28+
## Data for Update Management issues on Linux
2929

3030
1. In addition to the items that are listed in KB [4034605](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics), run the following log collection tool:
3131

@@ -35,7 +35,7 @@ Collect the basic data described in the Knowledge Base article [4034605 - How to
3535

3636
3. Verify that the ID for the workspace that the Log Analytics agent for Linux reports to is the same as the ID for the workspace being monitored for updates.
3737

38-
## Collect data for Update Management issues on Windows
38+
## Data for Update Management issues on Windows
3939

4040
1. Collect data for the items listed in [4034605](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics).
4141

@@ -49,7 +49,7 @@ Collect the basic data described in the Knowledge Base article [4034605 - How to
4949

5050
3. Verify that the ID of the workspace that the agent reports to is the same as the ID for the workspace being monitored by Windows Updates.
5151

52-
## Collect data for job issues
52+
## Data for job issues
5353

5454
1. Collect data for the items listed in [4034605](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics).
5555

@@ -76,16 +76,18 @@ Collect the basic data described in the Knowledge Base article [4034605 - How to
7676

7777
![Data listed under All Logs](media/collect-data-microsoft-azure-automation-case/all-logs-data.png)
7878

79-
## Collect data for module issues
79+
## Data for module issues
8080

81-
In addition to the [basic data items](#collect-basic-data), gather the following information:
81+
In addition to the [basic data items](#basic-data), gather the following information:
8282

8383
* The steps you have followed, so that the problem can be reproduced.
8484
* Screenshots of any error messages.
8585
* Screenshots of the current modules and their version numbers.
8686

8787
## Next steps
8888

89-
If you need more help, contact the Azure experts on [the MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/).
89+
If you need more help:
9090

91-
Alternatively, file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select **Get Support**.
91+
* Get answers from Azure experts through [Azure Forums](https://azure.microsoft.com/support/forums/).
92+
* 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.
93+
* File an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select **Get Support**.

articles/automation/troubleshoot/runbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ If you're trying to access resources in another subscription, you can follow the
7373
1. Go to the subscription's Access Control where the Automation account is NOT hosted, and add a new role assignment.
7474
![Access control](../media/troubleshoot-runbooks/access-control.png)
7575
1. Add the application ID collected earlier. Select Contributor permissions.
76-
![Add role assignment](../media/troubleshoot-runbooks/add-role-assignment.png)
76+
![Add role assignment](../media/troubleshoot-runbooks/add-role-assignment.png)
7777
1. Copy the name of the subscription.
78-
1. You can now use the following runbook code to test the permissions from your Automation account to the other subscription. Replace `"\<CertificateThumbprint\>"` with the value you copied in step 1. Replace `"\<SubscriptionName\>"` with the value you copied in step 4.
78+
1. You can now use the following runbook code to test the permissions from your Automation account to the other subscription. Replace `"\<CertificateThumbprint\>"` with the value copied in step 1. Replace `"\<SubscriptionName\>"` with the value copied in step 4.
7979

8080
```powershell
8181
$Conn = Get-AutomationConnection -Name AzureRunAsConnection

0 commit comments

Comments
 (0)