Skip to content

Commit 9defc32

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into ds-asrdocfix02
2 parents b9f400e + 392f32a commit 9defc32

File tree

142 files changed

+1415
-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.

142 files changed

+1415
-608
lines changed

articles/active-directory-b2c/custom-policy-localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.subservice: B2C
1717

1818
[!INCLUDE [active-directory-b2c-advanced-audience-warning](../../includes/active-directory-b2c-advanced-audience-warning.md)]
1919

20-
Language customization in Azure Active Directory B2C (Azure AD B2C) allows you to accommodate different languages to suit your customer' needs. Microsoft provides the translations for 36 languages, but you can also provide your own translations for any language. Even if your experience is provided for only a single language, you can customize any text on the pages.
20+
Language customization in Azure Active Directory B2C (Azure AD B2C) allows you to accommodate different languages to suit your customer' needs. Microsoft provides the translations for [36 languages](https://docs.microsoft.com/azure/active-directory-b2c/user-flow-language-customization#supported-languages), but you can also provide your own translations for any language. Even if your experience is provided for only a single language, you can customize any text on the pages.
2121

2222
This article shows you how to support multiple locales or languages in the policy for user journeys. Localization requires three steps: set-up the explicit list of supported languages, provide language-specific strings and collections, and edit the [content definition](contentdefinitions.md) for the page.
2323

articles/active-directory/authentication/howto-authentication-passwordless-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Microsoft's passwordless authentication methods enable different scenarios. Cons
5656
| **Web app sign-in**: <br> from a mobile or non-windows device | **Yes** | **No** | **No** |
5757
| **Computer sign in**: <br> Non-Windows computer | **No** | **No** | **No** |
5858

59-
For information on selecting the best method for your organization, see [Deciding a passwordless method](https://docs.microsoft.com/azure/security/fundamentals/ad-passwordless#deciding-a-passwordless-method).
59+
For information on selecting the best method for your organization, see [Deciding a passwordless method](https://docs.microsoft.com/azure/active-directory/authentication/concept-authentication-passwordless#choose-a-passwordless-method).
6060

6161
## Prerequisites
6262

@@ -130,7 +130,7 @@ See [Best practices for a pilot](https://aka.ms/deploymentplans) on the deployme
130130

131131
The Microsoft Authenticator app is a free download from Google Play or the Apple App Store. [Learn more about downloading the Microsoft Authenticator app](https://www.microsoft.com/p/microsoft-authenticator/9nblgggzmcj6). Have users download the Microsoft Authenticator app. and follow the directions to enable phone sign in.
132132

133-
It turns any iOS or Android phone into a strong, passwordless credential. Users sign in to any platform or browser by getting a notification to their phone, matching a number displayed on the screen to the one on their phone, and then using biometrics or a PIN to confirm. [See details on how the Microsoft Authenticator app works](https://docs.microsoft.com/azure/security/fundamentals/ad-passwordless#user-using-microsoft-authenticator-for-passwordless-sign-in).
133+
It turns any iOS or Android phone into a strong, passwordless credential. Users sign in to any platform or browser by getting a notification to their phone, matching a number displayed on the screen to the one on their phone, and then using biometrics or a PIN to confirm. [See details on how the Microsoft Authenticator app works](https://docs.microsoft.com/azure/active-directory/authentication/concept-authentication-passwordless#microsoft-authenticator-app).
134134

135135
![sign in with the Authenticator app](./media/howto-authentication-passwordless-deployment/passwordless-dp-sign-in.png)
136136

articles/active-directory/governance/entitlement-management-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ These problems are compounded for users who need access from another organizatio
4141
- No one person may not know all of the specific individuals in other organization's directories to be able to invite them
4242
- Even if they were able to invite these users, no one in that organization may remember to manage all of the user's access consistently
4343

44-
Azure AD entitlement management can help address these challenges. To learn more about how customers have been using Azure AD entitlement management, you can read the [Avanade case study](https://aka.ms/AvanadeELMCase) and the [Centrica case study](https://aka.ms/CentricaELMCase). This video provides an overview of entitlement management and its value:
44+
Azure AD entitlement management can help address these challenges. To learn more about how customers have been using Azure AD entitlement management, you can read the [Avanade case study](https://customers.microsoft.com/story/avanade-professional-services-azure-canada) and the [Centrica case study](https://customers.microsoft.com/story/757467-centrica-energy-azure). This video provides an overview of entitlement management and its value:
4545

4646
>[!VIDEO https://www.youtube.com/embed/_Lss6bFrnQ8]
4747

articles/application-gateway/configuration-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ Choose HTTP or HTTPS:
163163

164164
- If you choose HTTP, the traffic between the client and the application gateway is unencrypted.
165165

166-
- Choose HTTPS if you want [TLS termination](https://docs.microsoft.com/azure/application-gateway/overview#secure-sockets-layer-ssltls-termination) or [end-to-end TLS encryption](https://docs.microsoft.com/azure/application-gateway/ssl-overview). The traffic between the client and the application gateway is encrypted. And the TLS connection terminates at the application gateway. If you want end-to-end TLS encryption, you must choose HTTPS and configure the **back-end HTTP** setting. This ensures that traffic is re-encrypted when it travels from the application gateway to the back end.
167-
168166
- Choose HTTPS if you want [TLS termination](features.md#secure-sockets-layer-ssltls-termination) or [end-to-end TLS encryption](https://docs.microsoft.com/azure/application-gateway/ssl-overview). The traffic between the client and the application gateway is encrypted. And the TLS connection terminates at the application gateway. If you want end-to-end TLS encryption, you must choose HTTPS and configure the **back-end HTTP** setting. This ensures that traffic is re-encrypted when it travels from the application gateway to the back end.
169167

170168

articles/application-gateway/self-signed-certificates.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,13 @@ Add-AzApplicationGatewayRequestRoutingRule `
257257
258258
Set-AzApplicationGateway -ApplicationGateway $gw
259259
```
260+
260261
### Verify the application gateway backend health
261262

262263
1. Click the **Backend Health** view of your application gateway to check if the probe is healthy.
263-
1. You should see that the Status is **Healthy** for the HTTPS probe.
264-
![HTTPS probe](media/self-signed-certificates/https-probe.png)
264+
1. You should see that the Status is **Healthy** for the HTTPS probe.
265+
266+
![HTTPS probe](media/self-signed-certificates/https-probe.png)
265267

266268
## Next steps
267269

articles/asc-for-iot/how-to-deploy-edge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Complete each step to complete your IoT Edge deployment for Azure Security Cente
9393
1. On the **Module Twin Settings** tab, add the following configuration:
9494

9595
``` json
96-
"ms_iotn:urn_azureiot_Security_SecurityAgentConfiguration":{}
96+
"ms_iotn:urn_azureiot_Security_SecurityAgentConfiguration"
9797
```
9898

9999
1. Select **Update**.

articles/automation/TOC.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717
displayName: certificate renewal
1818
- name: Configure authentication with AWS
1919
href: automation-config-aws-account.md
20-
- name: Encryption of secure assets in Azure Automation
20+
- name: Use Azure AD in Azure Automation to authenticate to Azure
21+
href: automation-use-azure-ad.md
22+
- name: Manage Office 365 services using Azure Automation
23+
href: manage-office-365.md
24+
- name: Encrypt secure assets in Azure Automation
2125
href: automation-secure-asset-encryption.md
2226
- name: Manage role-based access control
2327
href: automation-role-based-access-control.md
2428
displayName: RBAC
25-
- name: Use Azure AD in Azure Automation to authenticate to Azure
26-
href: automation-use-azure-ad.md
2729
- name: Move your Automation Account to another Subscription
2830
href: how-to/move-account.md
2931
- name: Automate onboarding of Automation Services
@@ -327,9 +329,9 @@
327329
href: shared-resources/credentials.md
328330
- name: PowerShell modules
329331
items:
330-
- name: Modules
332+
- name: Manage modules in Azure Automation
331333
href: shared-resources/modules.md
332-
- name: Using Az modules in Azure Automation
334+
- name: Az module support in Azure Automation
333335
href: az-modules.md
334336
- name: Update Azure PowerShell modules
335337
href: automation-update-azure-modules.md

articles/automation/automation-dsc-config-data-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ to generate MOF files
5454
and
5555
[upload the MOF files to Azure Automation](/azure/automation/tutorial-configure-servers-desired-state#create-and-upload-a-configuration-to-azure-automation).
5656
Then register your servers from either
57-
[on-premises](/azure/automation/automation-dsc-onboarding#physicalvirtual-windows-machines-on-premises-or-in-a-cloud-other-than-azure-including-aws-ec2-instances)
58-
or [in Azure](/azure/automation/automation-dsc-onboarding#azure-virtual-machines)
57+
[on-premises](/azure/automation/automation-dsc-onboarding#onboarding-physicalvirtual-windows-machines-on-premises-or-in-a-cloud-other-than-azure-including-aws-ec2-instances)
58+
or [in Azure](/azure/automation/automation-dsc-onboarding#onboarding-azure-vms)
5959
to pull configurations.
6060

6161
To try out Datum, visit the

articles/automation/automation-dsc-config-from-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ to generate MOF files
5151
and
5252
[upload the MOF files to Azure Automation](/azure/automation/tutorial-configure-servers-desired-state#create-and-upload-a-configuration-to-azure-automation).
5353
Then register your servers from either
54-
[on-premises](/azure/automation/automation-dsc-onboarding#physicalvirtual-windows-machines-on-premises-or-in-a-cloud-other-than-azure-including-aws-ec2-instances)
55-
or [in Azure](/azure/automation/automation-dsc-onboarding#azure-virtual-machines)
54+
[on-premises](/azure/automation/automation-dsc-onboarding#onboarding-physicalvirtual-windows-machines-on-premises-or-in-a-cloud-other-than-azure-including-aws-ec2-instances)
55+
or [in Azure](/azure/automation/automation-dsc-onboarding#onboarding-azure-vms)
5656
to pull configurations.
5757

5858
To try out ReverseDSC, visit the

articles/automation/automation-dsc-configuration-based-on-stig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ to generate MOF files
4949
and
5050
[upload the MOF files to Azure Automation](/azure/automation/tutorial-configure-servers-desired-state#create-and-upload-a-configuration-to-azure-automation).
5151
Then register your servers from either
52-
[on-premises](/azure/automation/automation-dsc-onboarding#physicalvirtual-windows-machines-on-premises-or-in-a-cloud-other-than-azure-including-aws-ec2-instances)
53-
or [in Azure](/azure/automation/automation-dsc-onboarding#azure-virtual-machines)
52+
[on-premises](/azure/automation/automation-dsc-onboarding#onboarding-physicalvirtual-windows-machines-on-premises-or-in-a-cloud-other-than-azure-including-aws-ec2-instances)
53+
or [in Azure](/azure/automation/automation-dsc-onboarding#onboarding-azure-vms)
5454
to pull configurations.
5555

5656
To try out PowerSTIG, visit the

0 commit comments

Comments
 (0)