Modify some comments and fix format

This commit is contained in:
zedy
2023-02-07 14:35:49 +08:00
parent cdc079a20b
commit 69b2dc6d25
2 changed files with 3 additions and 17 deletions

View File

@@ -78,7 +78,7 @@ According to the prompt, enter an `env name`, and select `subscription` and `loc
**Notes:**
Considering security, we store its related data (id, password) in the key vault when we create the database, and obtain it from the key vault when we use it. This is different from directly deploying applications locally.
You can also run the sample directly locally. (See below).
You can also run the sample directly locally (See below).
## Running the sample locally
Most of the site's functionality works with just the web application running. However, the site's Admin page relies on Blazor WebAssembly running in the browser, and it must communicate with the server using the site's PublicApi web application. You'll need to also run this project. You can configure Visual Studio to start multiple projects, or just go to the PublicApi folder in a terminal window and run `dotnet run` from there. After that from the Web folder you should run `dotnet run --launch-profile Web`. Now you should be able to browse to `https://localhost:5001/`. The admin part in Blazor is accessible to `https://localhost:5001/admin`