Skip to content

Commit d95a1cc

Browse files
authored
Merge pull request MicrosoftDocs#3266 from ronaldwalcott/patch-8
Update connection-azure-blob-storage.md
2 parents 2a4a559 + d2df209 commit d95a1cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/maker/canvas-apps/connections/connection-azure-blob-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Let's configure the app with controls and logic to allow upload of files to the
198198
199199
## Download files from Azure Blob Storage
200200
201-
So far you've added the ability to view containers, files from the selected container, and the option to upload file to the storage. Now, let's understand how to work with the download capability with the connected storage.
201+
So far you've added the ability to view containers, files from the selected container, and the option to upload files to the storage. Now, let's understand how to work with the download capability with the connected storage.
202202
203203
1. Select the first row in the gallery with the list of files from a container.
204204
@@ -207,7 +207,7 @@ So far you've added the ability to view containers, files from the selected cont
207207
1. Select **Insert** -> **Icons** -> **Download**.
208208
This adds the download icon for all rows in the gallery.
209209
210-
1. Move the first download icon towards the right side inside the gallery on the app screen. This also moves rest of the icons for next rows in gallery.
210+
1. Move the first download icon towards the right side inside the gallery on the app screen. This also moves the rest of the icons for the next rows in the gallery.
211211
212212
![Move first row in the file list gallery.](./media/connection-azure-blob-storage/move-download-icon.png "Move first row in the file list gallery")
213213
@@ -255,9 +255,9 @@ Similarly, you can use different file extension types, or media types to additio
255255

256256
The Azure Blob Storage connection doesn't refresh data inside the galleries automatically when the data is updated. If you have more than one container, you can select the other container and then, select the previously selected container back to refresh the connected gallery to display the changes.
257257

258-
Another method that can be considered is to use collection for the first gallery, and then, use the function [ClearCollect](../functions/function-clear-collect-clearcollect.md) to refresh the collection.
258+
Another method that can be considered is to use a collection for the first gallery, and then, use the function [ClearCollect](../functions/function-clear-collect-clearcollect.md) to refresh the collection.
259259

260-
For example, the following formulas allow you to update the collection for the top containers list in the first gallery, and update the second gallery when upload button is selected, or when the screen appears (OnVisible screen property).
260+
For example, the following formulas allow you to update the collection for the top containers list in the first gallery, and update the second gallery when the upload button is selected, or when the screen appears (OnVisible screen property).
261261

262262
1. Set the **Items** property of the first gallery for the list of containers to "TopLevelList".
263263

0 commit comments

Comments
 (0)