You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-custom-container-sidecar.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,11 +154,11 @@ azd down
154
154
-[How do sidecar containers handle internal communication?](#how-do-sidecar-containers-handle-internal-communication)
155
155
-[Can a sidecar container receive internet requests?](#can-a-sidecar-container-receive-internet-requests)
156
156
157
-
## What are the differences for sidecar-enabled custom containers?
157
+
###What are the differences for sidecar-enabled custom containers?
158
158
159
159
You configure sidecar-enabled apps differently than apps that aren't sidecar-enabled.
160
160
161
-
### Not sidecar-enabled
161
+
####Not sidecar-enabled
162
162
163
163
- Container name and types are configured directly with `LinuxFxVersion=DOCKER|<image-details>` (see [az webapp config set --linux-fx-version](/cli/azure/webapp/config)).
164
164
- 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
167
167
-`DOCKER_REGISTRY_SERVER_PASSWORD`
168
168
-`WEBSITES_PORT`
169
169
170
-
### Sidecar-enabled
170
+
####Sidecar-enabled
171
171
172
172
- A sidecar-enabled app is designated by `LinuxFxVersion=sitecontainers` (see [az webapp config set --linux-fx-version](/cli/azure/webapp/config)).
173
173
- 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