Skip to content

Commit 67a2d9b

Browse files
authored
Merge pull request #3562 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-dev-docs (branch main)
2 parents c7a81d7 + 3d27bae commit 67a2d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/go/azure-sdk-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ $env:AZURE_CLIENT_SECRET="<service_principal_password>"
8282
# [Bash](#tab/bash)
8383

8484
```bash
85-
export AZURE_TENANT_ID="<active_directory_tenant_id"
85+
export AZURE_TENANT_ID="<active_directory_tenant_id>"
8686
export AZURE_CLIENT_ID="<service_principal_appid>"
8787
export AZURE_CLIENT_CERTIFICATE_PATH="<azure_client_certificate_path>"
8888
```
8989

9090
# [PowerShell](#tab/powershell)
9191

9292
```powershell
93-
$env:AZURE_TENANT_ID="<active_directory_tenant_id"
93+
$env:AZURE_TENANT_ID="<active_directory_tenant_id>"
9494
$env:AZURE_CLIENT_ID="<service_principal_appid>"
9595
$env:AZURE_CLIENT_CERTIFICATE_PATH="<azure_client_certificate_path>"
9696
```

0 commit comments

Comments
 (0)