Fix flipped description of Azure PS env variables (#1413)

## Description

Fix flipped descriptions

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-11-02 00:22:46 -07:00 committed by GitHub
parent 04b56e75b1
commit ba66251f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,8 @@ Obtaining credentials from Microsoft 365 to allow Corso to run is a one-time ope
<TabItem value="win" label="Powershell">
```powershell
$Env:AZURE_CLIENT_ID = "<Directory (tenant) ID for configured app>"
$Env:AZURE_TENANT_ID = "<Application (client) ID for configured app>"
$Env:AZURE_CLIENT_ID = "<Application (client) ID for configured app>"
$Env:AZURE_TENANT_ID = "<Directory (tenant) ID for configured app>"
$Env:AZURE_CLIENT_SECRET = "<Client secret value>"
```