Skip to content

Commit 32dc379

Browse files
authored
Merge pull request #109315 from fabiomq/patch-3
Update howto-vm-sign-in-azure-ad-linux.md
2 parents eb31b6b + 9400950 commit 32dc379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/devices/howto-vm-sign-in-azure-ad-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,15 @@ If the Azure Linux VM Sign-In application is missing from Conditional Access, ma
267267

268268
1. Sign in to the Azure portal.
269269
1. Browse to **Azure Active Directory** > **Enterprise applications**.
270-
1. Remove the filters to see all applications, and search for **VM**. If you don't see Azure Linux VM Sign-In as a result, the service principal is missing from the tenant.
270+
1. Remove the filters to see all applications, and search for **Virtual Machine**. If you don't see Microsoft Azure Linux Virtual Machine Sign-In as a result, the service principal is missing from the tenant.
271271

272272
Another way to verify it is via Graph PowerShell:
273273

274274
1. [Install the Graph PowerShell SDK](/powershell/microsoftgraph/installation) if you haven't already done so.
275275
1. Enter the command `Connect-MgGraph -Scopes "ServicePrincipalEndpoint.ReadWrite.All","Application.ReadWrite.All"`.
276276
1. Sign in with a Global Administrator account.
277277
1. Consent to the prompt that asks for your permission.
278-
1. Enter the command `Get-MgServicePrincipal -ConsistencyLevel eventual -Search '"DisplayName:Azure Linux VM Sign-In"'`.
278+
1. Enter the command `Get-MgServicePrincipal -ConsistencyLevel eventual -Search '"DisplayName:Microsoft Azure Linux Virtual Machine Sign-In"'`.
279279

280280
If this command results in no output and returns you to the PowerShell prompt, you can create the service principal by using the following Graph PowerShell command: `New-MgServicePrincipal -AppId ce6ff14a-7fdc-4685-bbe0-f6afdfcfa8e0`.
281281

0 commit comments

Comments
 (0)