Skip to content

Commit e9cb4a6

Browse files
authored
Merge pull request #109781 from craigcaseyMSFT/vcraic0331a
fix PM build issues
2 parents f98df5d + c0f533f commit e9cb4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/automation-config-aws-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To authenticate with AWS, you must specify a set of AWS credentials to authentic
2020

2121
For Azure Automation to communicate with AWS, you first need to retrieve your AWS credentials and store them as assets in Azure Automation. Perform the following steps documented in the AWS document [Managing Access Keys for your AWS Account](https://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html) to create an Access Key and copy the **Access Key ID** and **Secret Access Key** (optionally download your key file to store it somewhere safe).
2222

23-
After you have created and copied your AWS security keys, you need to create a Credential asset with an Azure Automation account to securely store them and reference them with your runbooks. Follow the steps in the section: **To create a new credential** in the [Credential assets in Azure Automation](shared-resources/credentials.md#to-create-a-new-credential-asset-with-the-azure-portal) article and enter the following information:
23+
After you have created and copied your AWS security keys, you need to create a Credential asset with an Azure Automation account to securely store them and reference them with your runbooks. Follow the steps in the section: **To create a new credential** in the [Credential assets in Azure Automation](shared-resources/credentials.md#create-a-new-credential-asset-with-the-azure-portal) article and enter the following information:
2424

2525
1. In the **Name** box, enter **AWScred** or an appropriate value following your naming standards.
2626
2. In the **User name** box, type your **Access ID** and your **Secret Access Key** in the **Password** and **Confirm password** box.

0 commit comments

Comments
 (0)