Skip to content

Commit ba35674

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-monitor
2 parents fdf043b + b6464ac commit ba35674

File tree

5 files changed

+96
-7
lines changed

5 files changed

+96
-7
lines changed

articles/active-directory/app-provisioning/customize-application-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Certain attributes such as phoneNumbers and emails are multi-value attributes wh
296296

297297
## Restoring the default attributes and attribute-mappings
298298

299-
Should you need to start over and reset your existing mappings back to their default state, you can select the **Restore default mappings** check box and save the configuration. Doing so sets all mappings as if the application was just added to your Azure AD tenant from the application gallery.
299+
Should you need to start over and reset your existing mappings back to their default state, you can select the **Restore default mappings** check box and save the configuration. Doing so sets all mappings and scoping filters as if the application was just added to your Azure AD tenant from the application gallery.
300300

301301
Selecting this option will effectively force a resynchronization of all users while the provisioning service is running.
302302

articles/cosmos-db/breadcrumb/TOC.yml

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
- name: Azure
2+
tocHref: /azure/
3+
topicHref: /azure/index
4+
items:
5+
- name: Azure Cosmos DB
6+
tocHref: /azure/data-factory/
7+
topicHref: /azure/cosmos-db/index
8+
9+
- name: Azure
10+
tocHref: /azure/
11+
topicHref: /azure/index
12+
items:
13+
- name: Azure Cosmos DB
14+
tocHref: /azure/search/
15+
topicHref: /azure/cosmos-db/index
16+
17+
- name: Azure
18+
tocHref: /azure/
19+
topicHref: /azure/index
20+
items:
21+
- name: Azure Cosmos DB
22+
tocHref: /azure/azure-functions/
23+
topicHref: /azure/cosmos-db/index
24+
25+
- name: Azure
26+
tocHref: /azure/
27+
topicHref: /azure/index
28+
items:
29+
- name: Azure Cosmos DB
30+
tocHref: /azure/dms/
31+
topicHref: /azure/cosmos-db/index
32+
33+
- name: Azure
34+
tocHref: /azure/
35+
topicHref: /azure/index
36+
items:
37+
- name: Azure Cosmos DB
38+
tocHref: /azure/hdinsight/
39+
topicHref: /azure/cosmos-db/index
40+
41+
- name: Azure
42+
tocHref: /azure/
43+
topicHref: /azure/index
44+
items:
45+
- name: Azure Cosmos DB
46+
tocHref: /azure/private-link/
47+
topicHref: /azure/cosmos-db/index
48+
49+
- name: Azure
50+
tocHref: /azure/
51+
topicHref: /azure/index
52+
items:
53+
- name: Azure Cosmos DB
54+
tocHref: /azure/logic-apps/
55+
topicHref: /azure/cosmos-db/index
56+
57+
- name: Azure
58+
tocHref: /azure/
59+
topicHref: /azure/index
60+
items:
61+
- name: Azure Cosmos DB
62+
tocHref: /azure/stream-analytics/
63+
topicHref: /azure/cosmos-db/index
64+
65+
- name: Azure
66+
tocHref: /java/
67+
topicHref: /azure/index
68+
items:
69+
- name: Azure Cosmos DB
70+
tocHref: /java/azure/
71+
topicHref: /azure/cosmos-db/index
72+
items:
73+
- name: Spring
74+
tocHref: /java/azure/spring-framework/
75+
topicHref: /azure/cosmos-db/index

articles/machine-learning/how-to-deploy-and-where.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,20 @@ az ml model deploy -m mymodel:1 --ic inferenceconfig.json --dc deploymentconfig.
581581

582582
For more information, see the [az ml model deploy](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/model?view=azure-cli-latest#ext-azure-cli-ml-az-ml-model-deploy) documentation.
583583

584+
### Understanding service state
585+
586+
During model deployment, you may see the service state change while it fully deploys.
587+
588+
The following table describes the different service states:
589+
590+
| Webservice state | Description | Final state?
591+
| ----- | ----- | ----- |
592+
| Transitioning | The service is in the process of deployment. | No |
593+
| Unhealthy | The service has deployed but is currently unreachable. | No |
594+
| Unschedulable | The service cannot be deployed at this time due to lack of resources. | No |
595+
| Failed | The service has failed to deploy due to an error or crash. | Yes |
596+
| Healthy | The service is healthy and the endpoint is available. | Yes |
597+
584598
### <a id="notebookvm"></a> Compute instance web service (dev/test)
585599

586600
See [Deploy a model to Azure Machine Learning compute instance](how-to-deploy-local-container-notebook-vm.md).

articles/media-services/video-indexer/upload-index-videos.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The article shows how to upload and index your videos with these options:
4343

4444
If it is a private URL, the access token need to be provided in the request.
4545
- The URL has to point to a valid media file and not to a webpage, such as a link to the `www.youtube.com` page.
46-
- You can upload up to 60 movies per minute.
46+
- In a paid account you can upload up to 50 movies per minute, and in a trial account up to 5 movies per minute.
4747

4848
> [!Tip]
4949
> It is recommended to use .NET framework version 4.6.2. or higher because older .NET frameworks do not default to TLS 1.2.
@@ -344,6 +344,7 @@ The status codes listed in the following table may be returned by the Upload ope
344344
|---|---|---|
345345
|409|VIDEO_INDEXING_IN_PROGRESS|Same video is already in progress of being processed in the given account.|
346346
|400|VIDEO_ALREADY_FAILED|Same video failed to process in the given account less than 2 hours ago. API clients should wait at least 2 hours before re-uploading a video.|
347+
|429||Trial accounts are allowed 5 uploads per minute. Paid accounts are allowed 50 uploads per minute.|
347348

348349
## Next steps
349350

articles/storage/files/storage-files-active-directory-enable.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@ author: roygara
55

66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 08/08/2019
8+
ms.date: 01/06/2020
99
ms.author: rogarana
1010
ms.subservice: files
1111
---
1212

13-
# Enable Azure Active Directory Domain Services authentication over SMB for Azure Files
13+
# Enable Azure Active Directory Domain Services authentication on Azure Files
1414

1515
[!INCLUDE [storage-files-aad-auth-include](../../../includes/storage-files-aad-auth-include.md)]
1616

17-
For an overview of Azure AD authentication over SMB for Azure Files, see [Overview of Azure Active Directory authentication over SMB for Azure Files](storage-files-active-directory-overview.md).
18-
17+
For an overview of the identity-based authentication supported on Azure Files, see [Overview of Azure Active Directory authentication over SMB for Azure Files](storage-files-active-directory-overview.md). This article is focused on how to enable authentication with Azure Active Directory Domain Services (Azure AD DS) on Azure Files.
1918
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
2019

2120
## Overview of the workflow
@@ -67,7 +66,7 @@ Before you enable Azure AD over SMB for Azure Files, make sure you have complete
6766

6867
## Enable Azure AD DS authentication for your account
6968

70-
To enable Azure AD DS authentication over SMB for Azure Files, you can set a property on storage accounts created after September 24, 2018, by using the Azure portal, Azure PowerShell, or Azure CLI. Setting this property registers the storage account with the associated Azure AD DS deployment. Azure AD DS authentication over SMB is then enabled for all new and existing file shares in the storage account.
69+
To enable Azure AD DS authentication over SMB for Azure Files, you can set a property on storage accounts by using the Azure portal, Azure PowerShell, or Azure CLI. Setting this property implicitly "domain joins" the storage account with the associated Azure AD DS deployment. Azure AD DS authentication over SMB is then enabled for all new and existing file shares in the storage account.
7170

7271
Keep in mind that you can enable Azure AD DS authentication over SMB only after you have successfully deployed Azure AD DS to your Azure AD tenant. For more information, see the [prerequisites](#prerequisites).
7372

0 commit comments

Comments
 (0)