Skip to content

Commit 40e3414

Browse files
Merge pull request #294668 from derdanu/docs-editor/storage-use-azurite-1739522440
Add information how to Disable Telemetry Collection
2 parents 5529c1f + 0456810 commit 40e3414

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 collects telemetry data to help improve the product. Use the `--disableTelemetry` option to disable telemetry data collection for the current Azurite execution, like following command:
494+
495+
```console
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.

0 commit comments

Comments
 (0)