Skip to content

Commit b1e4fb8

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into ds-asrdocfix07
2 parents c2b7456 + c585441 commit b1e4fb8

File tree

80 files changed

+318
-255
lines changed

Some content is hidden

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

80 files changed

+318
-255
lines changed

articles/active-directory/reports-monitoring/howto-manage-inactive-user-accounts.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: conceptual
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
1616
ms.subservice: report-monitor
17-
ms.date: 03/11/2020
17+
ms.date: 04/07/2020
1818
ms.author: markvi
1919
ms.reviewer: dhanyahk
2020

@@ -62,11 +62,14 @@ No.
6262

6363
### What edition of Azure AD do I need to access the property?
6464

65-
To access this property using the related API, you need an Azure AD Premium edition.
65+
You can access this property in all editions of Azure AD.
6666

6767
### What permission do I need to read the property?
6868

69-
To read this property, you need to grant the following right: **AuditLogs.Read.All**
69+
To read this property, you need to grant the following rights:
70+
71+
- AuditLogs.Read.All
72+
- Organisation.Read.All
7073

7174

7275
### When does Azure AD update the property?
@@ -78,7 +81,7 @@ Each interactive sign-in that was successful results in an update of the underly
7881

7982
To generate a lastSignInDateTime timestamp, you need a successful sign-in. Because the lastSignInDateTime property is a new feature, the value of the lastSignInDateTime property can be blank if:
8083

81-
- The last successful sign-in of a user took place before this feature was released.
84+
- The last successful sign-in of a user took place before this feature was released (12/01/2019).
8285
- The affected user account was never used for a successful sign-in.
8386

8487
## Next steps

articles/aks/servicemesh-istio-install.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ The [Helm][helm] installation approach for Istio will be deprecated in the futur
9292
> Istio currently must be scheduled to run on Linux nodes. If you have Windows Server nodes in your cluster, you must ensure that the Istio pods are only scheduled to run on Linux nodes. We'll use [node selectors][kubernetes-node-selectors] to make sure pods are scheduled to the correct nodes.
9393
9494
> [!CAUTION]
95-
> The [SDS (secret discovery service)][istio-feature-sds] and [Istio CNI][istio-feature-cni] Istio features are currently in [Alpha][istio-feature-stages], so thought should be given before enabling these. In addition, the [Service Account Token Volume Projection][kubernetes-feature-sa-projected-volume] Kubernetes feature (a requirement for SDS) is not enabled in current AKS versions.
95+
> The [SDS (secret discovery service)][istio-feature-sds] and [Istio CNI][istio-feature-cni] Istio features are currently in [Alpha][istio-feature-stages], so thought should be given before enabling these.
96+
>
97+
> Note that the [Service Account Token Volume Projection][kubernetes-feature-sa-projected-volume] Kubernetes feature (a requirement for SDS) is now **enabled** for all Kubernetes 1.13 and higher versions on AKS.
98+
9699
Create a file called `istio.aks.yaml` with the following content. This file will hold the [Istio control plane spec][istio-control-plane] details for configuring Istio.
97100

98101
```yaml

articles/azure-functions/functions-compare-logic-apps-ms-flow-webjobs.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
---
22
title: Integration and automation platform options in Azure
3-
description: "Compare Microsoft cloud services that are optimized for integration tasks: Microsoft Flow, Logic Apps, Functions, and WebJobs."
3+
description: "Compare Microsoft cloud services that are optimized for integration tasks: Power Automate, Logic Apps, Functions, and WebJobs."
44
ms.topic: overview
55
ms.date: 04/09/2018
66
ms.custom: mvc
77
#Customer intent: As a developer, I want to understand the choices that Azure offers for hosting and executing my business logic so that I can choose the right set of Azure services.
88
---
9-
> [!NOTE]
10-
> Microsoft Flow is now Power Automate. For more information, see this [blog](https://aka.ms/flow-now-pa).
11-
>
12-
> This content will be updated to reflect the branding change in the coming days.
139
# Choose the right integration and automation services in Azure
1410

1511
This article compares the following Microsoft cloud services:
1612

17-
* [Microsoft Flow](https://flow.microsoft.com/)
13+
* [Microsoft Power Automate](https://flow.microsoft.com/) (was Microsoft Flow)
1814
* [Azure Logic Apps](https://azure.microsoft.com/services/logic-apps/)
1915
* [Azure Functions](https://azure.microsoft.com/services/functions/)
2016
* [Azure App Service WebJobs](../app-service/webjobs-create.md)
@@ -23,23 +19,23 @@ All of these services can solve integration problems and automate business proce
2319

2420
If you're looking for a more general comparison between Azure Functions and other Azure compute options, see [Criteria for choosing an Azure compute service](/azure/architecture/guide/technology-choices/compute-comparison) and [Choosing an Azure compute option for microservices](/azure/architecture/microservices/design/compute-options).
2521

26-
## Compare Microsoft Flow and Azure Logic Apps
22+
## Compare Microsoft Power Automate and Azure Logic Apps
2723

28-
Microsoft Flow and Logic Apps are both *designer-first* integration services that can create workflows. Both services integrate with various SaaS and enterprise applications.
24+
Power Automate and Logic Apps are both *designer-first* integration services that can create workflows. Both services integrate with various SaaS and enterprise applications.
2925

30-
Microsoft Flow is built on top of Logic Apps. They share the same workflow designer and the same [connectors](../connectors/apis-list.md).
26+
Power Automate is built on top of Logic Apps. They share the same workflow designer and the same [connectors](../connectors/apis-list.md).
3127

32-
Microsoft Flow empowers any office worker to perform simple integrations (for example, an approval process on a SharePoint Document Library) without going through developers or IT. Logic Apps can also enable advanced integrations (for example, B2B processes) where enterprise-level Azure DevOps and security practices are required. It's typical for a business workflow to grow in complexity over time. Accordingly, you can start with a flow at first, and then convert it to a logic app as needed.
28+
Power Automate empowers any office worker to perform simple integrations (for example, an approval process on a SharePoint Document Library) without going through developers or IT. Logic Apps can also enable advanced integrations (for example, B2B processes) where enterprise-level Azure DevOps and security practices are required. It's typical for a business workflow to grow in complexity over time. Accordingly, you can start with a flow at first, and then convert it to a logic app as needed.
3329

34-
The following table helps you determine whether Microsoft Flow or Logic Apps is best for a particular integration:
30+
The following table helps you determine whether Power Automate or Logic Apps is best for a particular integration:
3531

36-
| | Microsoft Flow | Logic Apps |
32+
| | Power Automate | Logic Apps |
3733
| --- | --- | --- |
3834
| **Users** |Office workers, business users, SharePoint administrators |Pro integrators and developers, IT pros |
3935
| **Scenarios** |Self-service |Advanced integrations |
4036
| **Design tool** |In-browser and mobile app, UI only |In-browser and [Visual Studio](../logic-apps/logic-apps-deploy-from-vs.md), [Code view](../logic-apps/logic-apps-author-definitions.md) available |
4137
| **Application lifecycle management (ALM)** |Design and test in non-production environments, promote to production when ready |Azure DevOps: source control, testing, support, automation, and manageability in [Azure Resource Manager](../logic-apps/logic-apps-create-deploy-azure-resource-manager-templates.md) |
42-
| **Admin experience** |Manage Microsoft Flow environments and data loss prevention (DLP) policies, track licensing: [Microsoft Flow Admin Center](https://admin.flow.microsoft.com) |Manage resource groups, connections, access management, and logging: [Azure portal](https://portal.azure.com) |
38+
| **Admin experience** |Manage Power Automate environments and data loss prevention (DLP) policies, track licensing: [Admin center](https://admin.flow.microsoft.com) |Manage resource groups, connections, access management, and logging: [Azure portal](https://portal.azure.com) |
4339
| **Security** |Office 365 Security and Compliance audit logs, DLP, [encryption at rest](https://wikipedia.org/wiki/Data_at_rest#Encryption) for sensitive data |Security assurance of Azure: [Azure security](https://www.microsoft.com/en-us/trustcenter/Security/AzureSecurity), [Azure Security Center](https://azure.microsoft.com/services/security-center/), [audit logs](https://azure.microsoft.com/blog/azure-audit-logs-ux-refresh/) |
4440

4541
## Compare Azure Functions and Azure Logic Apps
@@ -102,25 +98,25 @@ For other scenarios where you want to run code snippets for integrating Azure or
10298

10399
<a name="together"></a>
104100

105-
## Microsoft Flow, Logic Apps, Functions, and WebJobs together
101+
## Power Automate, Logic Apps, Functions, and WebJobs together
106102

107103
You don't have to choose just one of these services. They integrate with each other as well as they do with external services.
108104

109105
A flow can call a logic app. A logic app can call a function, and a function can call a logic app. See, for example, [Create a function that integrates with Azure Logic Apps](functions-twitter-email.md).
110106

111-
The integration between Microsoft Flow, Logic Apps, and Functions continues to improve over time. You can build something in one service and use it in the other services.
107+
The integration between Power Automate, Logic Apps, and Functions continues to improve over time. You can build something in one service and use it in the other services.
112108

113109
You can get more information on integration services by using the following links:
114110

115111
* [Leveraging Azure Functions & Azure App Service for integration scenarios by Christopher Anderson](https://www.biztalk360.com/integrate-2016-resources/leveraging-azure-functions-azure-app-service-integration-scenarios/)
116112
* [Integrations Made Simple by Charles Lamanna](https://www.biztalk360.com/integrate-2016-resources/integrations-made-simple/)
117113
* [Logic Apps Live webcast](https://aka.ms/logicappslive)
118-
* [Microsoft Flow frequently asked questions](/power-automate/frequently-asked-questions)
114+
* [Power Automate frequently asked questions](/power-automate/frequently-asked-questions)
119115

120116
## Next steps
121117

122118
Get started by creating your first flow, logic app, or function app. Select any of the following links:
123119

124-
* [Get started with Microsoft Flow](/power-automate/getting-started)
120+
* [Get started with Power Automate](/power-automate/getting-started)
125121
* [Create a logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md)
126122
* [Create your first Azure function](functions-create-first-azure-function.md)

articles/cognitive-services/Anomaly-Detector/How-to/deploy-anomaly-detection-on-container-instances.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Run Anomaly Detector Container in Azure Container Instances
33
titleSuffix: Azure Cognitive Services
44
description: Deploy the Anomaly Detector container to an Azure Container Instance, and test it in a web browser.
55
services: cognitive-services
6-
author: IEvangelist
6+
author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: anomaly-detector
1010
ms.topic: conceptual
11-
ms.date: 01/23/2020
12-
ms.author: dapine
11+
ms.date: 04/01/2020
12+
ms.author: aahi
1313
---
1414

1515
# Deploy an Anomaly Detector container to Azure Container Instances

articles/cognitive-services/Anomaly-Detector/anomaly-detector-container-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: How to configure a container for Anomaly Detector API
33
titleSuffix: Azure Cognitive Services
44
description: The Anomaly Detector API container runtime environment is configured using the `docker run` command arguments. This container has several required settings, along with a few optional settings.
55
services: cognitive-services
6-
author: IEvangelist
6+
author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: anomaly-detector
1010
ms.topic: conceptual
11-
ms.date: 11/07/2019
12-
ms.author: dapine
11+
ms.date: 04/01/2020
12+
ms.author: aahi
1313
---
1414

1515
# Configure Anomaly Detector containers

articles/cognitive-services/Anomaly-Detector/anomaly-detector-container-howto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: How to install and run containers for using Anomaly Detector API
33
titleSuffix: Azure Cognitive Services
44
description: Use the Anomaly Detector API's advanced algorithms to identify anomalies in your time series data.
55
services: cognitive-services
6-
author: IEvangelist
6+
author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: anomaly-detector
1010
ms.topic: conceptual
11-
ms.date: 11/21/2019
12-
ms.author: dapine
11+
ms.date: 04/01/2020
12+
ms.author: aahi
1313
---
1414

1515
# Install and run Anomaly Detector containers (Preview)

articles/cognitive-services/Anomaly-Detector/includes/create-anomaly-detector-resource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Container support
33
titleSuffix: Azure Cognitive Services
44
services: cognitive-services
5-
author: IEvangelist
5+
author: aahill
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 7/5/2019
10-
ms.author: dapine
9+
ms.date: 04/01/2020
10+
ms.author: aahi
1111
---
1212

1313
## Create an Anomaly Detector resource

articles/cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: How to install and run containers - Computer Vision
33
titleSuffix: Azure Cognitive Services
44
description: How to download, install, and run containers for Computer Vision in this walkthrough tutorial.
55
services: cognitive-services
6-
author: IEvangelist
6+
author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: conceptual
11-
ms.date: 03/17/2020
12-
ms.author: pafarley
11+
ms.date: 04/01/2020
12+
ms.author: aahi
1313
ms.custom: seodec18
1414
---
1515

articles/cognitive-services/Computer-vision/computer-vision-resource-container-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Configure containers - Computer Vision
33
titleSuffix: Azure Cognitive Services
44
description: This article shows you how to configure both required and optional settings for Recognize Text containers in Computer Vision.
55
services: cognitive-services
6-
author: IEvangelist
6+
author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: conceptual
11-
ms.date: 11/04/2019
12-
ms.author: dapine
11+
ms.date: 04/01/2020
12+
ms.author: aahi
1313
ms.custom: seodec18
1414
---
1515

articles/cognitive-services/Computer-vision/deploy-computer-vision-on-container-instances.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Run Computer Vision container in Azure Container Instances
33
titleSuffix: Azure Cognitive Services
44
description: Deploy the Computer Vision container to an Azure Container Instance, and test it in a web browser.
55
services: cognitive-services
6-
author: IEvangelist
6+
author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: conceptual
11-
ms.date: 11/04/2019
12-
ms.author: dapine
11+
ms.date: 04/01/2020
12+
ms.author: aahi
1313
---
1414

1515
# Deploy the Computer Vision container to Azure Container Instances

0 commit comments

Comments
 (0)