Skip to content

Commit 569d988

Browse files
committed
add mobile app entra topic
1 parent 6fd670c commit 569d988

File tree

3 files changed

+64
-1
lines changed

3 files changed

+64
-1
lines changed

articles/azure-portal/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
- name: Alerts and notifications
6969
href: mobile-app/alerts-notifications.md
7070
displayName: mobile, app, push
71+
- name: Microsoft Entra ID
72+
href: mobile-app/microsoft-entra-id.md
73+
displayName: mobile, app
7174
- name: Reference
7275
items:
7376
- name: Keyboard shortcuts
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Azure mobile app alerts and notifications
3+
description: Use Azure mobile app notifications to get up-to-date alerts and information on your resources and services.
4+
ms.date: 01/16/2024
5+
ms.topic: conceptual
6+
---
7+
8+
# Use Microsoft Entra ID with the Azure mobile app
9+
10+
The Azure mobile app provides access to Microsoft Entra ID. You can perform tasks such as managing users and updating group memberships from within the app.
11+
12+
To acess Microsoft Entra ID, open the Azure mobile app and sign in with your Azure account. From **Home**, scroll down, if necessary, and select the **Microsoft Entra ID** card.
13+
14+
> [!NOTE]
15+
> Your account must have the appropriate permissions in order to perform these tasks. For example, to invite a user to your tenant, you must have a role that includes this permission, such as [Guest Inviter](/entra/identity/role-based-access-control/permissions-reference) role or [User Administrator](/entra/identity/role-based-access-control/permissions-reference).
16+
17+
## Invite a user to the tenant
18+
19+
To invite a [guest user](/entra/external-id/what-is-b2b) to your tenant from the Azure mobile app:
20+
21+
1. In **Microsoft Entra ID**, select **Users**, then select the **+** icon in the top right corner.
22+
1. Select **Invite user**, then enter the user's name and email address. You can optionally add a message that the user will see.
23+
1. Select **Invite** in the top right corner, then select **Save** to confirm your changes.
24+
25+
## Add users to a group
26+
27+
To add one or more users to a group from the Azure mobile app:
28+
29+
1. In **Microsoft Entra ID**, select **Groups**.
30+
1. Search or scroll to find the desired group, then tap to select it.
31+
1. On the **Members** card, select **See All**. The current list of members is displayed.
32+
1. Select the **+** icon in the top right corner.
33+
1. Search or scroll to find users you want to add to the group, then select the user(s) by tapping the circle next to their name.
34+
1. Select **Add** in the top right corner to add the selected users(s) to the group.
35+
36+
## Add group memberships for a specified user
37+
38+
You can also add a single user to one or more groups in the **Users** section of **Microsoft Entra ID** in the Azure mobile app. To do so:
39+
40+
1. In **Microsoft Entra ID**, select **Users**, then search or scroll to find and select the desired user.
41+
1. On the **Groups** card, select **See All** to display all current group memberships for that user.
42+
1. Select the **+** icon in the top right corner.
43+
1. Search or scroll to find groups to which this user should be added, then select the group(s) by tapping the circle next to the group name.
44+
1. Select **Add** in the top right corner to add the user to the selected group(s).
45+
46+
## Manage authentication methods or reset password for a user
47+
48+
To [manage authentication methods](/entra/identity/authentication/concept-authentication-methods-manage) or [reset a user's password](/entra/fundamentals/users-reset-password-azure-portal), you need to do the following steps:
49+
50+
1. In **Microsoft Entra ID**, select **Users**, then search or scroll to find and select the desired user.
51+
1. On the **Authentication methods** card, select **Manage**.
52+
1. Select **Reset password** to assign a temporary password to the user, or **Authentication methods** to manage to Tap on the desired user, then tap on “Reset password” or “Authentication methods” based on your permissions.
53+
54+
> [!NOTE]
55+
> You won't see the **Authentication methods** card if you don't have the appropriate permissions to manage authentication methods and/or password changes for a user.
56+
57+
## Next steps
58+
59+
- Learn more about the [Azure mobile app](overview.md).
60+
- Download the Azure mobile app for free from the [Apple App Store](https://aka.ms/azureapp/ios/doc), [Google Play](https://aka.ms/azureapp/android/doc) or [Amazon App Store](https://aka.ms/azureapp/amazon/doc).

articles/azure-portal/set-preferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage Azure portal settings and preferences
33
description: Change Azure portal settings such as default subscription/directory, timeouts, menu mode, contrast, theme, notifications, language/region and more.
4-
ms.date: 11/30/2023
4+
ms.date: 01/12/2024
55
ms.topic: how-to
66
---
77

0 commit comments

Comments
 (0)