Skip to content

Commit fc4cc05

Browse files
committed
Improved consistency with doc style
1 parent ef2c25b commit fc4cc05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ No. Apps cannot be assigned managed identities when running in Azure Arc. If you
104104

105105
### Are there any scaling limits?
106106

107-
All applications deployed with Azure App Service on Kubernetes with Azure Arc are able to scale within the limits of the underlying Kubernetes cluster. If the underlying Kubernetes Cluster runs out of available compute resources (CPU and memory primarily), then applications will only be able to scale to the number of instances of the application that Kubernetes can schedule with available resource.
107+
All applications deployed with Azure App Service on Kubernetes with Azure Arc are able to scale within the limits of the underlying Kubernetes cluster. If the underlying Kubernetes Cluster runs out of available compute resources (CPU and memory primarily), then applications will only be able to scale to the number of instances of the application that Kubernetes can schedule with available resource.
108108

109109
### What logs are collected?
110110

@@ -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 upgrades automatically. To manually upgrade the extension to the latest version, you can run the command:
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,7 +150,7 @@ If your extension was in the stable version and auto-upgrade-minor-version is se
150150
- Resolved issues that 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:
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:
154154

155155
```azurecli-interactive
156156
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.11.0
@@ -160,7 +160,7 @@ If your extension was in the stable version and auto-upgrade-minor-version is se
160160

161161
- Minor release to resolve issue with CRD update
162162

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:
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:
164164

165165
```azurecli-interactive
166166
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.11.!
@@ -173,7 +173,7 @@ If your extension was in the stable version and auto-upgrade-minor-version is se
173173
- Upgrade Envoy to 1.20.1
174174
- Resolved issue with Application Insights support for .NET Applications
175175

176-
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:
176+
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:
177177

178178
```azurecli-interactive
179179
az k8s-extension update --cluster-type connectedClusters -c <clustername> -g <resource group> -n <extension name> --release-train stable --version 0.12.0

0 commit comments

Comments
 (0)