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
feat: support env and polyglot containerization for App Service
Enable two previously-blocked capabilities:
1. env: support - Apply service-level environment variables as App
Settings during container deploy via UpdateAppServiceAppSettings.
Merges with existing settings (preserves settings not managed by azd).
Matches the containerapp target's behavior of applying env vars at
deploy time.
2. Polyglot containerization (e.g., language: python + docker.path) -
Add docker.path to the composite framework condition in
service_manager.go so the docker wrapper builds a container image
from any language source when a Dockerfile is provided. This is a
one-line change that only fires when the user explicitly sets
docker.path (opt-in, no impact on plain zip deploys).
Schema updated: env now allowed for appservice (alongside docker/image).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments