Skip to content

Commit d998251

Browse files
committed
Minor edits
1 parent 48cce80 commit d998251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microsoftgraph/docs-conceptual/authentication-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ There are three ways to allow delegated access using `Connect-MgGraph`:
4141
4242
#### Use delegated access using own App Id
4343
44-
Follow the steps below to create custom applications that can be used to connect to Microsoft Graph PowerShell. Use this approach if you need to limit the consent permissions granted for Graph PowerShell usage.
44+
Follow the steps below to create custom applications that you can use to connect to Microsoft Graph PowerShell. Use this approach if you need to limit the consent permissions granted for Graph PowerShell usage.
4545
4646
1. Go to the <a href="https://entra.microsoft.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade" target="_blank">Azure portal - App registrations</a> > **New Registration**
4747
1. **Name**: *Microsoft Graph PowerShell - High Privilege admin use only* (Enter a meaningful name for your application)
@@ -51,7 +51,7 @@ Follow the steps below to create custom applications that can be used to connect
5151
- **Uri**: http://localhost
5252
- Click **Create**
5353
54-
Now you can use this app instead of the default one by connecting with:
54+
You can now use this app instead of the default one by connecting with:
5555
5656
```powershell
5757
Connect-MgGraph -ClientId <YOUR_NEW_APP_ID> -TenantId <YOUR_TENANT_ID>

0 commit comments

Comments
 (0)