Skip to content

Commit ae5eaa3

Browse files
authored
Update overview-arc-integration.md
Improvements for acrolinx and update manually extension upgrade command to include latest version
1 parent 82b05f5 commit ae5eaa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ By default, logs from system components are sent to the Azure team. Application
114114

115115
### What do I do if I see a provider registration error?
116116

117-
When creating a Kubernetes environment resource, some subscriptions may see a "No registered resource provider found" error. The error details may include a set of locations and api versions that are considered valid. If this happens, it may be that the subscription needs to be re-registered with the Microsoft.Web provider, an operation which has no impact on existing applications or APIs. To re-register, use the Azure CLI to run `az provider register --namespace Microsoft.Web --wait`. Then re-attempt the Kubernetes environment command.
117+
When creating a Kubernetes environment resource, some subscriptions may see a "No registered resource provider found" error. The error details may include a set of locations and api versions that are considered valid. If this happens, it may be that the subscription needs to be re-registered with the Microsoft.Web provider, an operation that has no impact on existing applications or APIs. To re-register, use the Azure CLI to run `az provider register --namespace Microsoft.Web --wait`. Then re-attempt the Kubernetes environment command.
118118

119119
### Can I deploy the Application services extension on an ARM64 based cluster?
120120

@@ -161,10 +161,10 @@ If your extension was in the stable version and auto-upgrade-minor-version is se
161161
- Upgrade Envoy to 1.20.1
162162
- Resolved issue with Application Insights support for .NET Applications
163163

164-
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:
164+
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:
165165

166166
```azurecli-interactive
167-
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.11.0
167+
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.12.0
168168
```
169169

170170
## Next steps

0 commit comments

Comments
 (0)