From 44ba8ba4de0986b4fbf1aa6d2070b939a3fb6ef7 Mon Sep 17 00:00:00 2001 From: Andrei Soroker Date: Thu, 12 Sep 2024 16:13:05 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e949791..34429fb 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,13 @@ See examples in `./infra/resources/grafana-mk-{1,2}.bicepparam az deployment group create -c --debug --name supafana-test-grafana-mk-1-deploy --resource-group supafana-test-rg --parameters infra/resources/grafana-mk-1.bicepparam ``` -After provisioning, the host should be accessible via `https:///dashboard/`: +After provisioning, the host should be accessible via `https:///dashboard/` -Example: `https://supafana-test.com/dashboard/kczjrdfrkmmofxkbjxex/` +- Example: `https://supafana-test.com/dashboard/kczjrdfrkmmofxkbjxex/` -Internally, the new instance is accessible via `.supafana.local`: +Internally, the new instance is accessible via `.supafana.local` -Example: `kczjrdfrkmmofxkbjxex.supafana.local` +- Example: `kczjrdfrkmmofxkbjxex.supafana.local` #### SSH access to Grafana instances