Skip to content

Commit 33fb1e4

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into ds-prcleanup1
2 parents 3b7e1a7 + 15e6c5a commit 33fb1e4

File tree

50 files changed

+5877
-284
lines changed

Some content is hidden

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

50 files changed

+5877
-284
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,11 @@
800800
"redirect_url": "/azure/machine-learning",
801801
"redirect_document_id": false
802802
},
803+
{
804+
"source_path": "articles/notebooks/use-machine-learning-services-jupyter-notebooks.md",
805+
"redirect_url": "/azure/machine-learning/samples-notebooks",
806+
"redirect_document_id": false
807+
},
803808
{
804809
"source_path": "articles/cognitive-services/QnAMaker/Tutorials/create-publish-query-in-portal.md",
805810
"redirect_url": "/azure/cognitive-services/QnAMaker/Quickstarts/create-publish-knowledge-base",
@@ -31855,11 +31860,6 @@
3185531860
"redirect_url": "/azure/security/fundamentals/abstract-serverless-platform-security",
3185631861
"redirect_document_id": true
3185731862
},
31858-
{
31859-
"source_path": "articles/security/azure-ad-choose-authn.md",
31860-
"redirect_url": "/azure/security/fundamentals/choose-ad-authn",
31861-
"redirect_document_id": true
31862-
},
3186331863
{
3186431864
"source_path": "articles/active-directory/authentication/howto-authentication-passwordless-enable.md",
3186531865
"redirect_url": "/azure/active-directory/authentication/concept-authentication-passwordless",
@@ -50358,6 +50358,11 @@
5035850358
{
5035950359
"source_path": "articles/cognitive-services/speech-service/quickstart-voice-assistant-java-jre.md",
5036050360
"redirect_url": "/azure/cognitive-services/speech-service/quickstarts/voice-assistants?pivots=programming-language-java&tabs=jre"
50361+
},
50362+
{
50363+
"source_path": "articles/security/fundamentals/choose-ad-authn.md",
50364+
"redirect_url": "/azure/active-directory/hybrid/choose-ad-authn",
50365+
"redirect_document_id": true
5036150366
},
5036250367
{
5036350368
"source_path": "articles/cognitive-services/Speech-Service/quickstart-voice-assistant-csharp-uwp.md",

articles/active-directory/hybrid/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
href: cloud-governed-management-for-on-premises.md
2525
- name: Four steps to a strong identity foundation
2626
href: four-steps.md
27+
- name: Choose a hybrid identity authentication method
28+
href: choose-ad-authn.md
2729
- name: Azure AD Connect and Connect Health
2830
items:
2931
- name: What is Azure AD Connect and Connect Health?
File renamed without changes.

articles/active-directory/hybrid/how-to-connect-sync-feature-preferreddatalocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Azure AD Connect supports synchronization of the **preferredDataLocation** attri
6464
By default, **preferredDataLocation** is not enabled for synchronization. This feature is intended for larger organizations. The Active Directory schema in Windows Server 2019 has an attribute **msDS-preferredDataLocation** you should use for this purpose. If you have not updated the Active Directory schema and cannot do so, then you must identify an attribute to hold the Office 365 geo for your users. This is going to be different for each organization.
6565

6666
> [!IMPORTANT]
67-
> Azure AD allows the **preferredDataLocation** attribute on **cloud User objects** to be directly configured by using Azure AD PowerShell. Azure AD no longer allows the **preferredDataLocation** attribute on **synchronized User objects** to be directly configured by using Azure AD PowerShell. To configure this attribute on **synchronized User objects**, you must use Azure AD Connect.
67+
> Azure AD allows the **preferredDataLocation** attribute on **cloud User objects** to be directly configured by using Azure AD PowerShell. To configure this attribute on **synchronized User objects**, you must use Azure AD Connect.
6868
6969
Before enabling synchronization:
7070

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
href: limit-egress-traffic.md
222222
- name: Enable Azure Active Directory integration
223223
items:
224-
- name: Azure AD v2.0
224+
- name: Azure AD v2.0 (preview)
225225
href: azure-ad-v2.md
226226
- name: Use the Azure CLI
227227
href: azure-ad-integration-cli.md

articles/azure-functions/functions-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 04/04/2019
1313

1414
We recommend using Application Insights because it collects log, performance, and error data. It automatically detects performance anomalies and includes powerful analytics tools to help you diagnose issues and to understand how your functions are used. It's designed to help you continuously improve performance and usability. You can even use Application Insights during local function app project development. For more information, see [What is Application Insights?](../azure-monitor/app/app-insights-overview.md).
1515

16-
As the required Application Insights instrumentation is built into Azure Functions, all you need is a valid instrumentation key to connect your function app to an Application Insights resource. The instrumentation key should be added to your application settings when your function app resource is created in Azure. If your function app doesn't already this key, you can [set it manually](#enable-application-insights-integration).
16+
As the required Application Insights instrumentation is built into Azure Functions, all you need is a valid instrumentation key to connect your function app to an Application Insights resource. The instrumentation key should be added to your application settings when your function app resource is created in Azure. If your function app doesn't already have this key, you can [set it manually](#enable-application-insights-integration).
1717

1818
## Application Insights pricing and limits
1919

0 commit comments

Comments
 (0)