Skip to content

Commit b7346e9

Browse files
authored
Merge pull request #188402 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 0aa55c4 + 83a910c commit b7346e9

File tree

9 files changed

+17
-14
lines changed

9 files changed

+17
-14
lines changed

articles/active-directory/external-identities/external-identities-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ When you're considering B2B collaboration with a specific external Azure AD orga
114114

115115
Azure AD B2C is a separate consumer-based directory that you manage in the Azure portal through the Azure AD B2C service. Each Azure AD B2C tenant is separate and distinct from other Azure Active Directory and Azure AD B2C tenants. The Azure AD B2C portal experience is similar to Azure AD, but there are key differences, such as the ability to customize your user journeys using the Identity Experience Framework.
116116

117-
For details about configuring and managing Azure AD B2C, see the [Azure AD B2B documentation](../../active-directory-b2c/index.yml).
117+
For details about configuring and managing Azure AD B2C, see the [Azure AD B2C documentation](../../active-directory-b2c/index.yml).
118118

119119
## Related Azure AD technologies
120120

articles/active-directory/saas-apps/workday-inbound-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Configure Workday for automatic user provisioning with Azure Active Directory | Microsoft Docs'
2+
title: 'Tutorial: Configure Workday for automatic user provisioning with on-premises Active Directory | Microsoft Docs'
33
description: Learn how to configure Azure Active Directory to automatically provision and de-provision user accounts to Workday.
44
services: active-directory
55
author: cmmdesai
@@ -1071,4 +1071,4 @@ With respect to data retention, the Azure AD provisioning service does not gener
10711071
* [Learn how to review logs and get reports on provisioning activity](../app-provisioning/check-status-user-account-provisioning.md)
10721072
* [Learn how to configure single sign-on between Workday and Azure Active Directory](workday-tutorial.md)
10731073
* [Learn how to configure Workday Writeback](workday-writeback-tutorial.md)
1074-
* [Learn how to use Microsoft Graph APIs to manage provisioning configurations](/graph/api/resources/synchronization-overview)
1074+
* [Learn how to use Microsoft Graph APIs to manage provisioning configurations](/graph/api/resources/synchronization-overview)

articles/app-service/troubleshoot-http-502-http-503.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Some of the things that Kudu provides are:
7676
* environment settings for your application
7777
* log stream
7878
* diagnostic dump
79-
* debug console in which you can run Powershell cmdlets and basic DOS commands.
79+
* debug console in which you can run PowerShell cmdlets and basic DOS commands.
8080

8181
Another useful feature of Kudu is that, in case your application is throwing first-chance exceptions, you can use Kudu and the SysInternals tool Procdump to create memory dumps. These memory dumps are snapshots of the process and can often help you troubleshoot more complicated issues with your app.
8282

@@ -105,5 +105,5 @@ This is often the simplest way to recover from one-time issues. On the [Azure Po
105105

106106
![restart app to solve HTTP errors of 502 bad gateway and 503 service unavailable](./media/app-service-web-troubleshoot-HTTP-502-503/2-restart.png)
107107

108-
You can also manage your app using Azure Powershell. For more information, see
108+
You can also manage your app using Azure PowerShell. For more information, see
109109
[Using Azure PowerShell with Azure Resource Manager](../azure-resource-manager/management/manage-resources-powershell.md).

articles/application-gateway/redirect-external-site-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: External redirection using PowerShell
33
titleSuffix: Azure Application Gateway
4-
description: Learn how to create an application gateway that redirects web traffic to an external site using Azure Powershell.
4+
description: Learn how to create an application gateway that redirects web traffic to an external site using Azure PowerShell.
55
services: application-gateway
66
author: vhorne
77
ms.service: application-gateway
@@ -13,7 +13,7 @@ ms.custom: devx-track-azurepowershell
1313

1414
# Create an application gateway with external redirection using Azure PowerShell
1515

16-
You can use Azure Powershell to configure [web traffic redirection](multiple-site-overview.md) when you create an [application gateway](overview.md). In this tutorial, you configure a listener and rule that redirects web traffic that arrives at the application gateway to an external site.
16+
You can use Azure PowerShell to configure [web traffic redirection](multiple-site-overview.md) when you create an [application gateway](overview.md). In this tutorial, you configure a listener and rule that redirects web traffic that arrives at the application gateway to an external site.
1717

1818
In this article, you learn how to:
1919

articles/application-gateway/redirect-internal-site-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Internal redirection using PowerShell
33
titleSuffix: Azure Application Gateway
4-
description: Learn how to create an application gateway that redirects internal web traffic to the appropriate backend pool of servers using Azure Powershell.
4+
description: Learn how to create an application gateway that redirects internal web traffic to the appropriate backend pool of servers using Azure PowerShell.
55
services: application-gateway
66
author: vhorne
77
ms.service: application-gateway
@@ -13,7 +13,7 @@ ms.custom: devx-track-azurepowershell
1313

1414
# Create an application gateway with internal redirection using Azure PowerShell
1515

16-
You can use Azure Powershell to configure [web traffic redirection](multiple-site-overview.md) when you create an [application gateway](overview.md). In this article, you define a backend pool using a virtual machines scale set. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate pool. This article assumes that you own multiple domains and uses examples of *www\.contoso.com* and *www\.contoso.org*.
16+
You can use Azure PowerShell to configure [web traffic redirection](multiple-site-overview.md) when you create an [application gateway](overview.md). In this article, you define a backend pool using a virtual machines scale set. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate pool. This article assumes that you own multiple domains and uses examples of *www\.contoso.com* and *www\.contoso.org*.
1717

1818
In this article, you learn how to:
1919

articles/application-gateway/tutorial-multiple-sites-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Host multiple web sites using PowerShell
33
titleSuffix: Azure Application Gateway
4-
description: Learn how to create an application gateway that hosts multiple web sites using Azure Powershell.
4+
description: Learn how to create an application gateway that hosts multiple web sites using Azure PowerShell.
55
services: application-gateway
66
author: vhorne
77
ms.service: application-gateway
@@ -14,7 +14,7 @@ ms.custom: mvc, devx-track-azurepowershell
1414

1515
# Create an application gateway that hosts multiple web sites using Azure PowerShell
1616

17-
You can use Azure Powershell to [configure the hosting of multiple web sites](multiple-site-overview.md) when you create an [application gateway](overview.md). In this article, you define backend address pools using virtual machines scale sets. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate servers in the pools. This article assumes that you own multiple domains and uses examples of *www.contoso.com* and *www.fabrikam.com*.
17+
You can use Azure PowerShell to [configure the hosting of multiple web sites](multiple-site-overview.md) when you create an [application gateway](overview.md). In this article, you define backend address pools using virtual machines scale sets. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate servers in the pools. This article assumes that you own multiple domains and uses examples of *www.contoso.com* and *www.fabrikam.com*.
1818

1919
In this article, you learn how to:
2020

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-java-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ This quickstart uses the Gradle dependency manager. You can find the client libr
116116

117117
> [!TIP]
118118
>
119-
> * You can create a new file using Powershell.
120-
> * Open a Powershell window in your project directory by holding down the Shift key and right-clicking the folder.
119+
> * You can create a new file using PowerShell.
120+
> * Open a PowerShell window in your project directory by holding down the Shift key and right-clicking the folder.
121121
> * Type the following command **New-Item FormRecognizer.java**.
122122

123123
1. Open the `FormRecognizer.java` file in your preferred editor or IDE and add the following `import` statements:

articles/marketplace/dynamics-365-business-central-availability.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Then, when you're ready to make your offer available and remove the preview rest
3232

3333
Select **Save draft** before continuing to the next tab in the left-nav menu, **Technical configuration**.
3434

35+
> [!IMPORTANT]
36+
> Only the offer listing information will be available in the marketplace preview. You won't be able to install the app in the Business Central environment until you've completed the publishing process in Partner Center.
37+
3538
## Next steps
3639

3740
- [Set offer technical configuration](dynamics-365-business-central-technical-configuration.md)

includes/functions-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This table shows the bindings that are supported in the major versions of the Az
2626
| [RabbitMQ](../articles/azure-functions/functions-bindings-rabbitmq.md)<sup>2</sup> | ||| ||
2727
| [SendGrid](../articles/azure-functions/functions-bindings-sendgrid.md) ||| | ||
2828
| [Service Bus](../articles/azure-functions/functions-bindings-service-bus.md) |||| ||
29-
| [SignalR](../articles/azure-functions/functions-bindings-signalr-service.md) | || |||
29+
| [SignalR](../articles/azure-functions/functions-bindings-signalr-service.md) | |||||
3030
| [Table storage](../articles/azure-functions/functions-bindings-storage-table.md) ||| |||
3131
| [Timer](../articles/azure-functions/functions-bindings-timer.md) |||| | |
3232
| [Twilio](../articles/azure-functions/functions-bindings-twilio.md) ||| | ||

0 commit comments

Comments
 (0)