Skip to content

Commit 8f22184

Browse files
authored
Merge pull request #105294 from MicrosoftDocs/master
2/24 AM Publish
2 parents 2f09096 + 3c5c3f1 commit 8f22184

File tree

120 files changed

+7115
-1644
lines changed

Some content is hidden

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

120 files changed

+7115
-1644
lines changed

.openpublishing.redirection.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31431,8 +31431,8 @@
3143131431
"redirect_document_id": false
3143231432
},
3143331433
{
31434-
"source_path": "articles/key-vault/key-vault-security-attributes.md",
31435-
"redirect_url": "/azure/key-vault/key-vault-security-controls",
31434+
"source_path": "articles/key-vault/key-vault-security-controls.md",
31435+
"redirect_url": "/azure/key-vault/security-baseline",
3143631436
"redirect_document_id": false
3143731437
},
3143831438
{
@@ -48865,6 +48865,11 @@
4886548865
"source_path": "articles/media-services/previous/media-services-develop-video-players.md",
4886648866
"redirect_url": "/azure/media-services",
4886748867
"redirect_document_id": false
48868+
},
48869+
{
48870+
"source_path": "articles/virtual-machines/windows/chef-automation.md",
48871+
"redirect_url": "/azure/chef/chef-automation",
48872+
"redirect_document_id": true
4886848873
}
4886948874
]
4887048875
}

articles/active-directory-b2c/connect-with-saml-service-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 12/10/2019
12+
ms.date: 02/24/2020
1313
ms.author: marsma
1414
ms.subservice: B2C
1515
ms.custom: fasttrack-edit
@@ -255,7 +255,7 @@ Your final relying party policy file should look like the following:
255255

256256
Save your changes and upload the new policy file. After you've uploaded both policies (the extension and the relying party files), open a web browser and navigate to the policy metadata.
257257

258-
The Azure AD B2C policy metadata is available at the following URL. Replace `tenant-name` with the name of your Azure AD B2C tenant, and `policy-name` with the name (ID) of the policy:
258+
Azure AD B2C policy IDP metadata is information used in the SAML protocol to expose the configuration of a SAML identity provider. Metadata defines the location of the services, such as sign-in and sign-out, certificates, sign-in method, and more. The Azure AD B2C policy metadata is available at the following URL. Replace `tenant-name` with the name of your Azure AD B2C tenant, and `policy-name` with the name (ID) of the policy:
259259

260260
`https://tenant-name.b2clogin.com/tenant-name.onmicrosoft.com/policy-name/Samlp/metadata`
261261

articles/active-directory/conditional-access/concept-conditional-access-grant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Organizations can choose to use the device identity as part of their Conditional
6262

6363
### Require approved client app
6464

65-
Organizations can require that an access attempt to the selected cloud apps needs to be made from an approved client app. These approved client aps support [Intune app protection policies](/intune/app-protection-policy) independent of any mobile-device management (MDM) solution.
65+
Organizations can require that an access attempt to the selected cloud apps needs to be made from an approved client app. These approved client apps support [Intune app protection policies](/intune/app-protection-policy) independent of any mobile-device management (MDM) solution.
6666

6767
This setting applies to the following client apps:
6868

articles/active-directory/hybrid/how-to-connect-password-hash-synchronization.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,15 @@ When *EnforceCloudPasswordPolicyForPasswordSyncedUsers* is disabled (which is th
9494

9595

9696
To enable the EnforceCloudPasswordPolicyForPasswordSyncedUsers feature, run the following command using the MSOnline PowerShell module as shown below. You would have to type yes for the Enable parameter as shown below :
97+
9798
```
98-
`Set-MsolDirSyncFeature -Feature EnforceCloudPasswordPolicyForPasswordSyncedUsers`
99-
`cmdlet Set-MsolDirSyncFeature at command pipeline position 1`
100-
`Supply values for the following parameters:`
101-
`Enable: yes`
102-
`Confirm`
103-
`Continue with this operation?`
104-
`[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y`
99+
Set-MsolDirSyncFeature -Feature EnforceCloudPasswordPolicyForPasswordSyncedUsers
100+
cmdlet Set-MsolDirSyncFeature at command pipeline position 1
101+
Supply values for the following parameters:
102+
Enable: yes
103+
Confirm
104+
Continue with this operation?
105+
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y
105106
```
106107

107108
Once enabled, Azure AD does not go to each synchronized user to remove the `DisablePasswordExpiration` value from the PasswordPolicies attribute. Instead, the value is set to `None` during the next password sync for each user when they next change their password in on-premises AD. 

articles/active-directory/manage-apps/end-user-experiences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Which method(s) you choose to deploy in your organization is your discretion.
2727

2828
## Azure AD access panel
2929

30-
The Access Panel at https://myapps.microsoft.com is a web-based portal that allows an end user with an organizational account in Azure Active Directory to view and launch cloud-based applications to which they have been granted access by the Azure AD administrator. If you are an end user with [Azure Active Directory Premium](https://azure.microsoft.com/pricing/details/active-directory/), you can also utilize self-service group management capabilities through the Access Panel.
30+
The Access Panel at https://myapps.microsoft.com is a web-based portal that allows an end user with an organizational account in Azure Active Directory to view and launch applications to which they have been granted access by the Azure AD administrator. If you are an end user with [Azure Active Directory Premium](https://azure.microsoft.com/pricing/details/active-directory/), you can also utilize self-service group management capabilities through the Access Panel.
3131

3232
![Screenshot shows the Azure AD Access Panel portal](media/what-is-single-sign-on/azure-ad-access-panel.png)
3333

articles/aks/concepts-clusters-workloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To maintain node performance and functionality, resources are reserved on each n
102102
- 6% of the next 112 GB of memory (up to 128 GB)
103103
- 2% of any memory above 128 GB
104104

105-
The above rules for memory and CPU allocation are used to keep agent nodes healthy, some hosting system pods critical to cluster health. These allocation rules also cause the node to report less allocatable memory and CPU than it would if it were not part of a Kubernetes cluster. The above resource reservations can't be changed.
105+
The above rules for memory and CPU allocation are used to keep agent nodes healthy, including some hosting system pods that are critical to cluster health. These allocation rules also cause the node to report less allocatable memory and CPU than it would if it were not part of a Kubernetes cluster. The above resource reservations can't be changed.
106106

107107
For example, if a node offers 7 GB, it will report 34% of memory not allocatable on top of the 750Mi hard eviction threshold.
108108

@@ -220,7 +220,7 @@ There are two Kubernetes resources that let you manage these types of applicatio
220220

221221
### StatefulSets
222222

223-
Modern application development often aims for stateless applications, but *StatefulSets* can be used for stateful applications, such as applications that include database components. A StatefulSet is similar to a deployment in that one or more identical pods are created and managed. Replicas in a StatefulSet follow a graceful, sequential approach to deployment, scale, upgrades, and terminations. With a StatefulSet, the naming convention, network names, and storage persist as replicas are rescheduled.
223+
Modern application development often aims for stateless applications, but *StatefulSets* can be used for stateful applications, such as applications that include database components. A StatefulSet is similar to a deployment in that one or more identical pods are created and managed. Replicas in a StatefulSet follow a graceful, sequential approach to deployment, scale, upgrades, and terminations. With a StatefulSet (as replicas are rescheduled) the naming convention, network names, and storage persist.
224224

225225
You define the application in YAML format using `kind: StatefulSet`, and the StatefulSet Controller then handles the deployment and management of the required replicas. Data is written to persistent storage, provided by Azure Managed Disks or Azure Files. With StatefulSets, the underlying persistent storage remains even when the StatefulSet is deleted.
226226

articles/app-service/webjobs-sdk-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ static async Task Main()
420420
}
421421
```
422422

423-
For more details, see the [Event Hubs binding](../azure-functions/functions-bindings-event-hubs.md#hostjson-settings) article.
423+
For more details, see the [Event Hubs binding](../azure-functions/functions-bindings-event-hubs-output.md#hostjson-settings) article.
424424

425425
### Queue storage trigger configuration
426426

articles/azure-arc/servers/onboard-portal.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-arc
66
ms.subservice: azure-arc-servers
77
author: mgoedtel
88
ms.author: magoedte
9-
ms.date: 02/12/2020
9+
ms.date: 02/24/2020
1010
ms.topic: conceptual
1111
---
1212

@@ -175,12 +175,26 @@ To disconnect a machine from Azure Arc for servers (preview), do the following:
175175
ForEach-Object {MsiExec.exe /x "$($_.PsChildName)" /qn}
176176
```
177177
178-
1. To uninstall the Linux agent, run the following command:
178+
1. To uninstall the Linux agent, the command to use depends on the Linux operating system.
179+
180+
- For Ubuntu, run the following command:
179181
180182
```bash
181183
sudo apt purge azcmagent
182184
```
183185
186+
- For RHEL, CentOS, and Amazon Linux, run the following command:
187+
188+
```bash
189+
sudo yum remove azcmagent
190+
```
191+
192+
- For SLES, run the following command:
193+
194+
```bash
195+
sudo zypper remove azcmagent
196+
```
197+
184198
## Next steps
185199
186200
- Learn how to manage your machine using [Azure Policy](../../governance/policy/overview.md), for such things as VM [guest configuration](../../governance/policy/concepts/guest-configuration.md), verifying the machine is reporting to the expected Log Analytics workspace, enable monitoring with [Azure Monitor with VMs](../../azure-monitor/insights/vminsights-enable-at-scale-policy.md), and much more.

articles/azure-arc/servers/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-arc-servers
77
author: mgoedtel
88
ms.author: magoedte
99
keywords: azure automation, DSC, powershell, desired state configuration, update management, change tracking, inventory, runbooks, python, graphical, hybrid
10-
ms.date: 02/20/2020
10+
ms.date: 02/24/2020
1111
ms.topic: overview
1212
---
1313

@@ -46,6 +46,10 @@ The following versions of the Windows and Linux operating system are officially
4646

4747
- Windows Server 2012 R2 and higher (including Windows Server Core)
4848
- Ubuntu 16.04 and 18.04
49+
- CentOS Linux 7
50+
- SUSE Linux Enterprise Server (SLES) 15
51+
- Red Hat Enterprise Linux (RHEL) 7
52+
- Amazon Linux 7
4953

5054
>[!NOTE]
5155
>This preview release of the Connected Machine agent for Windows only supports Windows Server configured to use the English language.

articles/azure-functions/TOC.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,27 @@
353353
- name: Output
354354
href: functions-bindings-event-grid-output.md
355355
- name: Event Hubs
356-
href: functions-bindings-event-hubs.md
356+
items:
357+
- name: Overview
358+
href: functions-bindings-event-hubs.md
359+
displayName: Azure Event Hubs
360+
- name: Trigger
361+
href: functions-bindings-event-hubs-trigger.md
362+
displayName: Azure Event Hubs
363+
- name: Output
364+
href: functions-bindings-event-hubs-output.md
365+
displayName: Azure Event Hubs
357366
- name: IoT Hub
358-
href: functions-bindings-event-iot.md
367+
items:
368+
- name: Overview
369+
href: functions-bindings-event-iot.md
370+
displayName: Azure IoT Hubs
371+
- name: Trigger
372+
href: functions-bindings-event-iot-trigger.md
373+
displayName: Azure IoT Hubs
374+
- name: Output
375+
href: functions-bindings-event-iot-output.md
376+
displayName: Azure IoT Hubs
359377
- name: HTTP and webhooks
360378
items:
361379
- name: Overview

0 commit comments

Comments
 (0)