Skip to content

Commit c38a1f5

Browse files
Merge pull request #97931 from MicrosoftDocs/master
Merge master to live, 4:05 AM
2 parents a57debb + 3da4952 commit c38a1f5

File tree

85 files changed

+1249
-608
lines changed

Some content is hidden

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

85 files changed

+1249
-608
lines changed

.openpublishing.redirection.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,16 @@
567567
"redirect_url": "/azure/cognitive-services//QnAMaker/Quickstarts/get-answer-from-knowledge-base-using-url-tool",
568568
"redirect_document_id": false
569569
},
570+
{
571+
"source_path": "articles/cognitive-services/LUIS/luis-quickstart-intent-and-list-entity.md",
572+
"redirect_url": "/azure/cognitive-services/LUIS/tutorial-list-entity",
573+
"redirect_document_id": false
574+
},
575+
{
576+
"source_path": "articles/cognitive-services/LUIS/luis-quickstart-intents-regex-entity.md",
577+
"redirect_url": "/azure/cognitive-services/LUIS/tutorial-regex-entity",
578+
"redirect_document_id": false
579+
},
570580
{
571581
"source_path": "articles/cognitive-services/LUIS/luis-quickstart-intent-and-sentiment-analysis.md",
572582
"redirect_url": "/azure/cognitive-services/LUIS/tutorial-publish-settings",
@@ -43372,52 +43382,52 @@
4337243382
},
4337343383
{
4337443384
"source_path": "articles/machine-learning/service/how-to-ui-sample-classification-predict-churn.md",
43375-
"redirect_url": "how-to-designer-sample-classification-churn",
43385+
"redirect_url": "/azure/machine-learning/service/how-to-designer-sample-classification-churn",
4337643386
"redirect_document_id": true
4337743387
},
4337843388
{
4337943389
"source_path": "articles/machine-learning/service/how-to-ui-sample-classification-predict-credit-risk-basic.md",
43380-
"redirect_url": "how-to-designer-sample-classification-predict-income",
43390+
"redirect_url": "/azure/machine-learning/service/how-to-designer-sample-classification-predict-income",
4338143391
"redirect_document_id": true
4338243392
},
4338343393
{
4338443394
"source_path": "articles/machine-learning/service/how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md",
43385-
"redirect_url": "how-to-designer-sample-classification-credit-risk-cost-sensitive",
43395+
"redirect_url": "/azure/machine-learning/service/how-to-designer-sample-classification-credit-risk-cost-sensitive",
4338643396
"redirect_document_id": true
4338743397
},
4338843398
{
4338943399
"source_path": "articles/machine-learning/service/how-to-ui-sample-classification-predict-flight-delay.md",
43390-
"redirect_url": "how-to-designer-sample-classification-flight-delay",
43400+
"redirect_url": "/azure/machine-learning/service/how-to-designer-sample-classification-flight-delay",
4339143401
"redirect_document_id": true
4339243402
},
4339343403
{
4339443404
"source_path": "articles/machine-learning/service/how-to-ui-sample-regression-predict-automobile-price-basic.md",
43395-
"redirect_url": "how-to-designer-sample-regression-automobile-price-basic",
43405+
"redirect_url": "/azure/machine-learning/service/how-to-designer-sample-regression-automobile-price-basic",
4339643406
"redirect_document_id": true
4339743407
},
4339843408
{
4339943409
"source_path": "articles/machine-learning/service/how-to-ui-sample-regression-predict-automobile-price-compare-algorithms.md",
43400-
"redirect_url": "how-to-designer-sample-regression-automobile-price-compare-algorithms",
43410+
"redirect_url": "/azure/machine-learning/service/how-to-designer-sample-regression-automobile-price-compare-algorithms",
4340143411
"redirect_document_id": true
4340243412
},
4340343413
{
4340443414
"source_path": "articles/machine-learning/service/how-to-ui-sample-text-classification.md",
43405-
"redirect_url": "how-to-designer-sample-text-classification",
43415+
"redirect_url": "/azure/machine-learning/service/how-to-designer-sample-text-classification",
4340643416
"redirect_document_id": true
4340743417
},
4340843418
{
4340943419
"source_path": "articles/machine-learning/service/ui-tutorial-automobile-price-deploy.md",
43410-
"redirect_url": "tutorial-designer-automobile-price-deploy",
43420+
"redirect_url": "/azure/machine-learning/service/tutorial-designer-automobile-price-deploy",
4341143421
"redirect_document_id": true
4341243422
},
4341343423
{
4341443424
"source_path": "articles/machine-learning/service/ui-tutorial-automobile-price-train-score.md",
43415-
"redirect_url": "tutorial-designer-automobile-price-train-score",
43425+
"redirect_url": "/azure/machine-learning/service/tutorial-designer-automobile-price-train-score",
4341643426
"redirect_document_id": true
4341743427
},
4341843428
{
4341943429
"source_path": "articles/machine-learning/service/ui-concept-visual-interface.md",
43420-
"redirect_url": "concept-designer",
43430+
"redirect_url": "/azure/machine-learning/service/concept-designer",
4342143431
"redirect_document_id": true
4342243432
},
4342343433
{

articles/active-directory/develop/v2-oauth2-implicit-grant-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For details on the query parameters in the URL, see [send the sign in request](#
150150
> [!TIP]
151151
> Try copy & pasting the below request into a browser tab! (Don't forget to replace the `login_hint` values with the correct value for your user)
152152
>
153-
>`https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=6731de76-14a6-49ae-97bc-6eba6914391e&response_type=token&redirect_uri=http%3A%2F%2Flocalhost%2Fmyapp%2F&scope=https%3A%2F%2Fgraph.microsoft.com%2user.read&response_mode=fragment&state=12345&nonce=678910&prompt=none&login_hint={your-username}`
153+
>`https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=6731de76-14a6-49ae-97bc-6eba6914391e&response_type=token&redirect_uri=http%3A%2F%2Flocalhost%2Fmyapp%2F&scope=https%3A%2F%2Fgraph.microsoft.com%2Fuser.read&response_mode=fragment&state=12345&nonce=678910&prompt=none&login_hint={your-username}`
154154
>
155155
156156
Thanks to the `prompt=none` parameter, this request will either succeed or fail immediately and return to your application. A successful response will be sent to your app at the indicated `redirect_uri`, using the method specified in the `response_mode` parameter.

articles/active-directory/hybrid/how-to-connect-sync-change-the-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ By default, the UserType attribute is not enabled for synchronization because th
199199

200200
- Azure AD only accepts two values for the UserType attribute: **Member** and **Guest**.
201201
- If the UserType attribute is not enabled for synchronization in Azure AD Connect, Azure AD users created through directory synchronization would have the UserType attribute set to **Member**.
202-
- Azure AD does not permit the UserType attribute on existing Azure AD users to be changed by Azure AD Connect. It can only be set during the creation of the Azure AD users.
202+
- Azure AD does not permit the UserType attribute on existing Azure AD users to be changed by Azure AD Connect. It can only be set during the creation of the Azure AD users and [changed via Powershell](https://docs.microsoft.com/en-us/powershell/module/azuread/set-azureaduser?view=azureadps-2.0).
203203

204204
Before enabling synchronization of the UserType attribute, you must first decide how the attribute is derived from on-premises Active Directory. The following are the most common approaches:
205205

articles/active-directory/manage-apps/configure-user-consent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ For more information on consenting to applications, see [Azure Active Directory
2424

2525
Granting admin consent requires you to sign in as global administrator, an application administrator, or a cloud application administrator.
2626

27+
To grant admin consent to permissions on Microsoft Graph and Azure AD Graph, you need global administrator privileges.
28+
2729
To restrict access to applications, you need to require user assignment and then assign users or groups to the application. For more information, see [Methods for assigning users and groups](methods-for-assigning-users-and-groups.md).
2830

2931
## Grant admin consent to enterprise apps in the Azure portal

articles/active-directory/saas-apps/google-apps-provisioning-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ This section guides you through the steps to configure the Azure AD provisioning
174174

175175
![G Suite Group Mappings](media/google-apps-provisioning-tutorial/groupmappings.png)
176176

177-
12. Review the group attributes that are synchronized from Azure AD to G Suite in the **Attribute Mapping** section. The attributes selected as **Matching** properties are used to match the groups in G Suite for update operations. Select the **Save** button to commit any changes.
177+
12. Review the group attributes that are synchronized from Azure AD to G Suite in the **Attribute Mapping** section. The attributes selected as **Matching** properties are used to match the groups in G Suite for update operations. Select the **Save** button to commit any changes. The UI displays the default set of attribute mappings between Azure AD and G Suite. You can choose to add additional attributes such as Org Unit by clicking add new mapping.
178178

179179
![G Suite Group Attributes](media/google-apps-provisioning-tutorial/groupattributes.png)
180180

57.7 KB
Loading

articles/active-directory/saas-apps/slack-provisioning-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ This section guides you through connecting your Azure AD to Slack's user account
6363

6464
4. Set the **Provisioning Mode** to **Automatic**.
6565

66-
![Slack Provisioning](./media/slack-provisioning-tutorial/Slack1.PNG)
66+
![Slack Provisioning](./media/slack-provisioning-tutorial/slack1.png)
6767

6868
5. Under the **Admin Credentials** section, click **Authorize**. This opens a Slack authorization dialog in a new browser window.
6969

7070
6. In the new window, sign into Slack using your Team Admin account. in the resulting authorization dialog, select the Slack team that you want to enable provisioning for, and then select **Authorize**. Once completed, return to the Azure portal to complete the provisioning configuration.
7171

72-
![Authorization Dialog](./media/slack-provisioning-tutorial/Slack3.PNG)
72+
![Authorization Dialog](./media/slack-provisioning-tutorial/slackauthorize.png)
7373

7474
7. In the Azure portal, click **Test Connection** to ensure Azure AD can connect to your Slack app. If the connection fails, ensure your Slack account has Team Admin permissions and try the "Authorize" step again.
7575

articles/azure-databricks/TOC.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@
126126
- name: Initialize cluster nodes
127127
href: /azure/databricks/clusters/init-scripts
128128
maintainContext: true
129-
- name: Custom containers
130-
href: /azure/databricks/clusters/custom-containers
131-
maintainContext: true
132129
- name: GPU-enabled clusters
133130
href: /azure/databricks/clusters/gpu
134131
maintainContext: true
@@ -226,9 +223,6 @@
226223
maintainContext: true
227224
- name: Data
228225
items:
229-
- name: Databricks File System (DBFS)
230-
href: /azure/databricks/data/databricks-file-system
231-
maintainContext: true
232226
- name: Databases and tables
233227
href: /azure/databricks/data/tables
234228
maintainContext: true
@@ -317,6 +311,9 @@
317311
- name: ZIP files
318312
href: /azure/databricks/data/data-sources/zip-files
319313
maintainContext: true
314+
- name: Databricks File System (DBFS)
315+
href: /azure/databricks/data/databricks-file-system
316+
maintainContext: true
320317
- name: FileStore
321318
href: /azure/databricks/data/filestore
322319
maintainContext: true
@@ -832,6 +829,9 @@
832829
- name: Model inference performance tuning
833830
href: /azure/databricks/applications/deep-learning/inference/model-inference-performance
834831
maintainContext: true
832+
name: Reference solution for distributed image model inference
833+
href: /azure/databricks/applications/deep-learning/reference-solutions/images-etl-inference
834+
maintainContext: true
835835
- name: MLflow
836836
items:
837837
- name: MLflow overview
@@ -1066,9 +1066,6 @@
10661066
- name: Cluster configuration overview
10671067
href: /azure/databricks/administration-guide/clusters/index
10681068
maintainContext: true
1069-
- name: Enable Container Services
1070-
href: /azure/databricks/administration-guide/clusters/container-services
1071-
maintainContext: true
10721069
- name: Enable Databricks Runtime for Genomics
10731070
href: /azure/databricks/administration-guide/clusters/genomics-runtime
10741071
maintainContext: true
@@ -1138,9 +1135,6 @@
11381135
- name: Configuration setting overwrites default settings
11391136
href: /azure/databricks/kb/clusters/conf-overwrites-default-settings
11401137
maintainContext: true
1141-
- name: Run JNI libraries on single-core executors
1142-
href: /azure/databricks/kb/clusters/multiple-executors-single-worker
1143-
maintainContext: true
11441138
- name: Overwrite log4j configurations
11451139
href: /azure/databricks/kb/clusters/overwrite-log4j-logs
11461140
maintainContext: true
@@ -1545,6 +1539,9 @@
15451539
- name: Platform release notes
15461540
href: /azure/databricks/release-notes/product/index
15471541
maintainContext: true
1542+
- name: December 2019
1543+
href: /azure/databricks/release-notes/product/2019/december
1544+
maintainContext: true
15481545
- name: November 2019
15491546
href: /azure/databricks/release-notes/product/2019/november
15501547
maintainContext: true

articles/azure-databricks/store-secrets-azure-key-vault.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ Sign in to the [Azure portal](https://portal.azure.com/).
124124

125125
4. Once your Azure Databricks workspace is open in a separate window, append **#secrets/createScope** to the URL. The URL should have the following format:
126126

127-
**https://<\location>.azuredatabricks.net/#secrets/createScope**.
127+
**https://<\location>.azuredatabricks.net/?o=<\orgID>#secrets/createScope**.
128+
128129

129130
5. Enter a scope name, and enter the Azure Key Vault DNS name and Resource ID you saved earlier. Save the scope name in a text editor for use later in this tutorial. Then, select **Create**.
130131

articles/azure-functions/durable/durable-functions-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Durable Functions 2.x introduces several breaking changes. Durable Functions 1.x
5050
Durable Functions 2.x uses a new host.json schema. The main changes from 1.x include:
5151

5252
* `"storageProvider"` (and the `"azureStorage"` subsection) for storage-specific configuration.
53-
* `"tracking"` for tracking and logging configuration.
53+
* `"tracing"` for tracing and logging configuration.
5454
* `"notifications"` (and the `"eventGrid"` subsection) for event grid notification configuration.
5555

5656
See the [Durable Functions host.json reference documentation](durable-functions-bindings.md#durable-functions-2-0-host-json) for details.

0 commit comments

Comments
 (0)