You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/quickstart-create-automation-account-terraform.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
2
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.
4
4
ms.topic: quickstart
5
-
ms.date: 12/17/2024
5
+
ms.date: 01/02/2025
6
6
ms.custom: devx-track-terraform
7
7
ms.service: azure-automation
8
8
author: SnehaSudhirG
9
9
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.
11
11
content_well_notification:
12
12
- AI-contribution
13
13
---
14
14
15
15
# Quickstart: Use Terraform to create an Azure Automation account
16
16
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.
@@ -25,8 +25,8 @@ In this article, you learn how to:
25
25
> * Generate a random string for unique naming of the Azure resources.
26
26
> * Create an Automation account and enable public network access.
27
27
> * 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.
30
30
> * Output the names of the created resource group and Automation account.
31
31
32
32
## Prerequisites
@@ -122,5 +122,8 @@ In this article, you learn how to:
122
122
123
123
## Next steps
124
124
125
+
In this Quickstart, you created an Automation account. To learn more:
126
+
125
127
> [!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