Skip to content

Commit 9ef4e67

Browse files
author
ecfan
committed
Fix links
1 parent a09eb42 commit 9ef4e67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/logic-apps/logic-apps-deploy-azure-resource-manager-templates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For example, you're prompted for the following information after you sign in to
4141

4242
For more information, see these topics:
4343

44-
* [Overview: Automate deployment for logic apps with Azure Resource Manager templates](logic-apps-azure-resource-manager-templates-overview)
44+
* [Overview: Automate deployment for logic apps with Azure Resource Manager templates](/azure/logic-apps-azure-resource-manager-templates-overview)
4545
* [Deploy resources with Azure Resource Manager templates and the Azure portal](/azure/azure-resource-manager/templates/deploy-portal)
4646

4747
<a name="powershell"></a>
@@ -119,12 +119,12 @@ Here are a few suggestions to handle authorizing connections:
119119
> [!NOTE]
120120
>
121121
> If you're considering sharing API connections, make sure that your solution can
122-
> [handle potential throttling problems](/azure/logic-apps/handle-throttling-problems-429-errors.md#connector-throttling).
122+
> [handle potential throttling problems](/azure/logic-apps/handle-throttling-problems-429-errors#connector-throttling).
123123
> Throttling happens at the connection level, so reusing the same connection across multiple logic apps might increase the potential for throttling problems.
124124
125125
* Unless your scenario involves services and systems that require multifactor authentication, you can use a PowerShell script to provide consent for each OAuth connection by running a continuous integration worker as a standard user account on a virtual machine that has active browser sessions with the authorizations and consent already provided. For example, you can repurpose the sample script provided by the [LogicAppConnectionAuth project in the Logic Apps GitHub repo](https://github.com/logicappsio/LogicAppConnectionAuth).
126126

127-
* If you use a Microsoft Entra [service principal](/azure/active-directory/develop/app-objects-and-service-principals) instead to authorize connections, learn how to [specify service principal parameters in your logic app template](/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview.md#authenticate-connections).
127+
* If you use a Microsoft Entra [service principal](/azure/active-directory/develop/app-objects-and-service-principals) instead to authorize connections, learn how to [specify service principal parameters in your logic app template](/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview#authenticate-connections).
128128

129129
## Next steps
130130

0 commit comments

Comments
 (0)