Skip to content

Commit 85bf1b0

Browse files
author
ecfan
committed
Move links
1 parent ef8f243 commit 85bf1b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This how-to guide shows how to set up the necessary on-premises resources in you
5757

5858
## Create a Kubernetes cluster
5959

60-
Before you can deploy your Standard logic app as on-premises resource to an Azure Arc-enabled Kubernetes cluster in an Azure Container Apps connected environment, you first need a [Kubernetes cluster](/azure/aks/core-aks-concepts#cluster-components). You'll later connect this cluster to Azure Arc so that you have an [Azure Arc-enabled Kubernetes cluster](/azure/azure-arc/kubernetes/overview). For more information, see [Quickstart: Deploy an Azure Kubernetes Service (AKS) cluster using Azure CLI](/azure/aks/learn/quick-kubernetes-deploy-cli).
60+
Before you can deploy your Standard logic app as on-premises resource to an Azure Arc-enabled Kubernetes cluster in an Azure Container Apps connected environment, you first need a [Kubernetes cluster](/azure/aks/core-aks-concepts#cluster-components). You'll later connect this cluster to Azure Arc so that you have an [Azure Arc-enabled Kubernetes cluster](/azure/azure-arc/kubernetes/overview).
6161

6262
Your Kubernetes cluster requires inbound and outbound connectivity with the [SQL database that you later create as the storage provider](#create-storage-provider) and with the [Server Message Block file share that you later create for artifacts storage](#set-up-smb-file-share). These resources must exist within the same network.
6363

@@ -116,8 +116,9 @@ Your Kubernetes cluster requires inbound and outbound connectivity with the [SQL
116116
| **`max count`** | No | <*max-nodes-value*> | The maximum number of nodes to use for the autoscaler when you include the **`enable-cluster-autoscaler`** option. This value ranges from **1** to **1000**. |
117117
| **`min count`** | No | <*min-nodes-value*> | The minimum number of nodes to use for the autoscaler when you include the **`enable-cluster-autoscaler`** option. This value ranges from **1** to **1000**. |
118118

119-
For more information, see the following documentation:
119+
For more information, see the following resources:
120120

121+
- [Quickstart: Deploy an Azure Kubernetes Service (AKS) cluster using Azure CLI](/azure/aks/learn/quick-kubernetes-deploy-cli)
121122
- [**az account set**](/cli/azure/account#az-account-set)
122123
- [**az group create**](/cli/azure/group#az-group-create)
123124
- [**az aks create**](/cli/azure/aks#az-aks-create)

0 commit comments

Comments
 (0)