Skip to content

Commit 998b3d0

Browse files
Merge pull request #32734 from jontreynes/patch-2
grammer check: though should be through
2 parents 2a5c819 + 28390c1 commit 998b3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/terraform/terraform-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Now, initialize the configuration with *Terraform init* and then run the configu
9797

9898
When using an Azure Storage Blob for state storage, the blob is automatically locked before any operation that writes state. This configuration prevents multiple concurrent state operations, which can cause corruption. For more information, see [State Locking][terraform-state-lock] on the Terraform documentation.
9999

100-
The lock can be seen when examining the blob though the Azure portal or other Azure management tooling.
100+
The lock can be seen when examining the blob through the Azure portal or other Azure management tooling.
101101

102102
![Azure blob with lock](media/terraform-backend/lock.png)
103103

0 commit comments

Comments
 (0)