File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ landingContent:
39
39
- text : ASP.NET
40
40
url : tutorial-v2-asp-webapp.md
41
41
- text : Blazor Server
42
- url : tutorial-blazor-webassembly .md
42
+ url : tutorial-blazor-server .md
43
43
- text : Node.js with Express
44
44
url : tutorial-v2-nodejs-webapp-msal.md
45
45
- title : " Web apps in depth"
Original file line number Diff line number Diff line change @@ -179,8 +179,13 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
179
179
```
180
180
181
181
```console
182
- $ TOKEN=(kubectl get secret demo-user-secret -o jsonpath='{$.data.token}' | base64 -d | sed $'s/$/\\\n/g')
182
+ TOKEN=$ (kubectl get secret demo-user-secret -o jsonpath='{$.data.token}' | base64 -d | sed $'s/$/\\\n/g')
183
183
```
184
+ 1. Get the token to output to console
185
+
186
+ ```console
187
+ echo $TOKEN
188
+ ```
184
189
185
190
### [Azure PowerShell](#tab/azure-powershell)
186
191
You can’t perform that action at this time.
0 commit comments