Skip to content

Commit b0aeb20

Browse files
committed
updates12
1 parent 79ad22d commit b0aeb20

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

articles/automation/quickstart-create-automation-account-terraform.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: 'Quickstart: Use Terraform to create an Azure Automation account'
3-
description: In this quickstart, you use Terraform to create an Azure resource group, an Azure Automation account with a system-assigned identity, and assign a "Contributor" role to the Automation account.
3+
description: In this quickstart, you use Terraform to create an Azure resource group, create an Azure Automation account with a system-assigned identity, and assign a "Reader" role to the Automation account.
44
ms.topic: quickstart
5-
ms.date: 12/17/2024
5+
ms.date: 01/02/2025
66
ms.custom: devx-track-terraform
77
ms.service: azure-automation
88
author: SnehaSudhirG
99
ms.author: sudhirsneha
10-
#customer intent: As a Terraform user, I want to see how to create an Azure Automation account with a system-assigned identity and assign a "Contributor" role to the account.
10+
#customer intent: As a Terraform user, I want to see how to create an Azure resource group, create an Azure Automation account with a system-assigned identity, and assign a "Reader" role to the account.
1111
content_well_notification:
1212
- AI-contribution
1313
---
1414

1515
# Quickstart: Use Terraform to create an Azure Automation account
1616

17-
In this quickstart, you create an Azure Automation account and use Terraform to assign a "Contributor" role to the account. An Automation account is a cloud-based service that provides a secure environment for running runbooks, which are scripts that automate processes. The account can automate frequent, time-consuming, and error-prone tasks that are managed in the cloud. This Automation account is created within an Azure resource group, which is a container that holds related resources for an Azure solution. Additionally, a "Contributor" role is assigned to the Automation account, which grants specific permissions within the scope of the subscription.
17+
In this quickstart, you create an Azure Automation account and use Terraform to assign a "Reader" role to the account. An Automation account is a cloud-based service that provides a secure environment for running runbooks, which are scripts that automate processes. The account can automate frequent, time-consuming, and error-prone tasks that are managed in the cloud. This Automation account is created within an Azure resource group, which is a container that holds related resources for an Azure solution. Additionally, a "Reader" role is assigned to the Automation account, which grants the subscription permission to view all the resources in an Automation account but not make any changes.
1818

1919
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2020

@@ -25,8 +25,8 @@ In this article, you learn how to:
2525
> * Generate a random string for unique naming of the Azure resources.
2626
> * Create an Automation account and enable public network access.
2727
> * Retrieve the current Azure subscription.
28-
> * Retrieve the role definition for "Contributor".
29-
> * Assign the "Contributor" role to the Automation account.
28+
> * Retrieve the role definition for "Reader".
29+
> * Assign the "Reader" role to the Automation account.
3030
> * Output the names of the created resource group and Automation account.
3131
3232
## Prerequisites
@@ -122,5 +122,8 @@ In this article, you learn how to:
122122

123123
## Next steps
124124

125+
In this Quickstart, you created an Automation account. To learn more:
126+
125127
> [!div class="nextstepaction"]
126-
> [See more articles about Automation accounts.](/search/?terms=Azure%20automation%20account%20and%20terraform)
128+
> Continue to this [Tutorial: Create Automation PowerShell runbook using managed identity](../learn/powershell-runbook-managed-identity.md) to use managed identities with your Automation account.
129+
> [Explore more articles about Automation accounts](/search/?terms=Azure%20automation%20account%20and%20terraform).

0 commit comments

Comments
 (0)