Skip to content

Commit 714bb9e

Browse files
committed
heading fix
1 parent b376132 commit 714bb9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/tutorial-custom-container-sidecar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ azd down
154154
- [How do sidecar containers handle internal communication?](#how-do-sidecar-containers-handle-internal-communication)
155155
- [Can a sidecar container receive internet requests?](#can-a-sidecar-container-receive-internet-requests)
156156

157-
## What are the differences for sidecar-enabled custom containers?
157+
### What are the differences for sidecar-enabled custom containers?
158158

159159
You configure sidecar-enabled apps differently than apps that aren't sidecar-enabled.
160160

161-
### Not sidecar-enabled
161+
#### Not sidecar-enabled
162162

163163
- Container name and types are configured directly with `LinuxFxVersion=DOCKER|<image-details>` (see [az webapp config set --linux-fx-version](/cli/azure/webapp/config)).
164164
- The main container is configured with app settings, such as:
@@ -167,7 +167,7 @@ You configure sidecar-enabled apps differently than apps that aren't sidecar-ena
167167
- `DOCKER_REGISTRY_SERVER_PASSWORD`
168168
- `WEBSITES_PORT`
169169

170-
### Sidecar-enabled
170+
#### Sidecar-enabled
171171

172172
- A sidecar-enabled app is designated by `LinuxFxVersion=sitecontainers` (see [az webapp config set --linux-fx-version](/cli/azure/webapp/config)).
173173
- The main container is configured with a [sitecontainers](/azure/templates/microsoft.web/sites/sitecontainers) resource. These settings don't apply for sidecar-enabled apps

0 commit comments

Comments
 (0)