Skip to content

Commit 3e40195

Browse files
committed
Merge branch 'master' of github.com:MicrosoftDocs/azure-docs-pr
2 parents 155e69e + 7b6d122 commit 3e40195

File tree

111 files changed

+1376
-503
lines changed

Some content is hidden

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

111 files changed

+1376
-503
lines changed

articles/active-directory-b2c/custom-policy-keep-me-signed-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To enable KMSI, set the content definition `DataUri` element to [page identifier
5050

5151
## Add the metadata to the self-asserted technical profile
5252

53-
To add the KMSI checkbox to the sign-up and sign-in page, set the `setting.enableRememberMe` metadata to false. Override the SelfAsserted-LocalAccountSignin-Email technical profiles in the extension file.
53+
To add the KMSI checkbox to the sign-up and sign-in page, set the `setting.enableRememberMe` metadata to true. Override the SelfAsserted-LocalAccountSignin-Email technical profiles in the extension file.
5454

5555
1. Find the ClaimsProviders element. If the element doesn't exist, add it.
5656
1. Add the following claims provider to the ClaimsProviders element:

articles/active-directory/devices/hybrid-azuread-join-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Use the following table to get an overview of the steps that are required for yo
8484
| Configure service connection point | ![Check][1] | ![Check][1] | ![Check][1] |
8585
| Set up issuance of claims | | ![Check][1] | ![Check][1] |
8686
| Enable non-Windows 10 devices | | | ![Check][1] |
87-
| Verify joined devices | ![Check][1] | ![Check][1] | [Check][1] |
87+
| Verify joined devices | ![Check][1] | ![Check][1] | ![Check][1] |
8888

8989
## Configure a service connection point
9090

articles/active-directory/fundamentals/whats-new.md

Lines changed: 18 additions & 4 deletions
Large diffs are not rendered by default.

articles/aks/azure-ad-rbac.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Control cluster resources with RBAC and Azure AD in Azure Kubernetes Service
2+
title: Use Azure AD and RBAC for clusters
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to use Azure Active Directory group membership to restrict access to cluster resources using role-based access control (RBAC) in Azure Kubernetes Service (AKS)
45
services: container-service
56

articles/aks/azure-disks-dynamic-pv.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Dynamically create and use a persistent volume with Azure disks in Azure Kubernetes Service (AKS)
2+
title: Dynamically create Azure disks volume
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to dynamically create a persistent volume with Azure disks in Azure Kubernetes Service (AKS)
45
services: container-service
56
ms.topic: article

articles/aks/azure-files-dynamic-pv.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Dynamically create a Files volume for multiple pods in Azure Kubernetes Service (AKS)
2+
title: Dynamically create Azure Files share
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to dynamically create a persistent volume with Azure Files for use with multiple concurrent pods in Azure Kubernetes Service (AKS)
45
services: container-service
56
ms.topic: article

articles/aks/azure-files-volume.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Create a static volume for multiple pods in Azure Kubernetes Service (AKS)
2+
title: Manually create Azure Files share
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to manually create a volume with Azure Files for use with multiple concurrent pods in Azure Kubernetes Service (AKS)
45
services: container-service
56
ms.topic: article
@@ -131,7 +132,7 @@ Volumes:
131132

132133
## Mount options
133134

134-
The default value for *fileMode* and *dirMode* is *0755* for Kubernetes version 1.9.1 and above. If using a cluster with Kuberetes version 1.8.5 or greater and statically creating the persistent volume object, mount options need to be specified on the *PersistentVolume* object. The following example sets *0777*:
135+
The default value for *fileMode* and *dirMode* is *0755* for Kubernetes version 1.9.1 and above. If using a cluster with Kubernetes version 1.8.5 or greater and statically creating the persistent volume object, mount options need to be specified on the *PersistentVolume* object. The following example sets *0777*:
135136

136137
```yaml
137138
apiVersion: v1

articles/aks/azure-nfs-volume.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Create an NFS (Network File System) Ubuntu Server for use by pods of Azure Kubernetes Service (AKS)
2+
title: Create NFS Ubuntu Linux Server volume
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn how to manually create an NFS Ubuntu Linux Server volume for use with pods in Azure Kubernetes Service (AKS)
45
services: container-service
56
author: ozboms

articles/aks/developer-best-practices-pod-security.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Developer best practices - Pod security in Azure Kubernetes Services (AKS)
2+
title: Pod security best practices
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn the developer best practices for how to secure pods in Azure Kubernetes Service (AKS)
45
services: container-service
56
author: zr-msft

articles/aks/developer-best-practices-resource-management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Developer best practices - Resource management in Azure Kubernetes Services (AKS)
2+
title: Resource management best practices
3+
titleSuffix: Azure Kubernetes Service
34
description: Learn the application developer best practices for resource management in Azure Kubernetes Service (AKS)
45
services: container-service
56
author: zr-msft

0 commit comments

Comments
 (0)