Skip to content

Commit 38b1150

Browse files
authored
Merge pull request #101917 from MicrosoftDocs/master
Merge Master to Live, 4 AM
2 parents a9b1f7d + 6ab340f commit 38b1150

File tree

216 files changed

+1524
-1424
lines changed

Some content is hidden

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

216 files changed

+1524
-1424
lines changed

.openpublishing.redirection.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,6 +1766,11 @@
17661766
"redirect_url": "/azure/cosmos-db/create-sql-api-dotnet",
17671767
"redirect_document_id": false
17681768
},
1769+
{
1770+
"source_path": "articles/cosmos-db/change-feed-hl7-fhir-logic-apps.md",
1771+
"redirect_url": "/azure/cosmos-db/change-feed",
1772+
"redirect_document_id": false
1773+
},
17691774
{
17701775
"source_path": "articles/cosmos-db/spark-api-introduction.md",
17711776
"redirect_url": "/azure/cosmos-db/analytics-usecases",
@@ -3433,7 +3438,12 @@
34333438
},
34343439
{
34353440
"source_path": "articles/azure-resource-manager/extension-resource-types.md",
3436-
"redirect_url": "/azure/azure-resource-manager/templates/extension-resource-types",
3441+
"redirect_url": "/azure/azure-resource-manager/management/extension-resource-types",
3442+
"redirect_document_id": false
3443+
},
3444+
{
3445+
"source_path": "articles/azure-resource-manager/templates/extension-resource-types.md",
3446+
"redirect_url": "/azure/azure-resource-manager/management/extension-resource-types",
34373447
"redirect_document_id": false
34383448
},
34393449
{

articles/active-directory-domain-services/check-health.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ms.service: active-directory
1010
ms.subservice: domain-services
1111
ms.workload: identity
1212
ms.topic: conceptual
13-
ms.date: 09/10/2019
13+
ms.date: 01/21/2020
1414
ms.author: iainfou
1515

1616
---
1717
# Check the health of an Azure Active Directory Domain Services managed domain
1818

19-
Azure Active Directory Domain Services (Azure AD DS) runs some background tasks to keep the managed domain healthy and up-to-date. These tasks include taking backups, applying security updates, and synchronizing data from Azure AD. If there are issues with the Azure AD DS managed domain, these tasks may not successfully run. To review and resolve any issues, you can check the health status of an Azure AD DS managed domain using the Azure portal.
19+
Azure Active Directory Domain Services (Azure AD DS) runs some background tasks to keep the managed domain healthy and up-to-date. These tasks include taking backups, applying security updates, and synchronizing data from Azure AD. If there are issues with the Azure AD DS managed domain, these tasks may not successfully complete. To review and resolve any issues, you can check the health status of an Azure AD DS managed domain using the Azure portal.
2020

21-
This article shows how to view the Azure AD DS health status and understand the information or alerts shown.
21+
This article shows you how to view the Azure AD DS health status and understand the information or alerts shown.
2222

2323
## View the health status
2424

@@ -43,11 +43,11 @@ The status in the top right indicates the overall health of the Azure AD DS mana
4343

4444
## Understand monitors and alerts
4545

46-
The health status for an Azure AD DS managed domain show two types of information - monitors, and alerts. Monitors show the time that core background tasks were completed. Alerts provide information or suggestions to improve the stability of the managed domain.
46+
The health status for an Azure AD DS managed domain show two types of information - *monitors*, and *alerts*. Monitors show the time that core background tasks were completed. Alerts provide information or suggestions to improve the stability of the managed domain.
4747

4848
### Monitors
4949

50-
Monitors are areas of an Azure AD DS managed domain that are checked on a regular basis. If there are any active alerts for the Azure AD DS managed domain, it may cause one of the monitors to report an issue. Azure AD Domain Services currently monitors the following areas:
50+
Monitors are areas of an Azure AD DS managed domain that are checked on a regular basis. If there are any active alerts for the Azure AD DS managed domain, it may cause one of the monitors to report an issue. Azure AD Domain Services currently has monitors for the following areas:
5151

5252
* Backup
5353
* Synchronization with Azure AD
@@ -64,7 +64,7 @@ The backup monitor checks that automated regular backups of the Azure AD DS mana
6464

6565
#### Synchronization with Azure AD monitor
6666

67-
An Azure AD DS managed domain regularly synchronizes with Azure Active Directory. The number of users and group objects, and the number of changes made in the Azure AD directory since the last sync, affects how long it takes to synchronize. If the Azure AD DS managed domain was last synchronized over three days ago, check for and resolve any active alerts. If the synchronization monitor doesn't then update the status to show a recent sync, [open an Azure support request][azure-support].
67+
An Azure AD DS managed domain regularly synchronizes with Azure Active Directory. The number of users and group objects, and the number of changes made in the Azure AD directory since the last sync, affects how long it takes to synchronize. If the Azure AD DS managed domain was last synchronized over three days ago, check for and resolve any active alerts. If the synchronization monitor doesn't update the status to show a recent sync after you address any active alerts, [open an Azure support request][azure-support].
6868

6969
### Alerts
7070

articles/active-directory-domain-services/deploy-sp-profile-sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.service: active-directory
1010
ms.subservice: domain-services
1111
ms.workload: identity
1212
ms.topic: conceptual
13-
ms.date: 09/12/2019
13+
ms.date: 01/21/2020
1414
ms.author: iainfou
1515

1616
---
1717
# Configure Azure Active Directory Domain Services to support user profile synchronization for SharePoint Server
1818

19-
SharePoint Server includes a service to synchronize user profiles. This feature lets user profiles be stored in a central location and accessible across multiple SharePoint sites and farms. To configure the SharePoint Server user profile service, the appropriate permissions must be granted in an Azure Active Directory Domain Services (Azure AD DS) managed domain. For more information, see [user profile synchronization in SharePoint Server](https://technet.microsoft.com/library/hh296982.aspx).
19+
SharePoint Server includes a service to synchronize user profiles. This feature allows user profiles to be stored in a central location and accessible across multiple SharePoint sites and farms. To configure the SharePoint Server user profile service, the appropriate permissions must be granted in an Azure Active Directory Domain Services (Azure AD DS) managed domain. For more information, see [user profile synchronization in SharePoint Server](https://technet.microsoft.com/library/hh296982.aspx).
2020

2121
This article shows you how to configure Azure AD DS to allow the SharePoint Server user profile sync service.
2222

articles/active-directory-domain-services/faqs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
1010
ms.subservice: domain-services
1111
ms.workload: identity
1212
ms.topic: conceptual
13-
ms.date: 09/03/2019
13+
ms.date: 01/21/2020
1414
ms.author: iainfou
1515

1616
---
@@ -37,10 +37,10 @@ This page answers frequently asked questions about Azure Active Directory Domain
3737
No. You can only create a single managed domain serviced by Azure AD Domain Services for a single Azure AD directory.
3838

3939
### Can I enable Azure AD Domain Services in a Classic virtual network?
40-
Classic virtual networks aren't supported for new deployments. Existing managed domains deployed in Classic virtual networks continue to be supported.
40+
Classic virtual networks aren't supported for new deployments. Existing managed domains deployed in Classic virtual networks continue to be supported. You can also [migrate Azure AD Domain Services from the Classic virtual network model to Resource Manager (preview)](migrate-from-classic-vnet.md).
4141

4242
### Can I enable Azure AD Domain Services in an Azure Resource Manager virtual network?
43-
Yes. Azure AD Domain Services can be enabled in an Azure Resource Manager virtual network. Classic Azure virtual networks are no longer supported for when you create a new managed domain.
43+
Yes. Azure AD Domain Services can be enabled in an Azure Resource Manager virtual network. Classic Azure virtual networks are no longer available when you create a managed domain.
4444

4545
### Can I migrate my existing managed domain from a Classic virtual network to a Resource Manager virtual network?
4646
Yes, this feature is in preview. For more information, see [Migrate Azure AD Domain Services from the Classic virtual network model to Resource Manager (preview)](migrate-from-classic-vnet.md).
@@ -58,7 +58,7 @@ The service itself doesn't directly support this scenario. Your managed domain i
5858
Yes. For more information, see [how to enable Azure AD Domain Services using PowerShell](powershell-create-instance.md).
5959

6060
### Can I enable Azure AD Domain Services using a Resource Manager Template?
61-
Yes, you can create an Azure AD Domain Services managed domain using a Resource Manager template. A service principal and Azure AD group for administration must be created using the Azure portal or Azure PowerShell before the template is deployed. When you create an Azure AD Domain Services managed domain in the Azure portal, there's an option to export the template for use with additional deployments. There's also an [example template in the GitHub templates sample repo](https://github.com/Azure/azure-quickstart-templates/tree/master/101-AAD-DomainServices).
61+
Yes, you can create an Azure AD Domain Services managed domain using a Resource Manager template. A service principal and Azure AD group for administration must be created using the Azure portal or Azure PowerShell before the template is deployed. For more information, see [Create an Azure AD DS managed domain using an Azure Resource Manager template](template-create-instance.md). When you create an Azure AD Domain Services managed domain in the Azure portal, there's an also option to export the template for use with additional deployments.
6262

6363
### Can I add domain controllers to an Azure AD Domain Services managed domain?
6464
No. The domain provided by Azure AD Domain Services is a managed domain. You don't need to provision, configure, or otherwise manage domain controllers for this domain. These management activities are provided as a service by Microsoft. Therefore, you can't add additional domain controllers (read-write or read-only) for the managed domain.
@@ -72,7 +72,7 @@ No. After you create an Azure AD Domain Services managed domain, you can't then
7272
## Administration and operations
7373

7474
* [Can I connect to the domain controller for my managed domain using Remote Desktop?](#can-i-connect-to-the-domain-controller-for-my-managed-domain-using-remote-desktop)
75-
* [Ive enabled Azure AD Domain Services. What user account do I use to domain join machines to this domain?](#ive-enabled-azure-ad-domain-services-what-user-account-do-i-use-to-domain-join-machines-to-this-domain)
75+
* [I've enabled Azure AD Domain Services. What user account do I use to domain join machines to this domain?](#ive-enabled-azure-ad-domain-services-what-user-account-do-i-use-to-domain-join-machines-to-this-domain)
7676
* [Do I have domain administrator privileges for the managed domain provided by Azure AD Domain Services?](#do-i-have-domain-administrator-privileges-for-the-managed-domain-provided-by-azure-ad-domain-services)
7777
* [Can I modify group memberships using LDAP or other AD administrative tools on managed domains?](#can-i-modify-group-memberships-using-ldap-or-other-ad-administrative-tools-on-managed-domains)
7878
* [How long does it take for changes I make to my Azure AD directory to be visible in my managed domain?](#how-long-does-it-take-for-changes-i-make-to-my-azure-ad-directory-to-be-visible-in-my-managed-domain)
@@ -84,7 +84,7 @@ No. After you create an Azure AD Domain Services managed domain, you can't then
8484
### Can I connect to the domain controller for my managed domain using Remote Desktop?
8585
No. You don't have permissions to connect to domain controllers for the managed domain using Remote Desktop. Members of the *AAD DC Administrators* group can administer the managed domain using AD administration tools such as the Active Directory Administration Center (ADAC) or AD PowerShell. These tools are installed using the *Remote Server Administration Tools* feature on a Windows server joined to the managed domain. For more information, see [Create a management VM to configure and administer an Azure AD Domain Services managed domain](tutorial-create-management-vm.md).
8686

87-
### Ive enabled Azure AD Domain Services. What user account do I use to domain join machines to this domain?
87+
### I've enabled Azure AD Domain Services. What user account do I use to domain join machines to this domain?
8888
Members of the administrative group *AAD DC Administrators* can domain-join machines. Additionally, members of this group are granted remote desktop access to machines that have been joined to the domain.
8989

9090
### Do I have domain administrator privileges for the managed domain provided by Azure AD Domain Services?
@@ -100,7 +100,7 @@ Changes made in your Azure AD directory using either the Azure AD UI or PowerShe
100100
No. The schema is administered by Microsoft for the managed domain. Schema extensions aren't supported by Azure AD Domain Services.
101101

102102
### Can I modify or add DNS records in my managed domain?
103-
Yes. Members of the *AAD DC Administrators* group are granted *DNS Administrator* privileges to modify DNS records in the managed domain. Those users can use the DNS Manager console on a machine running Windows Server joined to the managed domain, to manage DNS. To use the DNS Manager console, install *DNS Server Tools*, which is part of the *Remote Server Administration Tools* optional feature on the server. For more information, see [Administer DNS in an Azure AD Domain Services managed domain](manage-dns.md).
103+
Yes. Members of the *AAD DC Administrators* group are granted *DNS Administrator* privileges to modify DNS records in the managed domain. Those users can use the DNS Manager console on a machine running Windows Server joined to the managed domain to manage DNS. To use the DNS Manager console, install *DNS Server Tools*, which is part of the *Remote Server Administration Tools* optional feature on the server. For more information, see [Administer DNS in an Azure AD Domain Services managed domain](manage-dns.md).
104104

105105
### What is the password lifetime policy on a managed domain?
106106
The default password lifetime on an Azure AD Domain Services managed domain is 90 days. This password lifetime is not synchronized with the password lifetime configured in Azure AD. Therefore, you may have a situation where users' passwords expire in your managed domain, but are still valid in Azure AD. In such scenarios, users need to change their password in Azure AD and the new password will synchronize to your managed domain. Additionally, the *password-does-not-expire* and *user-must-change-password-at-next-logon* attributes for user accounts aren't synchronized to your managed domain.
@@ -127,7 +127,7 @@ Azure AD Domain Services is included in the free trial for Azure. You can sign u
127127
No. Once you've enabled an Azure AD Domain Services managed domain, the service is available within your selected virtual network until you delete the managed domain. There's no way to pause the service. Billing continues on an hourly basis until you delete the managed domain.
128128

129129
### Can I failover Azure AD Domain Services to another region for a DR event?
130-
No. Azure AD Domain Services doesn't currently provide a geo-redundant deployment model. It'is limited to a single virtual network in an Azure region. If you want to utilize multiple Azure regions, you need to run your Active Directory Domain Controllers on Azure IaaS VMs. Architecture guidance can be found [here](https://docs.microsoft.com/azure/architecture/reference-architectures/identity/adds-extend-domain).
130+
No. Azure AD Domain Services doesn't currently provide a geo-redundant deployment model. It's limited to a single virtual network in an Azure region. If you want to utilize multiple Azure regions, you need to run your Active Directory Domain Controllers on Azure IaaS VMs. For architecture guidance, see [Extend your on-premises Active Directory domain to Azure](https://docs.microsoft.com/azure/architecture/reference-architectures/identity/adds-extend-domain).
131131

132132
### Can I get Azure AD Domain Services as part of Enterprise Mobility Suite (EMS)? Do I need Azure AD Premium to use Azure AD Domain Services?
133133
No. Azure AD Domain Services is a pay-as-you-go Azure service and isn't part of EMS. Azure AD Domain Services can be used with all editions of Azure AD (Free and Premium). You're billed on an hourly basis, depending on usage.

0 commit comments

Comments
 (0)