Skip to content

Commit 7803166

Browse files
committed
Learn Editor: Update storage-use-azurite.md
1 parent 5026af6 commit 7803166

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 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
@@ -488,6 +488,14 @@ There's no restriction on the value specified for this option, but virtual memor
488488

489489
To learn more, see [Use in-memory storage](https://github.com/Azure/Azurite#use-in-memory-storage).
490490

491+
#### Disable Telemetry Collection
492+
493+
**Optional**. By default, Azurite will collect telemetry data to help improve the product. Disable telemetry data collection of this Azurite execution by:
494+
495+
```
496+
azurite --disableTelemetry
497+
```
498+
491499
## Connect to Azurite with SDKs and tools
492500

493501
You can connect to Azurite from Azure Storage SDKs, or tools like [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/). Authentication is required, and Azurite supports authorization with OAuth, Shared Key, and shared access signatures (SAS). Azurite also supports anonymous access to public containers.
@@ -708,7 +716,7 @@ You can use Storage Explorer to view the data stored in Azurite.
708716

709717
In Storage Explorer, connect to Azurite by following these steps:
710718

711-
1. Select the **Manage Accounts** icon
719+
1. Select the **Manage Accounts** icon
712720
1. Select **Add an account**
713721
1. Select **Attach to a local emulator**
714722
1. Select **Next**

0 commit comments

Comments
 (0)