You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app creates a test file in your local *MyDocuments* folder and uploads it to Blob storage. The example then lists the blobs in the container and downloads the file with a new name so that you can compare the old and new files.
267
+
This app creates a test file in your local *data* folder and uploads it to Blob storage. The example then lists the blobs in the container and downloads the file with a new name so that you can compare the old and new files.
267
268
268
269
Navigate to your application directory, then build and run the application.
269
270
@@ -295,7 +296,7 @@ Deleting the local source and downloaded files...
295
296
Done
296
297
```
297
298
298
-
Before you begin the clean up process, check your *MyDocuments* folder for the two files. You can open them and observe that they are identical.
299
+
Before you begin the clean up process, check your *data* folder for the two files. You can open them and observe that they are identical.
299
300
300
301
After you've verified the files, press the **Enter** key to delete the test files and finish the demo.
0 commit comments