Skip to content

Commit 0102d39

Browse files
committed
User Feedback 370692 - Fix repeated word per UUF feedback
1 parent 6e49f9a commit 0102d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/azure/terraform-introduction-to-infrastructure-as-code/includes/3-azure-resource-manager-terraform-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This unit covers the difference between Azure Resource Manager and Terraform sta
66

77
### Azure Resource Manager
88

9-
Azure Resource Manager is the service that's used to deploy and manage resources in Azure with Bicep or ARM templates. You can use Resource Manager to create, update, and delete resources in your Azure subscription. It expects a declarative template that it translates that into a set of idempotent commands to create or update your resources.
9+
Azure Resource Manager is the service that's used to deploy and manage resources in Azure with Bicep or ARM templates. You can use Resource Manager to create, update, and delete resources in your Azure subscription. It expects a declarative template that it translates into a set of idempotent commands to create or update your resources.
1010

1111
### Terraform State
1212

0 commit comments

Comments
 (0)