Skip to content

Commit 5a35c1b

Browse files
Edits
1 parent 39bb182 commit 5a35c1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ npm install -g
9898

9999
To use Azurite with most project types in Visual Studio, you first need to run the Azurite executable. Once the executable is running, Azurite listens for connection requests from the application. To learn more, see [Running Azurite from the command line](#running-azurite-from-the-command-line).
100100

101-
For **Azure Functions** projects and **ASP.NET** projects, you can choose to configure the project to start Azurite automatically. This configuration is done during the project setup. To learn more about configuring these project types to start Azurite automatically, see the following guidance:
101+
For **Azure Functions** projects and **ASP.NET** projects, you can choose to configure the project to start Azurite automatically. This configuration is done during the project setup. While this project configuration starts Azurite automatically, Visual Studio doesn't expose detailed Azurite configuration options. To customize detailed Azurite configuration options, [run the Azurite executable](#running-azurite-from-the-command-line) before launching Visual Studio.
102+
103+
To learn more about configuring **Azure Functions** projects and **ASP.NET** projects to start Azurite automatically, see the following guidance:
102104

103105
- [Running Azurite from an Azure Functions project](#running-azurite-from-an-azure-functions-project)
104106
- [Running Azurite from an ASP.NET project](#running-azurite-from-an-aspnet-project)
@@ -117,6 +119,8 @@ Navigate to the appropriate location and start `azurite.exe`. After you run the
117119
> [!div class="mx-imgBorder"]
118120
> ![Azurite command-line output](media/storage-use-azurite/azurite-command-line-output-vs.png)
119121
122+
To learn more about available command line options to configure Azurite, see [Command line options](#command-line-options).
123+
120124
#### Running Azurite from an Azure Functions project
121125

122126
In Visual Studio 2022, create an **Azure Functions** project. While setting the project options, mark the box labeled **Use Azurite for runtime storage account**.

0 commit comments

Comments
 (0)