Skip to content

Commit 4de05d8

Browse files
committed
Updated extension settings and screenshots
1 parent cd02def commit 4de05d8

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed
-15.1 KB
Loading
-76.6 KB
Loading

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,31 @@ You can quickly start or close Azurite in the Visual Studio Code status bar. Cli
3535

3636
The extension supports the following Visual Studio Code commands. To open the command palette, press F1 in Visual Studio Code.
3737

38-
* **Azurite: Start** - Start all Azurite services
39-
* **Azurite: Close** - Close all Azurite services
4038
* **Azurite: Clean** - Reset all Azurite services persistency data
41-
* **Azurite: Start Blob Service** - Start blob service
42-
* **Azurite: Close Blob Service** - Close blob service
4339
* **Azurite: Clean Blob Service** - Clean blob service
44-
* **Azurite: Start Queue Service** - Start queue service
45-
* **Azurite: Close Queue Service** - Close queue service
4640
* **Azurite: Clean Queue Service** - Clean queue service
41+
* **Azurite: Close** - Close all Azurite services
42+
* **Azurite: Close Blob Service** - Close blob service
43+
* **Azurite: Close Queue Service** - Close queue service
44+
* **Azurite: Start** - Start all Azurite services
45+
* **Azurite: Start Blob Service** - Start blob service
46+
* **Azurite: Start Queue Service** - Start queue service
4747

48-
To configure Azurite within Visual Studio Code, select the extensions pane. Select the **Manage** (gear) icon for **Azurite**. Select **Configure Extension Settings**.
48+
To configure Azurite within Visual Studio Code, select the extensions pane. Select the **Manage** (gear) icon for **Azurite**. Select **Extension Settings**.
4949

5050
![Azurites configure extension settings](media/storage-use-azurite/azurite-configure-extension-settings.png)
5151

5252
The following settings are supported:
5353

5454
* **Azurite: Blob Host** - The Blob service listening endpoint. The default setting is 127.0.0.1.
5555
* **Azurite: Blob Port** - The Blob service listening port. The default port is 10000.
56+
* **Azurite: Cert** - Path to a locally-trusted PEM or PFX certificate file path to enable HTTPS mode.
5657
* **Azurite: Debug** - Output the debug log to the Azurite channel. The default value is **false**.
58+
* **Azurite: Key** - Path to a locally-trusted PEM key file, required when **Azurite: Cert** points to a PEM file.
5759
* **Azurite: Location** - The workspace location path. The default is the Visual Studio Code working folder.
60+
* **Azurite: Loose** - Enable loose mode which ignores unsupported headers and parameters.
61+
* **Azurite: Oauth** - Optional OAuth level.
62+
* **Azurite: Pwd** - Password for PFX file. Required when **Azurite: Cert** points to a PFX file.
5863
* **Azurite: Queue Host** - The Queue service listening endpoint. The default setting is 127.0.0.1.
5964
* **Azurite: Queue Port** - The Queue service listening port. The default port is 10001.
6065
* **Azurite: Silent** - Silent mode disables the access log. The default value is **false**.

0 commit comments

Comments
 (0)