You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/azure-arc-overview.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ As you configure your cluster, you carry out these actions:
30
30
31
31
-**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.
32
32
33
-
## Public preview limitations
33
+
## Limitations
34
34
35
35
The following public preview limitations apply to Azure Container Apps on Azure Arc enabled Kubernetes.
36
36
@@ -43,6 +43,17 @@ The following public preview limitations apply to Azure Container Apps on Azure
43
43
| Feature: Pull images from ACR with managed identity | Not available (depends on managed identities) |
44
44
| Logs | Log Analytics must be configured with cluster extension; not per-application |
45
45
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
+
46
57
> [!IMPORTANT]
47
58
> 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.
Copy file name to clipboardExpand all lines: articles/logic-apps/create-standard-workflows-hybrid-deployment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This how-to guide shows how to create and deploy a Standard logic app workflow u
27
27
28
28
## Limitations
29
29
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).
31
31
32
32
- Managed identity authentication for managed API connectors currently isn't available in this preview release.
33
33
@@ -81,7 +81,7 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
81
81
|**Subscription**| Yes | <*Azure-subscription-name*> | Your Azure subscription name. <br><br>This example uses **Pay-As-You-Go**. |
82
82
|**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**. |
83
83
|**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**. |
85
85
|**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). |
86
86
|**Configure storage settings**| Yes | Enabled or disabled | Continues to the **Storage** tab on the **Create Logic App (Hybrid)** page. |
87
87
@@ -168,7 +168,7 @@ After you meet the prerequisites, but before you create your Standard logic app
168
168
169
169
This example uses **Hybrid-RG**.
170
170
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).
Copy file name to clipboardExpand all lines: articles/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ Your Kubernetes cluster requires inbound and outbound connectivity with the [SQL
145
145
|**SUBSCRIPTION**| Yes | <*Azure-subscription-ID*> | The ID for your Azure subscription |
146
146
|**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**. |
147
147
|**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**. |
149
149
150
150
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):
0 commit comments