|
| 1 | +--- |
| 2 | +title: Change the SKU for an Azure AD Domain Services | Microsoft Docs |
| 3 | +description: Learn how to the SKU tier for an Azure AD Domain Services managed domain if your business requirements change |
| 4 | +services: active-directory-ds |
| 5 | +author: iainfoulds |
| 6 | +manager: daveba |
| 7 | + |
| 8 | +ms.service: active-directory |
| 9 | +ms.subservice: domain-services |
| 10 | +ms.workload: identity |
| 11 | +ms.topic: conceptual |
| 12 | +ms.date: 01/31/2020 |
| 13 | +ms.author: iainfou |
| 14 | + |
| 15 | +#Customer intent: As an identity administrator, I want to change the SKU for my Azure AD Domain Services managed domain to use different features as my business requirements change. |
| 16 | +--- |
| 17 | + |
| 18 | +# Change the SKU for an existing Azure AD Domain Services managed domain |
| 19 | + |
| 20 | +In Azure Active Directory Domain Services (Azure AD DS), the available performance and features are based on the SKU type. These feature differences include the backup frequency or maximum number of one-way outbound forest trusts (currently in preview). You select a SKU when you create the managed domain, and you can switch SKUs as your business needs change after the managed domain has been deployed. Changes in business requirements could include the need for more frequent backups or to create additional forest trusts. For more information on the limits and pricing of the different SKUs, see [Azure AD DS SKU concepts][concepts-sku] and [Azure AD DS pricing][pricing] pages. |
| 21 | + |
| 22 | +This article shows you how to change the SKU for an existing Azure AD DS managed domain using the Azure portal. |
| 23 | + |
| 24 | +## Before you begin |
| 25 | + |
| 26 | +To complete this article, you need the following resources and privileges: |
| 27 | + |
| 28 | +* An active Azure subscription. |
| 29 | + * If you don’t have an Azure subscription, [create an account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). |
| 30 | +* An Azure Active Directory tenant associated with your subscription, either synchronized with an on-premises directory or a cloud-only directory. |
| 31 | + * If needed, [create an Azure Active Directory tenant][create-azure-ad-tenant] or [associate an Azure subscription with your account][associate-azure-ad-tenant]. |
| 32 | +* An Azure Active Directory Domain Services managed domain enabled and configured in your Azure AD tenant. |
| 33 | + * If needed, complete the tutorial to [create and configure an Azure Active Directory Domain Services instance][create-azure-ad-ds-instance]. |
| 34 | + |
| 35 | +## SKU change limitations |
| 36 | + |
| 37 | +There are some limitations for the SKU change operation if you use a resource forest (currently in preview) and have created one-way outbound forest trusts from Azure AD DS to an on-premises AD DS environment. The *Premium* and *Enterprise* SKUs define a limit on the number of trusts you can create. You can't change to a SKU with a lower maximum limit than you currently have configured. |
| 38 | + |
| 39 | +For example, if you have created two forest trusts on the *Premium* SKU, you can't change down to the *Standard* SKU. The *Standard* SKU doesn't support forest trusts. Or, if you have created seven trusts on the *Premium* SKU, you can't change down to the *Enterprise* SKU. The *Enterprise* SKU supports a maximum of five trusts. |
| 40 | + |
| 41 | +For more information on these limits, see [Azure AD DS SKU features and limits][concepts-sku]. |
| 42 | + |
| 43 | +## Select a new SKU |
| 44 | + |
| 45 | +To change the SKU for an Azure AD DS managed domain using the Azure portal, complete the following steps: |
| 46 | + |
| 47 | +1. At the top of the Azure portal, search for and select **Azure AD Domain Services**. Choose your managed domain from the list, such as *aadds.contoso.com*. |
| 48 | +1. In the menu on the left-hand side of the Azure AD DS page, select **Settings > SKU**. |
| 49 | + |
| 50 | +  |
| 51 | + |
| 52 | +1. From the drop-down menu, select the SKU you wish for your Azure AD DS managed domain. If you have a resource forest, you can't select *Standard* SKU as forest trusts are only available on the *Enterprise* SKU or higher. |
| 53 | + |
| 54 | + Choose the SKU you want from the drop-down menu, then select **Save**. |
| 55 | + |
| 56 | +  |
| 57 | + |
| 58 | +It can take a minute or two to change the SKU type. |
| 59 | + |
| 60 | +## Next steps |
| 61 | + |
| 62 | +If you have a resource forest and want to create additional trusts after the SKU change, see [Create an outbound forest trust to an on-premises domain in Azure AD DS (preview)][create-trust]. |
| 63 | + |
| 64 | +<!-- INTERNAL LINKS --> |
| 65 | +[create-azure-ad-tenant]: ../active-directory/fundamentals/sign-up-organization.md |
| 66 | +[associate-azure-ad-tenant]: ../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md |
| 67 | +[create-azure-ad-ds-instance]: tutorial-create-instance.md |
| 68 | +[concepts-sku]: administration-concepts.md#azure-ad-ds-skus |
| 69 | +[create-trust]: tutorial-create-forest-trust.md |
| 70 | + |
| 71 | +<!-- EXTERNAL LINKS --> |
| 72 | +[pricing]: https://azure.microsoft.com/pricing/details/active-directory-ds/ |
0 commit comments