Skip to content

Commit 6b82ded

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent 4448786 commit 6b82ded

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

articles/logic-apps/create-standard-workflows-hybrid-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This how-to guide shows how to create and deploy a Standard logic app workflow u
4848

4949
- The following on-premises resources, which must all exist within the same network for the required connectivity:
5050

51-
- An Azure Kubernetes Service cluster that's connected to Azure Arc
51+
- An Azure Kubernetes Service cluster that is connected to Azure Arc
5252
- A SQL database to locally store workflow run history, inputs, and outputs for processing
5353
- A Server Message Block (SMB) file share to locally store artifacts used by your workflows
5454

@@ -411,7 +411,7 @@ After you deploy your Standard logic app, confirm that your app is running corre
411411

412412
For more information, see the following documentation:
413413

414-
- [az aks get-credentials](/cli/azure/aks#az-aks-get-credentials)
414+
- [**az aks get-credentials**](/cli/azure/aks#az-aks-get-credentials)
415415
- [Command line tool (kubectl)](https://kubernetes.io/docs/reference/kubectl/)
416416

417417
### Cluster doesn't have enough nodes

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ To create your Azure Arc-enabled Kubernetes cluster, connect your Kubernetes clu
213213
For more information, see the following resources:
214214

215215
- [Install Azure CLI extensions](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#setup)
216-
- [az extension add](/cli/azure/extension#az-extension-add)
216+
- [**az extension add**](/cli/azure/extension#az-extension-add)
217217

218218
1. Register the following required namespaces:
219219

@@ -227,7 +227,7 @@ To create your Azure Arc-enabled Kubernetes cluster, connect your Kubernetes clu
227227
For more information, see the following resources:
228228

229229
- [Register the required namespaces](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#setup)
230-
- [az provider register](/cli/azure/provider#az-provider-register)
230+
- [**az provider register**](/cli/azure/provider#az-provider-register)
231231

232232
1. Install the Kubernetes command line interface (CLI) named **kubectl**:
233233

@@ -276,7 +276,7 @@ To create your Azure Arc-enabled Kubernetes cluster, connect your Kubernetes clu
276276
kubectl get csidriver
277277
```
278278
279-
For more information, see [kubectl get](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_get/).
279+
For more information, see [**kubectl get**](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_get/).
280280
281281
## Connect your Kubernetes cluster to Azure Arc
282282
@@ -295,8 +295,8 @@ To create your Azure Arc-enabled Kubernetes cluster, connect your Kubernetes clu
295295
For more information, see the following resources:
296296

297297
- [Create connected cluster](../container-apps/azure-arc-enable-cluster.md?tabs=azure-cli#create-a-connected-cluster)
298-
- [az aks get-credentials](/cli/azure/aks#az-aks-get-credentials)
299-
- [kubectl get](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_get/)
298+
- [**az aks get-credentials**](/cli/azure/aks#az-aks-get-credentials)
299+
- [**kubectl get**](https://kubernetes.io/docs/reference/kubectl/generated/kubectl_get/)
300300

301301
1. Based on your Kubernetes cluster deployment, set the following environment variable to provide a name to use for the Azure resource group that contains your Azure Arc-enabled cluster and resources:
302302

@@ -319,7 +319,7 @@ To create your Azure Arc-enabled Kubernetes cluster, connect your Kubernetes clu
319319
For more information, see the following resources:
320320

321321
- [Create connected cluster](../container-apps/azure-arc-enable-cluster.md?tabs=azure-cli#create-a-connected-cluster)
322-
- [az group create](/cli/azure/group#az-group-create)
322+
- [**az group create**](/cli/azure/group#az-group-create)
323323

324324
1. Set the following environment variable to provide a name for your Azure Arc-enabled Kubernetes cluster:
325325

@@ -342,7 +342,7 @@ To create your Azure Arc-enabled Kubernetes cluster, connect your Kubernetes clu
342342
For more information, see the following resources:
343343

344344
- [Create connected cluster](../container-apps/azure-arc-enable-cluster.md?tabs=azure-cli#create-a-connected-cluster)
345-
- [az connectedk8s connect](/cli/azure/connectedk8s?#az-connectedk8s-connect)
345+
- [**az connectedk8s connect**](/cli/azure/connectedk8s?#az-connectedk8s-connect)
346346

347347
1. Validate the connection between Azure Arc and your Kubernetes cluster:
348348

@@ -357,7 +357,7 @@ To create your Azure Arc-enabled Kubernetes cluster, connect your Kubernetes clu
357357
For more information, see the following resources:
358358

359359
- [Create connected cluster](../container-apps/azure-arc-enable-cluster.md?tabs=azure-cli#create-a-connected-cluster)
360-
- [az connectedk8s show](/cli/azure/connectedk8s?#az-connectedk8s-show)
360+
- [**az connectedk8s show**](/cli/azure/connectedk8s?#az-connectedk8s-show)
361361

362362
## Create an Azure Log Analytics workspace
363363

@@ -384,7 +384,7 @@ You can create an optional, but recommended, Azure Log Analytics workspace, whic
384384
For more information, see the following resources:
385385

386386
- [Create a Log Analytics workspace](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#create-a-log-analytics-workspace)
387-
- [az monitor log-analytics](/cli/azure/monitor/log-analytics)
387+
- [**az monitor log-analytics**](/cli/azure/monitor/log-analytics)
388388

389389
1. Get the base64-encoded ID and shared key for your Log Analytics workspace. You need these values for a later step.
390390

@@ -416,7 +416,7 @@ You can create an optional, but recommended, Azure Log Analytics workspace, whic
416416
For more information, see the following resources:
417417

418418
- [Create a Log Analytics workspace](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#create-a-log-analytics-workspace)
419-
- [az monitor log-analytics](/cli/azure/monitor/log-analytics)
419+
- [**az monitor log-analytics**](/cli/azure/monitor/log-analytics)
420420

421421
## Create and install the Azure Container Apps extension
422422

@@ -490,7 +490,7 @@ Now, create and install the Azure Container Apps extension with your Azure Arc-e
490490
For more information, see the following resources:
491491

492492
- [Install the Azure Container Apps extension](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#install-the-container-apps-extension)
493-
- [az k8s-extension create](/cli/azure/k8s-extension?#az-k8s-extension-create)
493+
- [**az k8s-extension create**](/cli/azure/k8s-extension?#az-k8s-extension-create)
494494

495495
1. Save the **ID** value for the Azure Container Apps extension to use later:
496496

@@ -511,7 +511,7 @@ Now, create and install the Azure Container Apps extension with your Azure Arc-e
511511
For more information, see the following resources:
512512

513513
- [Install the Azure Container Apps extension](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#install-the-container-apps-extension)
514-
- [az k8s-extension show](/cli/azure/k8s-extension?#az-k8s-extension-show)
514+
- [**az k8s-extension show**](/cli/azure/k8s-extension?#az-k8s-extension-show)
515515

516516
1. Before you continue, wait for the extension to fully install. To have your terminal session wait until the installation completes, run the following command:
517517

@@ -525,7 +525,7 @@ Now, create and install the Azure Container Apps extension with your Azure Arc-e
525525
For more information, see the following resources:
526526

527527
- [Install the Azure Container Apps extension](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#install-the-container-apps-extension)
528-
- [az resource wait](/cli/azure/resource?#az-resource-wait)
528+
- [**az resource wait**](/cli/azure/resource?#az-resource-wait)
529529

530530
## Create your custom location
531531

@@ -549,7 +549,7 @@ Now, create and install the Azure Container Apps extension with your Azure Arc-e
549549
For more information, see the following resources:
550550

551551
- [Create a custom location](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#create-a-custom-location)
552-
- [az k8s-extension show](/cli/azure/k8s-extension?#az-k8s-extension-show)
552+
- [**az k8s-extension show**](/cli/azure/k8s-extension?#az-k8s-extension-show)
553553

554554
1. Create the custom location:
555555

@@ -573,7 +573,7 @@ Now, create and install the Azure Container Apps extension with your Azure Arc-e
573573
For more information, see the following resources:
574574

575575
- [Create a custom location](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#create-a-custom-location)
576-
- [az customlocation create](/cli/azure/customlocation#az-customlocation-create)
576+
- [**az customlocation create**](/cli/azure/customlocation#az-customlocation-create)
577577

578578
1. Validate that the custom location is successfully created:
579579

@@ -602,7 +602,7 @@ Now, create and install the Azure Container Apps extension with your Azure Arc-e
602602
For more information, see the following resources:
603603

604604
- [Create a custom location](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#create-a-custom-location)
605-
- [az customlocation show](/cli/azure/customlocation#az-customlocation-show)
605+
- [**az customlocation show**](/cli/azure/customlocation#az-customlocation-show)
606606

607607
## Create the Azure Container Apps connected environment
608608

@@ -619,13 +619,13 @@ az containerapp connected-env create \
619619
For more information, see the following resources:
620620

621621
- [Create a custom location](/azure/container-apps/azure-arc-enable-cluster?tabs=azure-cli#create-the-azure-container-apps-connected-environment)
622-
- [az containerapp connected-env create](/cli/azure/containerapp#az-containerapp-create)
622+
- [**az containerapp connected-env create**](/cli/azure/containerapp#az-containerapp-create)
623623

624624
<a name="update-coredns-azure-local"></a>
625625

626626
## Update CoreDNS for a Kubernetes cluster in Azure Local
627627

628-
If your Azure Kubernetes cluster is hosted in Azure Local, you must manually update the CoreDNS configuration for your cluster. This step adds a new *config map* to the your Azure Kubernetes namespace. In comparison, Azure Logic Apps automatically completes this step when your Kubernetes cluster is hosted in Azure. However, for a cluster hosted elsewhere, you must manually complete this step.
628+
If your Azure Kubernetes cluster is hosted in Azure Local, you must manually update the CoreDNS configuration for your cluster. This step adds a new *config map* to your Azure Kubernetes namespace. In comparison, Azure Logic Apps automatically completes this step when your Kubernetes cluster is hosted in Azure. However, for a cluster hosted elsewhere, you must manually complete this step.
629629

630630
For more information, see the following documentation:
631631

@@ -642,12 +642,12 @@ az containerapp connected-env prepare setup-core-dns
642642

643643
| Arguments | Description |
644644
|-----------|-------------|
645-
| **`--distro`** | The supported distribution to use for setting up the core DNS file. Allowed values: `AksAzureLocal` |
645+
| **`--distro`** | The supported distribution to use for updating the CoreDNS configuration. Allowed values: `AksAzureLocal` |
646646
| **`--kube-config`** | The path to the Kubernetes configuration file, also known as a ([*kubeconfig file*](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/)), that contains the configuration parameters for accessing Kubernetes clusters. |
647647
| **`--kube-context`** | The Kubernetes context from the on-premises host for your cluster. In Kubernetes, a *context* defines how to communicate with a Kubernetes cluster. |
648648
| **`--yes -y`** | Don't prompt for confirmation. |
649649

650-
For more information, see [az containerapp connected-env](/cli/azure/containerapp/connected-env).
650+
For more information, see [**az containerapp connected-env**](/cli/azure/containerapp/connected-env).
651651

652652
### Examples
653653

0 commit comments

Comments
 (0)