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
Copy file name to clipboardExpand all lines: articles/storage/common/storage-use-azurite.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ To configure Azurite settings within Visual Studio Code, select the **Extensions
45
45
46
46
The following settings are supported:
47
47
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.
49
49
-**azurite.blobPort** - The Blob service listening port. The default port is 10000.
50
50
-**azurite.queueHost** - The Queue service listening endpoint. The default setting is 127.0.0.1.
51
51
-**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
166
166
167
167
The Azurite extension supports the following Visual Studio Code commands. To open the command palette, press **F1** in Visual Studio Code.
168
168
169
-
-**Azurite: Clean** - Reset all Azurite services persistency data
169
+
-**Azurite: Clean** - Reset all Azurite services persistency data
170
170
-**Azurite: Clean Blob Service** - Clean blob service
171
171
-**Azurite: Clean Queue Service** - Clean queue service
172
172
-**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
488
488
489
489
To learn more, see [Use in-memory storage](https://github.com/Azure/Azurite#use-in-memory-storage).
490
490
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
+
491
499
## Connect to Azurite with SDKs and tools
492
500
493
501
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.
708
716
709
717
In Storage Explorer, connect to Azurite by following these steps:
0 commit comments