Skip to content

Commit 200c60e

Browse files
committed
Minot edit
1 parent 5863508 commit 200c60e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azureadps-2.0/AzureAD/Remove-AzureADApplicationProxyApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Example 2: Remove a Proxy Application, and remove it from Azure AD completely
4141
### -ObjectId
4242
The unique application Id of the application.
4343
This can be found using the Get-AzureADApplication command.
44-
You can also find this in the Azure Portal by navigating to Azure AD > App registrations > All applications. Select your application, This takes you to the application's overview page. Use the ObjectId on that page.
44+
You can also find this in the Azure Portal by navigating to Azure AD > App registrations > All applications. Select your application. This takes you to the application's overview page. Use the ObjectId on that page.
4545

4646
```yaml
4747
Type: String

azureadps-2.0/AzureAD/Remove-AzureADApplicationProxyApplicationConnectorGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Example 1: Remove the Connector Group associated with an application, setting th
3434
### -ObjectId
3535
The unique application Id of the application.
3636
This can be found using the Get-AzureADApplication command.
37-
You can also find this in the Azure Portal by navigating to Azure AD > App registrations > All applications. Select your application, This takes you to the application's overview page. Use the ObjectId on that page.
37+
You can also find this in the Azure Portal by navigating to Azure AD > App registrations > All applications. Select your application. This takes you to the application's overview page. Use the ObjectId on that page.
3838

3939
```yaml
4040
Type: String

0 commit comments

Comments
 (0)