Skip to content

Commit e627a70

Browse files
committed
Clarified Manual upgrade instructions for
each extension update
1 parent 885f69d commit e627a70

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ ARM64 based clusters are not supported at this time.
136136
- Upgrade Azure Function runtime to v3.3.1
137137
- Set default replica count of App Controller and Envoy Controller to 2 to add further stability
138138

139-
If your extension was in the stable version and auto-upgrade-minor-version is set to true, the extension will upgrade automatically. To manually upgrade the extension to the latest version, you can run the command below:
139+
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:
140140

141141
```azurecli-interactive
142142
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.10.0
@@ -150,10 +150,22 @@ If your extension was in the stable version and auto-upgrade-minor-version is se
150150
- Resolved issues which caused slot swap operations to fail
151151
- Resolved issues customers experienced during creation of Ruby web applications
152152

153+
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:
154+
155+
```azurecli-interactive
156+
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.11.0
157+
```
158+
153159
### Application services extension v 0.11.1 (December 2021)
154160

155161
- Minor release to resolve issue with CRD update
156162

163+
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:
164+
165+
```azurecli-interactive
166+
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.11.!
167+
```
168+
157169
### Application services extension v 0.12.0 (January 2022)
158170

159171
- Support for outbound proxy

0 commit comments

Comments
 (0)