Skip to content

Commit 5d867ba

Browse files
authored
Merge pull request #99653 from MicrosoftDocs/master
12/23 AM Publish
2 parents 0983bcc + d411e45 commit 5d867ba

File tree

99 files changed

+841
-297
lines changed

Some content is hidden

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

99 files changed

+841
-297
lines changed

articles/active-directory/conditional-access/controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: conditional-access
88
ms.topic: article
9-
ms.date: 11/21/2019
9+
ms.date: 12/20/2019
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -112,7 +112,7 @@ Providers currently offering a compatible service include:
112112
- [Entrust Datacard](https://www.entrustdatacard.com/products/authentication/intellitrust)
113113
- [GSMA](https://mobileconnect.io/azure/)
114114
- [Ping Identity](https://documentation.pingidentity.com/pingid/pingidAdminGuide/index.shtml#pid_c_AzureADIntegration.html)
115-
- RSA
115+
- [RSA](https://community.rsa.com/docs/DOC-81278)
116116
- [SecureAuth](https://docs.secureauth.com/pages/viewpage.action?pageId=47238992#)
117117
- [Silverfort](https://www.silverfort.io/company/using-silverfort-mfa-with-azure-active-directory/)
118118
- [Symantec VIP](https://help.symantec.com/home/VIP_Integrate_with_Azure_AD)

articles/active-directory/conditional-access/howto-conditional-access-policy-block-legacy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: conditional-access
88
ms.topic: conceptual
9-
ms.date: 12/12/2019
9+
ms.date: 12/20/2019
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -31,9 +31,11 @@ The following steps will help create a Conditional Access policy to block legacy
3131
1. Under **Include**, select **All users**.
3232
1. Under **Exclude**, select **Users and groups** and choose any accounts that must maintain the ability to use legacy authentication.
3333
1. Select **Done**.
34+
1. Under **Cloud apps or actions** select **All cloud apps**.
35+
1. Select **Done**.
3436
1. Under **Conditions** > **Client apps (preview)**, set **Configure** to **Yes**.
3537
1. Check only the boxes **Mobile apps and desktop clients** > **Other clients**.
36-
2. Select **Done**.
38+
1. Select **Done**.
3739
1. Under **Access controls** > **Grant**, select **Block access**.
3840
1. Select **Select**.
3941
1. Confirm your settings and set **Enable policy** to **On**.

articles/active-directory/develop/scenario-web-app-call-api-acquire-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public ModelAndView getUserFromGraph(HttpServletRequest httpRequest, HttpServlet
150150

151151
In the python sample, the code calling Microsoft graph is in [app.py#L53-L62](https://github.com/Azure-Samples/ms-identity-python-webapp/blob/48637475ed7d7733795ebeac55c5d58663714c60/app.py#L53-L62).
152152

153-
It attempts to get a token from the token cache, and then calls the eb API after setting the authorization header. If it can't, it re-signs in the user.
153+
It attempts to get a token from the token cache, and then calls the web API after setting the authorization header. If it can't, it re-signs in the user.
154154

155155
```python
156156
@app.route("/graphcall")

articles/advisor/advisor-alerts.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
2-
title: Create Azure Advisor alerts for new recommendations | Microsoft Docs
2+
title: Create Azure Advisor alerts for new recommendations
33
description: Create Azure Advisor alerts for new recommendation
4-
services: advisor
5-
author: sagupt
6-
ms.service: advisor
74
ms.topic: article
8-
ms.tgt_pltfrm: NA
9-
ms.workload: NA
105
ms.date: 09/09/2019
11-
ms.author: sagupt
126
---
137

148
# Create Azure Advisor alerts on new recommendations

articles/advisor/advisor-cost-recommendations.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
2-
title: Reduce service costs using Azure Advisor | Microsoft Docs
2+
title: Reduce service costs using Azure Advisor
33
description: Use Azure Advisor to optimize the cost of your Azure deployments.
4-
services: advisor
5-
documentationcenter: NA
6-
author: saket-ms
7-
ms.service: advisor
84
ms.topic: article
95
ms.date: 01/29/2019
10-
ms.author: sagupt
6+
117
---
128

139
# Reduce service costs using Azure Advisor

articles/advisor/advisor-get-started.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
---
2-
title: Get started with Azure Advisor | Microsoft Docs
2+
title: Get started with Azure Advisor
33
description: Get started with Azure Advisor.
4-
services: advisor
5-
author: kasparks
6-
ms.service: advisor
74
ms.topic: article
8-
ms.tgt_pltfrm: NA
9-
ms.workload: NA
105
ms.date: 02/01/2019
11-
ms.author: kasparks
6+
127
---
138

149
# Get started with Azure Advisor

articles/advisor/advisor-high-availability-recommendations.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
2-
title: Improve availability of your application with Azure Advisor | Microsoft Docs
2+
title: Improve availability of your application with Azure Advisor
33
description: Use Azure Advisor to improve high availability of your Azure deployments.
4-
services: advisor
5-
documentationcenter: NA
6-
author: saket-ms
7-
ms.author: sagupt
8-
ms.service: advisor
94
ms.topic: article
105
ms.date: 01/29/2019
116

articles/advisor/advisor-operational-excellence-recommendations.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
2-
title: Improve operational excellency for your Azure subscriptions with Azure Advisor | Microsoft Docs
3-
description: Use Advisor to optimize and get mature in operational excellence for your Azure subscriptions.
4-
services: advisor
5-
documentationcenter: NA
6-
author: sagupt
7-
ms.service: advisor
2+
title: Improve operational excellency for your Azure subscriptions with Azure Advisor
3+
description: Use Advisor to optimize and get mature in operational excellence for your Azure subscriptions
84
ms.topic: article
95
ms.date: 10/24/2019
10-
ms.author: sagupt
116
---
127

138
# Achieve operational excellence with Azure Advisor

articles/advisor/advisor-overview.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
---
2-
title: Introduction to Azure Advisor | Microsoft Docs
2+
title: Introduction to Azure Advisor
33
description: Use Azure Advisor to optimize your Azure deployments.
4-
services: advisor
5-
documentationcenter: NA
6-
author: sagupt
7-
ms.service: advisor
84
ms.topic: article
9-
ms.tgt_pltfrm: NA
10-
ms.workload: NA
115
ms.date: 02/01/2019
12-
ms.author: sagupt
136
---
147

158
# Introduction to Azure Advisor

articles/advisor/advisor-performance-recommendations.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
2-
title: Improve performance of Azure applications with Azure Advisor | Microsoft Docs
2+
title: Improve performance of Azure applications with Azure Advisor
33
description: Use Advisor to optimize the performance of your Azure deployments.
4-
services: advisor
5-
documentationcenter: NA
6-
author: saket-ms
7-
ms.service: advisor
84
ms.topic: article
95
ms.date: 01/29/2019
10-
ms.author: sagupt
116
---
127

138
# Improve performance of Azure applications with Azure Advisor

0 commit comments

Comments
 (0)