Skip to content

Commit dd4903f

Browse files
committed
Correct missformatting due to learn editor.
1 parent 7dca622 commit dd4903f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/common/storage-use-azurite.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To configure Azurite settings within Visual Studio Code, select the **Extensions
4545

4646
The following settings are supported:
4747

48-
- **azurite.blobHost** - The Blob service listening endpoint. The default setting is 127.0.0.1.
48+
- **azurite.blobHost** - The Blob service listening endpoint. The default setting is 127.0.0.1.
4949
- **azurite.blobPort** - The Blob service listening port. The default port is 10000.
5050
- **azurite.queueHost** - The Queue service listening endpoint. The default setting is 127.0.0.1.
5151
- **azurite.queuePort** - The Queue service listening port. The default port is 10001.
@@ -166,7 +166,7 @@ This configuration option can be changed later by modifying the project's **Conn
166166
167167
The Azurite extension supports the following Visual Studio Code commands. To open the command palette, press **F1** in Visual Studio Code.
168168

169-
- **Azurite: Clean** - Reset all Azurite services persistency data
169+
- **Azurite: Clean** - Reset all Azurite services persistency data
170170
- **Azurite: Clean Blob Service** - Clean blob service
171171
- **Azurite: Clean Queue Service** - Clean queue service
172172
- **Azurite: Clean Table Service** - Clean table service
@@ -716,7 +716,7 @@ You can use Storage Explorer to view the data stored in Azurite.
716716

717717
In Storage Explorer, connect to Azurite by following these steps:
718718

719-
1. Select the **Manage Accounts** icon
719+
1. Select the **Manage Accounts** icon
720720
1. Select **Add an account**
721721
1. Select **Attach to a local emulator**
722722
1. Select **Next**

0 commit comments

Comments
 (0)