Skip to content

Commit da544d7

Browse files
authored
Merge pull request #191116 from apwestgarth/arc-0-12-2
Update overview-arc-integration.md
2 parents 5d9db52 + 563ca76 commit da544d7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/app-service/overview-arc-integration.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'App Service on Azure Arc'
33
description: An introduction to App Service integration with Azure Arc for Azure operators.
44
ms.topic: article
5-
ms.date: 03/08/2022
5+
ms.date: 03/09/2022
66
---
77

88
# App Service, Functions, and Logic Apps on Azure Arc (Preview)
@@ -179,6 +179,7 @@ If your extension was in the stable version and auto-upgrade-minor-version is se
179179
```azurecli-interactive
180180
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.12.0
181181
```
182+
182183
### Application services extension v 0.12.1 (March 2022)
183184

184185
- Resolved issue with outbound proxy support to enable logging to Log Analytics Workspace
@@ -189,6 +190,16 @@ If your extension was in the stable version and auto-upgrade-minor-version is se
189190
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.12.1
190191
```
191192

193+
### Application services extension v 0.12.2 (March 2022)
194+
195+
- Update to resolve upgrade failures when upgrading from v 0.12.0 when extension name length is over 35 characters
196+
197+
If your extension was in the stable version and auto-upgrade-minor-version is set to true, the extension upgrades automatically. To manually upgrade the extension to the latest version, you can run the command:
198+
199+
```azurecli-interactive
200+
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.12.2
201+
```
202+
192203
## Next steps
193204

194205
[Create an App Service Kubernetes environment (Preview)](manage-create-arc-environment.md)

0 commit comments

Comments
 (0)