Skip to content

Commit 9dd1305

Browse files
Merge pull request #308716 from sshankMSFT/docs-editor/storage-task-quickstart-powers-1764013179
Update storage-task-quickstart-powershell.md
2 parents c118534 + e9f55b9 commit 9dd1305

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ A storage task _assignment_ specifies a storage account. After you enable the st
133133
-StartOn $startTime.ToUniversalTime() `
134134
-Description "task assignment" `
135135
-Enabled:$true `
136-
-TargetPrefix "mycontainer/" `
137-
-TargetExcludePrefix ""
136+
-TargetPrefix "mycontainer/"
138137
```
139138

140139
2. Give the storage task permission to perform operations on the target storage account. Assign the role of `Storage Blob Data Owner` to the system-assigned managed identity of the storage task by using the `New-AzRoleAssignment` command.

0 commit comments

Comments
 (0)