Skip to content

Commit b5879ea

Browse files
committed
Edits
1 parent ed5dc14 commit b5879ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ To run the code inside the Visual Studio Code debugger, configure the *launch.js
229229

230230
To set up the debugger extension in Visual Studio Code:
231231

232-
1. Select **Run > Add Configuration**
233-
2. Select **Edge**, **Chrome**, or **Firefox**, depending on which extension you installed in the [Prerequisites](#prerequisites) section earlier.
232+
1. Select **Run > Add Configuration**
233+
2. Select **Edge**, **Chrome**, or **Firefox**, depending on which extension you installed in the [Prerequisites](#prerequisites) section earlier.
234234

235235
Adding a new configuration creates a *launch.json* file and opens it in the editor. Modify the *launch.json* file so that the `url` value is `http://localhost:1234/index.html`, as shown here:
236236

@@ -279,7 +279,7 @@ In the [Azure portal](https://portal.azure.com), you can verify the results of t
279279
1. Click the **Delete selected files** button to delete them.
280280
1. Switch focus back to the Azure portal.
281281
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.
282+
1. Select the **\<account-name\> | Containers** link at the top of the portal pane.
283283
1. Switch focus back to the web app.
284284
1. Click the **Delete container** button to delete the container and all files in the container.
285285
1. Switch focus back to the Azure portal.

0 commit comments

Comments
 (0)