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
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,10 +280,6 @@ azurite --version
280
280
281
281
**Optional** - By default, Azurite uses the HTTP protocol. Enable HTTPS mode by providing a path to a Privacy Enhanced Mail (.pem) or [Personal Information Exchange (.pfx)](https://docs.microsoft.com/windows-hardware/drivers/install/personal-information-exchange---pfx--files) certificate file to the `--cert` switch.
282
282
283
-
```console
284
-
azurite --cert path/server.pem
285
-
```
286
-
287
283
When `--cert` is provided for a PEM file, you must provide a corresponding `--key` switch.
288
284
289
285
```console
@@ -303,7 +299,7 @@ For detailed information on creating PEM and PFX files, see [HTTPS Setup](https:
303
299
**Optional** - Enable OAuth authentication for Azurite by using the `--oauth` switch.
@@ -315,7 +311,7 @@ Azurite supports basic authentication by specifying the `basic` parameter to the
315
311
316
312
Connect to Azurite from Azure Storage SDKs or tools, like [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/), by using any authentication strategy. Authentication is required. Azurite supports authorization with OAuth, Shared Key, and shared access signatures (SAS). Azurite also supports anonymous access to public containers.
317
313
318
-
If you're using the Azure SDKs, start Azurite with the `--oauth basic` option.
314
+
If you're using the Azure SDKs, start Azurite with the `--oauth basic and --cert --key/--pwd` options.
319
315
320
316
### Well-known storage account and key
321
317
@@ -403,7 +399,7 @@ For more information, see [Configure Azure Storage connection strings](storage-c
403
399
404
400
### Azure SDKs
405
401
406
-
To use Azurite with the [Azure SDKs](https://aka.ms/azsdk), use OAuth and HTTPs options:
402
+
To use Azurite with the [Azure SDKs](https://aka.ms/azsdk), use OAuth and HTTPS options:
0 commit comments