Skip to content

Commit 58bfb2f

Browse files
committed
added verify section
1 parent a9b786f commit 58bfb2f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/storage-actions/storage-tasks/storage-task-quickstart-terraform.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ In this how-to article, you'll learn how to create a storage task using Terrafor
9191
$storage_task_name=$(terraform output -raw storage_task_name)
9292
```
9393

94-
1. Ensure that the `ARM_SUBSCRIPTION_ID` environment variable is set to the Azure subscription IDl
95-
96-
```azurepowershell
97-
$env:ARM_SUBSCRIPTION_ID = <your_subscription_id>
98-
```
99-
10094
1. Run [Get-AzStorageActionTask](/powershell/module/az.storageaction/get-azstorageactiontask) to get the storage task properties.
10195

10296
```azurepowershell

0 commit comments

Comments
 (0)