Skip to content

Commit

Permalink
doc: Doc formatting
Browse files Browse the repository at this point in the history
Command lines should not ne located on headings.
  • Loading branch information
clemlesne committed Jul 29, 2024
1 parent aa7f30e commit 08054cc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,19 @@ Copy `local.example.settings.json` to `local.settings.json`, then fill the requi
- `APPLICATIONINSIGHTS_CONNECTION_STRING`, as the connection string of the Application Insights resource
- `AzureWebJobsStorage`, as the connection string of the Azure Storage account

#### 4. Connect to Azure Dev tunnels with `devtunnel login`, then run it with `make tunnel`
#### 4. Connect to Azure Dev tunnels

> [!IMPORTANT]
> Tunnel requires to be run in a separate terminal, because it needs to be running all the time
```zsh
# Log in once
devtunnel login

# Start the tunnel
make tunnel
```

#### 5. Iterate quickly with the code

> [!NOTE]
Expand Down

0 comments on commit 08054cc

Please sign in to comment.