File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,21 +61,21 @@ Set-AzStorageBlobContent -File "D:\_TestImages\Image000.jpg" `
61
61
Set-AzStorageBlobContent -File "D:\_TestImages\Image001.jpg" `
62
62
-Container $containerName `
63
63
-Blob "Image001.jpg" `
64
- -Context $ctx
64
+ -Context $ctx `
65
65
-StandardBlobTier Hot
66
66
67
67
# upload another file to the Cool access tier
68
68
Set-AzStorageBlobContent -File "D:\_TestImages\Image002.png" `
69
69
-Container $containerName `
70
70
-Blob "Image002.png" `
71
- -Context $ctx
71
+ -Context $ctx `
72
72
-StandardBlobTier Cool
73
73
74
74
# upload a file to a folder to the Archive access tier
75
75
Set-AzStorageBlobContent -File "D:\_TestImages\foldername\Image003.jpg" `
76
76
-Container $containerName `
77
77
-Blob "Foldername/Image003.jpg" `
78
- -Context $ctx
78
+ -Context $ctx `
79
79
-StandardBlobTier Archive
80
80
```
81
81
You can’t perform that action at this time.
0 commit comments