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-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Within Visual Studio Code, select the **EXTENSIONS** pane and search for *Azurit
29
29
30
30

31
31
32
-
Alternatively, navigate to [Visual Studio Code extension market](https://marketplace.visualstudio.com/items?itemName=Azurite.azurite) in your browser. Select the **Install** button to open Visual Studio Code and go directly to the Azurite extension page.
32
+
You can also navigate to [Visual Studio Code extension market](https://marketplace.visualstudio.com/items?itemName=Azurite.azurite) in your browser. Select the **Install** button to open Visual Studio Code and go directly to the Azurite extension page.
33
33
34
34
You can quickly start or close Azurite in the Visual Studio Code status bar. Click on **[Azurite Blob Service]** or **[Azurite Queue Service]**.
35
35
@@ -47,7 +47,7 @@ The extension supports the following Visual Studio Code commands. To open the co
47
47
48
48
To configure Azurite within Visual Studio Code, select the extensions pane. Select the **Manage** (gear) icon for **Azurite**. Select **Configure Extension Settings**.
This command tells Azurite to store all data in a particular directory, *c:\azurite*. If the `--location` option is omitted, it will use the current working directory.
151
151
152
-
## Commandline options
152
+
## Command-line options
153
153
154
-
This section details the command line switches available when launching Azurite. All commandline switches are optional.
154
+
This section details the command line switches available when launching Azurite. All command-line switches are optional.
155
155
156
156
### Help
157
157
158
-
**Optional** Get commandline help by using the `--help` switch.
158
+
**Optional** Get command-line help by using the `--help` switch.
159
159
160
160
```console
161
161
azurite --help
@@ -340,7 +340,7 @@ Azurite supports basic authentication by specifying the `basic` parameter to the
340
340
341
341
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.
342
342
343
-
If you are using the Azure SDKs, start Azurite with the `--oauth basic` option.
343
+
If you're using the Azure SDKs, start Azurite with the `--oauth basic` option.
344
344
345
345
### Well-known storage account and key
346
346
@@ -363,7 +363,7 @@ set AZURITE_ACCOUNTS="account1:key1"
363
363
export AZURITE_ACCOUNTS="account1:key1"
364
364
```
365
365
366
-
Or use multiple storage accounts with 2 keys each:
366
+
Or use multiple storage accounts with two keys each:
367
367
368
368
```cmd
369
369
set AZURITE_ACCOUNTS="account1:key1:key2;account2:key1:key2"
@@ -436,7 +436,7 @@ If you used `dotnet dev-certs` to generate your self-signed certificate, use the
Update the connection string accordingly when using [custom storage accounts and keys](#custom-storage-accounts-and-keys).
439
+
Update the connection string when using [custom storage accounts and keys](#custom-storage-accounts-and-keys).
440
440
441
441
For more information, see [Configure Azure Storage connection strings](storage-configure-connection-string.md).
442
442
@@ -506,7 +506,7 @@ The following address might be used for accessing a blob in Azurite:
506
506
507
507
### Scaling and performance
508
508
509
-
Azurite isn't a scalable storage service and doesn't support a large number of concurrent clients. There's no performance guarantee. Azurite is intended for development and testing purposes.
509
+
Azurite doesn't support a large number of concurrent clients. There's no performance guarantee. Azurite is intended for development and testing purposes.
0 commit comments