Skip to content

Commit 78f3673

Browse files
authored
Merge pull request #105139 from MicrosoftDocs/master
2/21 AM Publish
2 parents 163be41 + 8e5edf0 commit 78f3673

File tree

11 files changed

+186
-160
lines changed

11 files changed

+186
-160
lines changed

articles/active-directory/app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,12 @@ Scoping filters are configured as part of the attribute mappings for each Azure
9393
i. **Greater_Than.** Clause returns "true" if the evaluated attribute is greater than the value. The value specified on the scoping filter must be an integer and the attribute on the user must be an integer [0,1,2,...].
9494

9595
j. **Greater_Than_OR_EQUALS.** Clause returns "true" if the evaluated attribute is greater than or equal to the value. The value specified on the scoping filter must be an integer and the attribute on the user must be an integer [0,1,2,...].
96+
97+
k. **Includes.** Clause returns "true" if the evaluated attribute contains the string value (case sensitive) as described [here](https://docs.microsoft.com/dotnet/api/system.string.contains?view=netframework-4.8).
9698

9799

98100
>[!IMPORTANT]
99-
> The Includes and IsMemberOf filters are not supported. They will soon be removed from the UI.
101+
> The IsMemberOf filter is not supported currently.
100102
101103
9. Optionally, repeat steps 7-8 to add more scoping clauses.
102104

articles/aks/azure-ad-integration-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ oAuthPermissionId=$(az ad app show --id $serverApplicationId --query "oauth2Perm
119119
Add the permissions for the client application and server application components to use the oAuth2 communication flow using the [az ad app permission add][az-ad-app-permission-add] command. Then, grant permissions for the client application to communication with the server application using the [az ad app permission grant][az-ad-app-permission-grant] command:
120120

121121
```azurecli-interactive
122-
az ad app permission add --id $clientApplicationId --api $serverApplicationId --api-permissions $oAuthPermissionId=Scope
122+
az ad app permission add --id $clientApplicationId --api $serverApplicationId --api-permissions ${oAuthPermissionId}=Scope
123123
az ad app permission grant --id $clientApplicationId --api $serverApplicationId
124124
```
125125

articles/aks/private-clusters.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mlearned
66

77
ms.service: container-service
88
ms.topic: article
9-
ms.date: 1/24/2020
9+
ms.date: 2/21/2020
1010
ms.author: mlearned
1111
---
1212

@@ -27,13 +27,33 @@ The control plane or API server is in an Azure Kubernetes Service (AKS)-managed
2727
* The Azure CLI version 2.0.77 or later, and the Azure CLI AKS Preview extension version 0.4.18
2828

2929
## Currently supported regions
30-
* West US
31-
* West US 2
32-
* East US 2
30+
31+
* Australia East
32+
* Australia Southeast
33+
* Brazil South
3334
* Canada Central
35+
* Canada East
36+
* Cenral US
37+
* East Asia
38+
* East US
39+
* East US 2
40+
* East US 2 EUAP
41+
* France Central
42+
* Germany North
43+
* Japan East
44+
* Japan West
45+
* Korea Central
46+
* Korea South
47+
* North Central US
3448
* North Europe
49+
* North Europe
50+
* South Central US
51+
* UK South
3552
* West Europe
36-
* Australia East
53+
* West US
54+
* West US 2
55+
* East US 2
56+
3757

3858
## Install the latest Azure CLI AKS Preview extension
3959

articles/availability-zones/az-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The combinations of Azure services and regions that support Availability Zones a
3939
| Linux Virtual Machines | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
4040
| Windows Virtual Machines | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
4141
| Virtual Machine Scale Sets | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
42+
| Azure App Service Environments ILB | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
4243
| Azure Kubernetes Service | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
4344
| **Storage** | | | | | | | | | | |
4445
| Managed Disks | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |

articles/azure-monitor/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ landingContent:
2525
links:
2626
- text: What is Azure Monitor?
2727
url: overview.md
28-
- text: What is Azure Monitor logs / Log Analytics?
29-
url: overview.md
30-
- text: Azure Monitor logs / Log Analytics content hub page
28+
- text: What is Azure Monitor Logs / Log Analytics?
29+
url: platform/data-platform-logs.md
30+
- text: Azure Monitor Logs / Log Analytics content hub page
3131
url: azure-monitor-log-hub.md
3232
- text: What is Application Insights?
3333
url: app/app-insights-overview.md

articles/azure-monitor/insights/azure-sql.md

Lines changed: 48 additions & 41 deletions
Large diffs are not rendered by default.

articles/cognitive-services/QnAMaker/How-To/add-sharepoint-datasources.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
---
22
title: SharePoint files - QnA Maker
3-
titleSuffix: Azure Cognitive Services
43
description: Add secured SharePoint data sources to your knowledge base to enrich the knowledge base with questions and answers that may be secured with Active Directory.
5-
services: cognitive-services
6-
author: diberry
7-
manager: nitinme
8-
ms.service: cognitive-services
9-
ms.subservice: qna-maker
104
ms.topic: conceptual
11-
ms.date: 06/24/2019
12-
ms.author: diberry
5+
ms.date: 02/20/2020
136
---
147

158
# Add a secured SharePoint data source to your knowledge base
169

17-
Add secured SharePoint data sources to your knowledge base to enrich the knowledge base with questions and answers that may be secured with Active Directory.
10+
Add secured cloud-based SharePoint data sources to your knowledge base to enrich the knowledge base with questions and answers that may be secured with Active Directory.
1811

1912
When you add a secured SharePoint document to your knowledge base, as the QnA Maker manager, you must request Active Directory permission for QnA Maker. Once this permission is given from the Active Directory manager to QnA Maker for access to SharePoint, it doesn't have to be given again. Each subsequent document addition to the knowledge base will not need authorization if it is in the same SharePoint resource.
2013

2114
If the QnA Maker knowledge base manager is not the Active Directory manager, you will need to communicate with the Active Directory manager to finish this process.
2215

16+
## Prerequisites
17+
18+
QnA Maker uses Microsoft Graph for permissions. If your SharePoint is on-premises, you won't be able to extract from SharePoint because Microsoft Graph won't be able to determine permissions.
19+
2320
## Add supported file types to knowledge base
2421

2522
You can add all QnA Maker-supported [file types](../Concepts/content-types.md) from a SharePoint site to your knowledge base. You may have to grant [permissions](#permissions) if the file resource is secured.

articles/container-instances/container-instances-encrypt-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The access policy should now show up in your key vault's access policies.
8585
> Encrypting deployment data with a customer-managed key is available in the latest API version (2019-12-01) that is currently rolling out. Specify this API version in your deployment template. If you have any issues with this, please reach out to Azure Support.
8686
8787
Once the key vault key and access policy are set up, add the following properties to your ACI deployment template. Learn more about deploying ACI resources with a template in the [Tutorial: Deploy a multi-container group using a Resource Manager template](https://docs.microsoft.com/azure/container-instances/container-instances-multi-container-group).
88-
* Under `resources`, set `apiVersion` to `2012-12-01`.
88+
* Under `resources`, set `apiVersion` to `2019-12-01`.
8989
* Under the container group properties section of the deployment template, add an `encryptionProperties`, which contains the following values:
9090
* `vaultBaseUrl`: the DNS Name of your key vault, can be found on the overview blade of the key vault resource in Portal
9191
* `keyName`: the name of the key generated earlier
@@ -231,4 +231,4 @@ Within a few seconds, you should receive an initial response from Azure. Once th
231231

232232
<!-- LINKS - Internal -->
233233
[az-group-create]: /cli/azure/group#az-group-create
234-
[az-group-deployment-create]: /cli/azure/group/deployment#az-group-deployment-create
234+
[az-group-deployment-create]: /cli/azure/group/deployment#az-group-deployment-create

articles/governance/policy/concepts/effects.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,10 @@ when the condition is met.
407407
408408
### DeployIfNotExists evaluation
409409

410-
DeployIfNotExists runs after a Resource Provider has handled a create or update resource request
411-
and has returned a success status code. A template deployment occurs if there are no related
412-
resources or if the resources defined by **ExistenceCondition** don't evaluate to true.
410+
DeployIfNotExists runs about 15 minutes after a Resource Provider has handled a create or update
411+
resource request and has returned a success status code. A template deployment occurs if there are
412+
no related resources or if the resources defined by **ExistenceCondition** don't evaluate to true.
413+
The duration of the deployment depends on the complexity of resources included in the template.
413414

414415
During an evaluation cycle, policy definitions with a DeployIfNotExists effect that match resources
415416
are marked as non-compliant, but no action is taken on that resource.

articles/governance/policy/how-to/remediate-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ To create a **remediation task**, follow these steps:
185185
![Remediate - select which resources to remediate](../media/remediate-resources/select-resources.png)
186186

187187
1. Begin the remediation task once the resources have been filtered by clicking **Remediate**. The
188-
policy compliance page will open to the **Remediation tasks** tab to show the state of the tasks
189-
progress.
188+
policy compliance page opens to the **Remediation tasks** tab to show the state of the tasks
189+
progress. Deployments created by the remediation task begin right away.
190190

191191
![Remediate - progress of remediation tasks](../media/remediate-resources/task-progress.png)
192192

0 commit comments

Comments
 (0)