Skip to content

Commit fa6fe76

Browse files
authored
Merge pull request #103013 from MicrosoftDocs/master
1/31 PM Publish
2 parents e794461 + 19bd983 commit fa6fe76

File tree

179 files changed

+3075
-1243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+3075
-1243
lines changed

articles/active-directory-b2c/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@
382382
href: https://azure.microsoft.com/resources/samples/?service=active-directory-b2c
383383
- name: Cookie definitions
384384
href: cookie-definitions.md
385+
displayName: cookies, SameSite
385386
- name: Error codes
386387
href: error-codes.md
387388
- name: Region availability & data residency

articles/active-directory-domain-services/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
href: delete-aadds.md
8080
- name: Migrate from a Classic deployment (preview)
8181
href: migrate-from-classic-vnet.md
82+
- name: Change SKU
83+
href: change-sku.md
8284
- name: Secure Azure AD DS
8385
items:
8486
- name: Secure your managed domain

articles/active-directory-domain-services/administration-concepts.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: domain-services
1010
ms.workload: identity
1111
ms.topic: conceptual
12-
ms.date: 10/08/2019
12+
ms.date: 01/31/2020
1313
ms.author: iainfou
1414

1515
---
@@ -31,7 +31,7 @@ User accounts can be created in Azure AD DS in multiple ways. Most user accounts
3131
* The user account can be synchronized in from Azure AD. This includes cloud-only user accounts created directly in Azure AD, and hybrid user accounts synchronized from an on-premises AD DS environment using Azure AD Connect.
3232
* The majority of user accounts in Azure AD DS are created through the synchronization process from Azure AD.
3333
* The user account can be manually created in an Azure AD DS managed domain, and doesn't exist in Azure AD.
34-
* If you need to create service accounts for applications that only run in Azure AD DS, you can manually create them in the managed domain. As synchronization is one-way from Azure AD, user accounts created in Azure AD DS aren't synchronized back to Azure AD.
34+
* If you need to create service accounts for applications that only run in Azure AD DS, you can manually create them in the managed domain. As synchronization is one way from Azure AD, user accounts created in Azure AD DS aren't synchronized back to Azure AD.
3535

3636
## Password policy
3737

@@ -71,6 +71,36 @@ In an Azure AD DS *resource* forest, users authenticate over a one-way forest *t
7171

7272
For more information about forest types in Azure AD DS, see [What are resource forests?][concepts-forest] and [How do forest trusts work in Azure AD DS?][concepts-trust]
7373

74+
## Azure AD DS SKUs
75+
76+
In Azure AD DS, the available performance and features are based on the SKU. You select a SKU when you create the managed domain, and you can switch SKUs as your business requirements change after the managed domain has been deployed. The following table outlines the available SKUs and the differences between them:
77+
78+
| SKU name | Maximum object count | Backup frequency | Maximum number of outbound forest trusts |
79+
|------------|----------------------|------------------|----|
80+
| Standard | Unlimited | Every 7 days | 0 |
81+
| Enterprise | Unlimited | Every 3 days | 5 |
82+
| Premium | Unlimited | Daily | 10 |
83+
84+
Before these Azure AD DS SKUs, a billing model based on the number of objects (user and computer accounts) in the Azure AD DS managed domain was used. There is no longer variable pricing based on the number of objects in the managed domain.
85+
86+
For more information, see the [Azure AD DS pricing page][pricing].
87+
88+
### Managed domain performance
89+
90+
Domain performance varies based on how authentication is implemented for an application. Additional compute resources may help improve query response time and reduce time spent in sync operations. As the SKU level increases, the compute resources available to the managed domain is increased. Monitor the performance of your applications and plan for the required resources.
91+
92+
If your business or application demands change and you need additional compute power for your Azure AD DS managed domain, you can switch to a different SKU.
93+
94+
### Backup frequency
95+
96+
The backup frequency determines how often a snapshot of the managed domain is taken. Backups are an automated process managed by the Azure platform. In the event of an issue with your managed domain, Azure support can assist you in restoring from backup. As synchronization only occurs one way *from* Azure AD, any issues in an Azure AD DS managed domain won't impact Azure AD or on-premises AD DS environments and functionality.
97+
98+
As the SKU level increases, the frequency of those backup snapshots increases. Review your business requirements and recovery point objective (RPO) to determine the required backup frequency for your managed domain. If your business or application requirements change and you need more frequent backups, you can switch to a different SKU.
99+
100+
### Outbound forests
101+
102+
The previous section detailed one-way outbound forest trusts from an Azure AD DS managed domain to an on-premises AD DS environment (currently in preview). The SKU determines the maximum number of forest trusts you can create for an Azure AD DS managed domain. Review your business and application requirements to determine how many trusts you actually need, and pick the appropriate Azure AD DS SKU. Again, if your business requirements change and you need to create additional forest trusts, you can switch to a different SKU.
103+
74104
## Next steps
75105

76106
To get started, [create an Azure AD DS managed domain][create-instance].
@@ -84,3 +114,6 @@ To get started, [create an Azure AD DS managed domain][create-instance].
84114
[tutorial-create-instance-advanced]: tutorial-create-instance-advanced.md
85115
[concepts-forest]: concepts-resource-forest.md
86116
[concepts-trust]: concepts-forest-trust.md
117+
118+
<!-- EXTERNAL LINKS -->
119+
[pricing]: https://azure.microsoft.com/pricing/details/active-directory-ds/
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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+
![Select the SKU menu option for your Azure AD DS managed domain in the Azure portal](media/change-sku/overview-change-sku.png)
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+
![Choose the required SKU from the drop-down menu in the Azure portal](media/change-sku/change-sku-selection.png)
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/
40.3 KB
Loading
56.2 KB
Loading
4.02 KB
Loading
73.8 KB
Loading
4.02 KB
Loading

articles/active-directory-domain-services/tutorial-create-forest-trust.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To complete this tutorial, you need the following resources and privileges:
4343
* If needed, [create and configure an Azure Active Directory Domain Services instance][create-azure-ad-ds-instance-advanced].
4444

4545
> [!IMPORTANT]
46-
> Make sure that you create an Azure AD DS managed domain using a *resource* forest. The default option creates a *user* forest. Only resource forests can create trusts to on-prem AD DS environments.
46+
> Make sure that you create an Azure AD DS managed domain using a *resource* forest. The default option creates a *user* forest. Only resource forests can create trusts to on-prem AD DS environments. You also need to use a minimum of *Enterprise* SKU for your managed domain. If needed, [change the SKU for an Azure AD DS managed domain][howto-change-sku].
4747
4848
## Sign in to the Azure portal
4949

@@ -218,3 +218,4 @@ For more conceptual information about forest types in Azure AD DS, see [What are
218218
[create-azure-ad-tenant]: ../active-directory/fundamentals/sign-up-organization.md
219219
[associate-azure-ad-tenant]: ../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md
220220
[create-azure-ad-ds-instance-advanced]: tutorial-create-instance-advanced.md
221+
[howto-change-sku]: change-sku.md

0 commit comments

Comments
 (0)