Skip to content

Commit 0731f77

Browse files
committed
how-to --> q/s
1 parent 5dbd80a commit 0731f77

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

articles/storage-actions/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ items:
1010
items:
1111
- name: Create, assign, and run a storage task
1212
href: storage-tasks/storage-task-quickstart-portal.md
13+
- name: Create a storage task - Terraform
14+
href: storage-tasks/storage-task-quickstart-terraform.md
1315
expanded: true
1416
- name: Concepts
1517
items:

articles/storage-actions/storage-tasks/storage-task-create-terraform.md renamed to articles/storage-actions/storage-tasks/storage-task-quickstart-terraform.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Create a storage task using Terraform
2+
title: 'Quickstart: Create a storage task using Terraform'
33
titleSuffix: Azure Storage Actions Preview
44
description: Learn how to create a storage task using Terraform. A storage task can perform on blobs in one or more Azure Storage accounts.
55
author: normesta
66
ms.service: azure-storage-actions
77
ms.custom: devx-track-terraform;build-2023-metadata-update
8-
ms.topic: how-to
8+
ms.topic: quickstart
99
ms.author: normesta
1010
ms.date: 03/25/2025
1111
#customer intent: As a Terraform user, I want to see how to create a storage task using Terraform.
1212
content_well_notification:
1313
- AI-contribution
1414
---
1515

16-
# Create a storage task using Terraform
16+
# Quickstart: Create a storage task using Terraform
1717

1818
A storage task can perform operations on blobs in an Azure Storage account. As you create a task, you can define the conditions that must be met by each object (container or blob), and the operations to perform on the object. You can also identify one or more Azure Storage account targets. See [What are Azure Storage Actions?](../overview.md).
1919

@@ -83,8 +83,7 @@ In this how-to article, you'll learn how to create a storage task using Terrafor
8383

8484
[Troubleshoot common problems when using Terraform on Azure](/azure/developer/terraform/troubleshoot).
8585

86-
## See also
8786

88-
- [Azure Storage Actions overview](../overview.md)
89-
- [Create, assign, and run a storage task](storage-task-quickstart-portal.md)
90-
- [Define conditions and operations](storage-task-conditions-operations-edit.md)
87+
## Next steps
88+
89+
[Create a storage task](storage-task-create.md)

0 commit comments

Comments
 (0)