We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7a81d7 + 3d27bae commit 67a2d9bCopy full SHA for 67a2d9b
articles/go/azure-sdk-authentication.md
@@ -82,15 +82,15 @@ $env:AZURE_CLIENT_SECRET="<service_principal_password>"
82
# [Bash](#tab/bash)
83
84
```bash
85
-export AZURE_TENANT_ID="<active_directory_tenant_id"
+export AZURE_TENANT_ID="<active_directory_tenant_id>"
86
export AZURE_CLIENT_ID="<service_principal_appid>"
87
export AZURE_CLIENT_CERTIFICATE_PATH="<azure_client_certificate_path>"
88
```
89
90
# [PowerShell](#tab/powershell)
91
92
```powershell
93
-$env:AZURE_TENANT_ID="<active_directory_tenant_id"
+$env:AZURE_TENANT_ID="<active_directory_tenant_id>"
94
$env:AZURE_CLIENT_ID="<service_principal_appid>"
95
$env:AZURE_CLIENT_CERTIFICATE_PATH="<azure_client_certificate_path>"
96
0 commit comments