Skip to content

Commit a6866b0

Browse files
committed
Spelling Fixes
1 parent f834118 commit a6866b0

19 files changed

+27
-27
lines changed

articles/logic-apps/authenticate-with-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ The following steps show how to use the managed identity with a trigger or actio
742742
> user-assigned managed identity defined and enabled. However, your logic app should
743743
> use only one managed identity at a time.
744744
>
745-
> For example, a workflow that acceses different Azure Service Bus messaging entities
745+
> For example, a workflow that accesses different Azure Service Bus messaging entities
746746
> should use only one managed identity. See [Connect to Azure Service Bus from workflows](../connectors/connectors-create-api-servicebus.md#prerequisites).
747747
748748
For more information, see [Example: Authenticate built-in trigger or action with a managed identity](#authenticate-built-in-managed-identity).
@@ -1303,7 +1303,7 @@ For more information, see [Microsoft.Web/connections/accesspolicies (ARM templat
13031303

13041304
---
13051305

1306-
<a name="setup-identity-apihub-authentiation"></a>
1306+
<a name="setup-identity-apihub-authentication"></a>
13071307

13081308
## Set up advanced control over API connection authentication
13091309

articles/logic-apps/biztalk-server-to-azure-integration-services-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Web services support is a popular capability in BizTalk Server and is available
280280

281281
WCF adapters support [Single Sign On (SSO)](/biztalk/core/single-sign-on-support-for-the-wcf-adapters) through impersonation and acquire the Enterprise SSO ticket for using SSO with WCF adapters. This capability enables the user context to flow across systems. From an authentication perspective, [Service Authentication](/biztalk/core/what-are-the-wcf-adapters#service-authentication-types) supports the following types: None, Windows, and Certificate. [Client Authentication](/biztalk/core/what-are-the-wcf-adapters#client-authentication-types) supports the following types: Anonymous, UserName, Windows, and Certificate. Supported [security modes](/biztalk/core/what-are-the-wcf-adapters#security-modes) include the following types: Transport, Message, and Mixed.
282282

283-
WCF supports transactions using the [WS-AutomicTransaction protocol](/biztalk/core/what-are-the-wcf-adapters#ws-atomictransaction), which you can find in WCF adapters such as WCF-WsHttp, WCF-NetTcp, and WCF-NetMsmq. This capability is supported in the following scenarios:
283+
WCF supports transactions using the [WS-AtomicTransaction protocol](/biztalk/core/what-are-the-wcf-adapters#ws-atomictransaction), which you can find in WCF adapters such as WCF-WsHttp, WCF-NetTcp, and WCF-NetMsmq. This capability is supported in the following scenarios:
284284

285285
- Transactional submission of messages to the MessageBox database
286286
- Transactional transmission of messages from the MessageBox to a transactional destination
@@ -419,7 +419,7 @@ Beyond the core XML transformations, BizTalk Server also provides encoding and d
419419

420420
- Azure Functions
421421

422-
You can execute XSLT or Liquid template transformations by using C# or any other programing language to create an Azure function that you can call with Azure API Management or Azure Logic Apps.
422+
You can execute XSLT or Liquid template transformations by using C# or any other programming language to create an Azure function that you can call with Azure API Management or Azure Logic Apps.
423423

424424
### Network connectivity
425425

articles/logic-apps/connectors/sap-generate-schemas-for-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ You can begin your XML schema with an optional XML prolog. The SAP connector wor
350350
351351
### XML samples for RFC requests
352352

353-
The following example shows a basic RFC call where the RFC name is `STFC_CONNECTION`. This request uses the default namespace named `xmlns=`. However, you can assign and use namespace aliases such as `xmmlns:exampleAlias=`. The namespace value is the namespace for all the RFCs in SAP for Microsoft services. The request has a simple input parameter named `<REQUTEXT>`.
353+
The following example shows a basic RFC call where the RFC name is `STFC_CONNECTION`. This request uses the default namespace named `xmlns=`. However, you can assign and use namespace aliases such as `xmlns:exampleAlias=`. The namespace value is the namespace for all the RFCs in SAP for Microsoft services. The request has a simple input parameter named `<REQUTEXT>`.
354354

355355
```xml
356356
<STFC_CONNECTION xmlns="http://Microsoft.LobServices.Sap/2007/03/Rfc/">

articles/logic-apps/create-replication-tasks-azure-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For Service Bus, you must enable sessions so that message sequences with the sam
113113
> a disruptive event. To prevent reprocessing already processed messages, you have to set up a way to
114114
> track the already processed messages so that processing resumes only with the unprocessed messages.
115115
>
116-
> For example, you can set up a database that stores the proccessing state for each message.
116+
> For example, you can set up a database that stores the processing state for each message.
117117
> When a message arrives, check the message's state and process only when the message is unprocessed.
118118
> That way, no processing happens for an already processed message.
119119
>

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can have multiple workflows in a Standard logic app. Workflows in the same l
3232
>
3333
> - *What's Azure Logic Apps?*
3434
> - *What's a Standard logic app workflow?*
35-
> - *What's the Request triger?*
35+
> - *What's the Request trigger?*
3636
> - *What's the Office 365 Outlook connector?*
3737
>
3838
> To find Azure Copilot, on the [Azure portal](https://portal.azure.com) toolbar, select **Copilot**.

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Before you can create your logic app, create a local project so that you can man
339339
> [**FUNCTIONS_WORKER_RUNTIME** app setting](edit-app-settings-host-settings.md#reference-local-settings-json).
340340
>
341341
> The **APP_KIND** app setting is required for your Standard logic app, and the value
342-
> must be **workflowApp**. Howeever, in some scenarios, this app setting might be missing,
342+
> must be **workflowApp**. However, in some scenarios, this app setting might be missing,
343343
> for example, due to automation using Azure Resource Manager templates or other scenarios
344344
> where the setting isn't included. If certain actions don't work, such as the **Execute JavaScript Code**
345345
> action, or if the workflow stops working, check that the **APP_KIND** app setting exists and is set to to **workflowApp**.

articles/logic-apps/devops-deployment-single-tenant-azure-logic-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
88
ms.date: 10/23/2024
9-
# Customer intent: As a developer, I want to learn about DevOps deployment support for Standard logi apps in single-tenant Azure Logic Apps.
9+
# Customer intent: As a developer, I want to learn about DevOps deployment support for Standard logic apps in single-tenant Azure Logic Apps.
1010
---
1111

1212
# DevOps deployment for Standard logic apps in single-tenant Azure Logic Apps

articles/logic-apps/enterprise-integration/create-integration-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ To make this change, you can use either the Azure portal or the Azure CLI.
437437

438438
1. In the Azure portal, open the [Azure Cloud Shell](../../cloud-shell/overview.md) environment.
439439

440-
![Screenshot shows Azure portal toolbar with selected Cloud Shell optiond.](./media/create-integration-account/open-azure-cloud-shell-window.png)
440+
![Screenshot shows Azure portal toolbar with selected Cloud Shell options.](./media/create-integration-account/open-azure-cloud-shell-window.png)
441441

442442
1. At the command prompt, enter the [**az resource** command](/cli/azure/resource#az-resource-update), and set `skuName` to the higher tier that you want.
443443

articles/logic-apps/estimate-storage-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 01/10/2024
1515
Azure Logic Apps uses [Azure Storage](../storage/index.yml) for any storage operations. In traditional *multitenant* Azure Logic Apps, any storage usage and costs are attached to the logic app. Now, in *single-tenant* Azure Logic Apps, you can use your own storage account. These storage costs are listed separately in your Azure billing invoice. This capability gives you more flexibility and control over your logic app data.
1616

1717
> [!NOTE]
18-
> This article applies to workflows in the single-tenant Azure Logic Apps environment. These workflows exist in the same logic app and in a single tenant that share the same storage. For more information, see [Single-tenant versus multitenant in Azure Logic Appst](single-tenant-overview-compare.md).
18+
> This article applies to workflows in the single-tenant Azure Logic Apps environment. These workflows exist in the same logic app and in a single tenant that share the same storage. For more information, see [Single-tenant versus multitenant in Azure Logic Apps](single-tenant-overview-compare.md).
1919
2020
Storage costs change based on your workflows' content. Different triggers, actions, and payloads result in different storage operations and needs. This article describes how to estimate your storage costs when you're using your own Azure Storage account with single-tenant based logic apps. First, you can [estimate the number of storage operations you'll perform](#estimate-storage-needs) using the Logic Apps storage calculator. Then, you can [estimate your possible storage costs](#estimate-storage-costs) using these numbers in the Azure pricing calculator.
2121

articles/logic-apps/logic-apps-control-flow-run-steps-group-scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ here is the JSON definition for trigger and actions in the previous logic app:
334334
},
335335
"else": {
336336
"actions": {
337-
"Scope_succeded": {
337+
"Scope_succeeded": {
338338
"type": "ApiConnection",
339339
"inputs": {
340340
"body": {

0 commit comments

Comments
 (0)