Skip to content

Commit eb8b050

Browse files
Merge pull request #262808 from Nickomang/aks-dapr-dashboard-remove
Removed Dapr dashboard
2 parents 5a3623e + cb67682 commit eb8b050

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

articles/aks/quickstart-dapr.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,6 @@ Once your store is created, you need to add the keys to the `redis.yaml` file in
146146
{ "orderId": "42" }
147147
```
148148
149-
> [!TIP]
150-
> This is a good time to get familiar with the Dapr dashboard, a convenient interface to check status, information, and logs of applications running on Dapr. To access the dashboard at `http://localhost:8080/`, run the following command:
151-
>
152-
> ```bash
153-
> kubectl port-forward svc/dapr-dashboard -n dapr-system 8080:8080
154-
> ```
155-
156149
## Deploy the Python app with the Dapr sidecar
157150
158151
1. Navigate to the Python app directory in the `hello-kubernetes` quickstart and open `app.py`.

0 commit comments

Comments
 (0)