Skip to content

Commit f621f76

Browse files
committed
Cleaned up steps to run the app.
1 parent 1c927f8 commit f621f76

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

articles/storage/blobs/quickstart-blobs-javascript-browser.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -260,31 +260,30 @@ To open *index.html* in the browser with the Visual Studio Code debugger attache
260260

261261
In the [Azure portal](https://portal.azure.com), you can verify the results of the API calls as you follow the steps below.
262262

263-
1. In the Azure portal, select **Storage accounts**.
264-
1. Select the storage account you created for this project.
265-
1. Select **Containers** in the account pane.
266-
1. Switch focus back to the web app.
267-
1. Click the **Create container** button at the top of the page to create a new container.
268-
1. Switch focus back to the Azure portal.
269-
1. Click **Refresh** near the top of the containers pane.
270-
1. Click on the newly created container to see its contents. You'll see **No blobs found** because the container is new.
271-
1. Switch focus back to the web app.
272-
1. Click the **Select and upload files** button.
273-
1. In the **Open** dialog, select one or more files.
274-
1. Click the **Open** button to upload the selected files.
275-
1. Switch focus back to the Azure portal.
276-
1. Click **Refresh** to see the files you uploaded.
277-
1. Switch focus back to the web app.
278-
1. Select one or more files in the **Files** list.
279-
1. Click the **Delete selected files** button to delete them.
280-
1. Switch focus back to the Azure portal.
281-
1. Click **Refresh** to see that the files were deleted from the container.
282-
1. Select the **\<account-name\> | Containers** link at the top of the portal pane.
283-
1. Switch focus back to the web app.
284-
1. Click the **Delete container** button to delete the container and all files in the container.
285-
1. Switch focus back to the Azure portal.
286-
1. Click **Refresh** to see that the container was deleted.
287-
1. Close the web app.
263+
#### Step 1 - Create a container
264+
265+
1. In the web app, select **Create container**. The status indicates that a container was created.
266+
2. To verify in the Azure portal, select your storage account. Under **Blob service**, select **Containers**. Verify that the new container appears. (You may need to select **Refresh**.)
267+
268+
#### Step 2 - Upload a blob to the container
269+
270+
1. On your local computer, create and save a test file, such as *test.txt*.
271+
2. In the web app, click **Select and upload files**.
272+
3. Browse to your test file, and then select **Open**. The status indicates that the file was uploaded, and the file list was retrieved.
273+
4. In the Azure portal, select the name of the new container that you created earlier. Verify that the test file appears.
274+
275+
#### Step 3 - Delete the blob
276+
277+
1. In the web app, under **Files**, select the test file.
278+
2. Select **Delete selected files**. The status indicates that the file was deleted and that the container contains no files.
279+
3. In the Azure portal, select **Refresh**. Verify that you see **No blobs found**.
280+
281+
#### Step 4 - Delete the container
282+
283+
1. In the web app, select **Delete container**. The status indicates that the container was deleted.
284+
2. In the Azure portal, select the **\<account-name\> | Containers** link at the top-left of the portal pane.
285+
3. Select **Refresh**. The new container disappears.
286+
4. Close the web app.
288287

289288
### Clean up resources
290289

0 commit comments

Comments
 (0)