created user id in azure email communications services unable to install on outlook and login as well?

Rachel Evan 0 Reputation points
2025-05-06T06:03:25.15+00:00

we have created user id in communication service, however unable to add over the outlook and unable to login

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,172 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargavi Naragani 3,820 Reputation points Microsoft External Staff Moderator
    2025-05-06T07:18:00.13+00:00

    Hi @Rachel Evan,

    It seems there's some confusion between Azure Communication Services (ACS) and Microsoft 365 (Outlook/Exchange Online) accounts.

    Azure Communication Services (ACS) allows you to programmatically create users and enable communication capabilities like chat, voice, video, and SMS within your application. However, ACS user identities are not the same as Microsoft 365 (Outlook/Exchange) user accounts, and they cannot be used to sign in to Outlook or Office apps directly.

    So, if you've created a user ID in ACS, that identity can be used in your custom-built apps for ACS communication features. And cannot be added to Outlook or used to log in like a regular email account. This is expected behavior, ACS users are application-specific identities, not standard Microsoft Entra (Azure AD) or Microsoft 365 accounts.

    If your goal is to send or receive emails or use Outlook with a mailbox, you'll need to:

    1. Create a user in Microsoft Entra ID (Azure Active Directory).
    2. Assign that user a Microsoft 365 license that includes Exchange Online (e.g., Microsoft 365 E3 or Business Standard).
    3. Once provisioned, you'll receive a mailbox, and you can then add that account to Outlook.

    Kindly refer to the below documentation for better understanding:

    What is Azure Communication Services?
    Create and manage Microsoft 365 users
    Assign licenses to users in Microsoft 365
    Add an Outlook.com or Microsoft 365 account

    I hope you find this information useful.

    If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.

    Let me know if you have any further Queries.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.