Skip to content

Commit 7cac013

Browse files
Merge pull request #312928 from sshankMSFT/docs-editor/storage-task-assignment-create-1773162924
Update storage-task-assignment-create.md
2 parents d375746 + 8ced09d commit 7cac013

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

articles/storage-actions/storage-tasks/storage-task-assignment-create.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,10 @@ An assignment becomes a sub resource of the targeted storage account. Therefore,
148148
-StartOn $startTime.ToUniversalTime() `
149149
-Description "<description>" `
150150
-Enabled:$true `
151-
-TargetPrefix $targetPrefix `
152-
-TargetExcludePrefix ""
151+
-TargetPrefix $targetPrefix
153152
```
154-
155-
2. Give the storage task permission to perform operations on the target storage account by assigning a role to the managed identity. You can choose the managed identity type (system-assigned or user-assigned) when you create the storage task.
153+
154+
5. Give the storage task permission to perform operations on the target storage account by assigning a role to the managed identity. You can choose the managed identity type (system-assigned or user-assigned) when you create the storage task.
156155

157156
The following commands assign the role of `Storage Blob Data Owner` to the system-assigned managed identity of the storage task.
158157

0 commit comments

Comments
 (0)