Skip to content

Commit b78aea3

Browse files
authored
Merge pull request #206052 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 016a9e5 + 76a0ac9 commit b78aea3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/active-directory/develop/index-web-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ landingContent:
3939
- text: ASP.NET
4040
url: tutorial-v2-asp-webapp.md
4141
- text: Blazor Server
42-
url: tutorial-blazor-webassembly.md
42+
url: tutorial-blazor-server.md
4343
- text: Node.js with Express
4444
url: tutorial-v2-nodejs-webapp-msal.md
4545
- title: "Web apps in depth"

articles/azure-arc/kubernetes/cluster-connect.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,13 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
179179
```
180180

181181
```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')
183183
```
184+
1. Get the token to output to console
185+
186+
```console
187+
echo $TOKEN
188+
```
184189

185190
### [Azure PowerShell](#tab/azure-powershell)
186191

0 commit comments

Comments
 (0)