From 08054cc16652041847ed2817728f674849aa15cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Mon, 29 Jul 2024 12:35:12 +0000 Subject: [PATCH] doc: Doc formatting Command lines should not ne located on headings. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee6c338b..0baa9a72 100644 --- a/README.md +++ b/README.md @@ -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]