Skip to content

Commit 84793ab

Browse files
Merge pull request #299358 from craigshoemaker/aca/arc-overview
[Container Apps] Update: ARC overview -> add features list
2 parents 9db7408 + 3fec075 commit 84793ab

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

articles/container-apps/azure-arc-overview.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ As you configure your cluster, you carry out these actions:
3030

3131
- **A Container Apps connected environment**, which enables configuration common across apps but not related to cluster operations. Conceptually, it's deployed into the custom location resource, and app developers create apps into this environment.
3232

33-
## Public preview limitations
33+
## Limitations
3434

3535
The following public preview limitations apply to Azure Container Apps on Azure Arc enabled Kubernetes.
3636

@@ -43,6 +43,17 @@ The following public preview limitations apply to Azure Container Apps on Azure
4343
| Feature: Pull images from ACR with managed identity | Not available (depends on managed identities) |
4444
| Logs | Log Analytics must be configured with cluster extension; not per-application |
4545

46+
The following features are supported:
47+
48+
- Labels
49+
- Metrics
50+
- Easy auth
51+
- Log stream
52+
- Resilience
53+
- Custom domains
54+
- Revision Management
55+
- App container console
56+
4657
> [!IMPORTANT]
4758
> If deploying onto **AKS on Azure Local** ensure that you have [setup HAProxy as your load balancer](/azure/aks/hybrid/configure-load-balancer) before attempting to install the extension.
4859

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

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

2828
## Limitations
2929

30-
- Hybrid deployment for Standard logic apps is available and supported only in the [same regions as Azure Container Apps on Azure Arc-enabled AKS](../container-apps/azure-arc-overview.md#public-preview-limitations).
30+
- Hybrid deployment for Standard logic apps is available and supported only in the [same regions as Azure Container Apps on Azure Arc-enabled AKS](../container-apps/azure-arc-overview.md#limitations).
3131

3232
- Managed identity authentication for managed API connectors currently isn't available in this preview release.
3333

@@ -81,7 +81,7 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
8181
| **Subscription** | Yes | <*Azure-subscription-name*> | Your Azure subscription name. <br><br>This example uses **Pay-As-You-Go**. |
8282
| **Resource Group** | Yes | <*Azure-resource-group-name*> | The [Azure resource group](../azure-resource-manager/management/overview.md#terminology) where you create your hybrid app and related resources. This name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>This example creates a resource group named **Hybrid-RG**. |
8383
| **Logic App name** | Yes | <*logic-app-name*> | Your logic app name, which must be unique across regions and can contain only lowercase letters, numbers, or hyphens (**-**). <br><br>This example uses **my-logic-app-hybrid**. |
84-
| **Region** | Yes | <*Azure-region*> | An Azure region that is [supported for Azure Container Apps on Azure Arc-enabled AKS](../container-apps/azure-arc-overview.md#public-preview-limitations). <br><br>This example uses **East US**. |
84+
| **Region** | Yes | <*Azure-region*> | An Azure region that is [supported for Azure Container Apps on Azure Arc-enabled AKS](../container-apps/azure-arc-overview.md#limitations). <br><br>This example uses **East US**. |
8585
| **Container App Connected Environment** | Yes | <*connected-environment-name*> | The Arc-enabled Kubernetes cluster that you created as the deployment environment for your logic app. For more information, see [Tutorial: Enable Azure Container Apps on Azure Arc-enabled Kubernetes](../container-apps/azure-arc-enable-cluster.md). |
8686
| **Configure storage settings** | Yes | Enabled or disabled | Continues to the **Storage** tab on the **Create Logic App (Hybrid)** page. |
8787

@@ -168,7 +168,7 @@ After you meet the prerequisites, but before you create your Standard logic app
168168

169169
This example uses **Hybrid-RG**.
170170

171-
1. From the location list, select an Azure region that is [supported for Azure Container Apps on Azure Arc-enabled AKS](../container-apps/azure-arc-overview.md#public-preview-limitations).
171+
1. From the location list, select an Azure region that is [supported for Azure Container Apps on Azure Arc-enabled AKS](../container-apps/azure-arc-overview.md#limitations).
172172

173173
This example uses **East US**.
174174

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Your Kubernetes cluster requires inbound and outbound connectivity with the [SQL
145145
| **SUBSCRIPTION** | Yes | <*Azure-subscription-ID*> | The ID for your Azure subscription |
146146
| **AKS_CLUSTER_GROUP_NAME** | Yes | <*aks-cluster-resource-group-name*> | The name for the Azure resource group to use with your Kubernetes cluster. This name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>This example uses **Hybrid-RG**. |
147147
| **AKS_NAME** | Yes | <*aks-cluster-name*> | The name for your Kubernetes cluster. |
148-
| **LOCATION** | Yes | <*Azure-region*> | An Azure region that [supports Azure Container Apps on Azure Arc-enabled Kubernetes](../container-apps/azure-arc-overview.md#public-preview-limitations). <br><br>This example uses **eastus**. |
148+
| **LOCATION** | Yes | <*Azure-region*> | An Azure region that [supports Azure Container Apps on Azure Arc-enabled Kubernetes](../container-apps/azure-arc-overview.md#limitations). <br><br>This example uses **eastus**. |
149149

150150
1. Run the following commands either by using the Bash environment in [Azure Cloud Shell](/azure/cloud-shell/overview) or locally using [Azure CLI installed on your computer](/cli/azure/install-azure-cli):
151151

0 commit comments

Comments
 (0)