Skip to content

Commit

Permalink
Merge pull request #15372 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
Publish main to live 08/09/2024, 3:30 PM
  • Loading branch information
garycentric authored Aug 9, 2024
2 parents 5cbec6b + 711ac92 commit e4ed6b6
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 4 deletions.
45 changes: 45 additions & 0 deletions .github/workflows/Stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Mark stale pull requests

permissions:
issues: write
pull-requests: write

on:
schedule:
- cron: "0 */6 * * *"
workflow_dispatch:

jobs:
stale-private:

runs-on: ubuntu-latest
if: github.repository_visibility == 'private'
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
debug-only: true
operations-per-run: 1000
days-before-issue-stale: -1
days-before-issue-close: -1
days-before-pr-stale: 180
days-before-pr-close: 14
stale-pr-label: Inactive
close-pr-label: Auto closed
exempt-pr-labels: Keep open
stale-pr-message: >
This pull request has been inactive for 180 days, and an **Inactive** label has been added to it. If this PR remains inactive with no new comments, commits, or updates from main, it will be closed automatically in 14 days.
<br/>
If you're ready to merge this PR, add the **Sign off** label to have the PR reviewed and merged by PubOps.
<br/>
If you're not ready to merge this PR yet and want to keep it open, click on **Update branch** at the bottom of this PR to bring it up to date with the main branch.
<br/>
Thank you!
<br/>
PS: Mention **@marveldocs-pubops** in the comments if you need assistance.
close-pr-message: >
This pull request has been inactive for 14 days, and an **Auto Closed** label has been added. At this time, the system is closing the PR automatically. If you decide to continue working on your changes, that's no problem. At the bottom of the pull request, simply select the **Reopen pull request** button.
<br/>
Thank you!
<br/>
PS: Mention **@marveldocs-pubops** in the comments if you need assistance.
39 changes: 35 additions & 4 deletions Teams/includes/set-up-resource-account-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ Before you start the procedures in this article, ensure you've done the followin

- [Obtain Microsoft Teams Phone Resource Account licenses](#obtain-microsoft-teams-phone-resource-account-licenses)
- [Obtain phone numbers](#obtain-phone-numbers)
- [Assign permissions for managing a resource account](#assign-permissions-for-managing-a-resource-account)

> [!NOTE]
> Resource accounts used for auto attendants and call queues are disabled for sign in and must remain so. Chat and presence aren't available and won't work for these accounts. Even though presence still appears, it won't change.
>
> A **User Administrator** or higher role is required to create and license Resource Accounts. For more information, see [Using Microsoft Teams administrator roles to manage Teams](/microsoftteams/using-admin-roles).
> A **User Administrator** or higher role is required to create and license Resource Accounts. For more information, see [Assigning permissions for managing resource accounts](#assign-permissions-for-managing-a-resource-account) and [Using Microsoft Teams administrator roles to manage Teams](/microsoftteams/using-admin-roles).
### Obtain Microsoft Teams Phone Resource Account licenses

Expand Down Expand Up @@ -54,16 +55,47 @@ Acceptable phone numbers that can be applied to resource accounts include:
To port a number from another carrier, see [Transfer phone numbers to Teams](../phone-number-calling-plans/transfer-phone-numbers-to-teams.md).

## Assign permissions for managing a resource account

> [!NOTE]
> Currently, Teams administrators can create and manage resource accounts without requiring any user management permissions in Microsoft 365. As part of our commitment to deliver secure solutions that meet the highest standards, we are implementing changes to the management of resource accounts. Going forward, Teams Administrators will need to have user management permissions in Microsoft 365 to create and manage resource accounts. This change will take effect in the 3rd quarter of 2024.
To create and manage a resource account, you must have a one of the following Teams roles:

- Teams Telephony Administrator
- Teams Communications Administrator
- Teams Administrator

A Global Administrator can also has the necessary Teams and User permissions to create and manage resource accounts, but we recommend using roles with the fewest permissions.

Keep the following in mind:

- Teams Administrators who don't have the User Administrator role need additional permissions to create and update these accounts. You must assign the User Administrator role or create a custom role via [Microsoft Graph API]().
- User Administrators who don't have the Teams Administrator role need additional permissions to create and update these accounts. You must assign one of the following Teams Administrator roles to the User Administrator:
- Teams Administrator
- Teams Communications Administrator
- Teams Telephony Administrator

By following these guidelines, your organization can securely manage Teams Resource Accounts while ensuring that only authorized personnel have the necessary permissions.

## Create a resource account

You can create a resource account in the Teams admin center.
Before creating a resource account, you must [assign permissions for creating and managing a resource account](#assign-permissions-for-managing-a-resource-account).

You can create a resource account in the Teams admin center or with PowerShell.

### Teams admin center

1. Sign into the [Teams admin center](https://go.microsoft.com/fwlink/p/?linkid=2066851).
2. Expand **Voice**, and then select **Resource accounts**.
3. Select **Add**.
4. In the **Add resource account** pane, fill out **Display name**, **Username**, and the **Resource account type**. The resource account type can be either **Auto attendant** or **Call queue**, depending how you intend to use this resource account.
5. Select **Save**.

### PowerShell

You can create a resource account with the New-CsOnlineApplicationInstance PowerShell cmdlet. For more information, see [New-CsOnlineApplicationInstance](/powershell/module/teams/new-csonlineapplicationinstance).

## Assign a license

For each resource account, you must assign a **Microsoft Teams Phone Resource Account** license.
Expand All @@ -73,7 +105,7 @@ For each resource account, you must assign a **Microsoft Teams Phone Resource Ac
3. Select the resource account to which you want to assign a license. The resource account's user pane will appear.
4. On the **Licenses and Apps** tab, under **Licenses**, select **Microsoft Teams Phone Resource Account**.
5. Select **Save changes**.

> [!NOTE]
> If the resource account requires a phone number, check that the **Select location** dropdown list in the **Licenses and Apps** tab matches the intended country code.
Expand All @@ -87,4 +119,3 @@ If you're planning to use the resource account with an auto attendant or call qu
4. In the **Phone number type** dropdown, choose the type of number that you want to use.
5. In the **Assigned phone number** box, search for the number you want to use and select **Add**. Be sure to include the country code (for example, +1 250 555 0012).
6. Select **Save**.

0 comments on commit e4ed6b6

Please sign in to comment.