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
Audit all Azure-maintained azd templates to identify which can leverage the uses: field in azure.yaml to enable parallel provisioning and deploy via the exegraph scheduler (#7776).
Has dependencies -- services with real ordering needs (e.g., API endpoint consumed by frontend deploy hook); add uses: to express the graph while unlocking parallelism for independent services
Aspire-based -- already parallel via build-gate, no action needed
What to check per template
Service-level hooks (predeploy/postdeploy) that read/write env vars or endpoints from other services
Audit all Azure-maintained azd templates to identify which can leverage the
uses:field inazure.yamlto enable parallel provisioning and deploy via the exegraph scheduler (#7776).Goal
Classify every 1st-party template into:
uses:expressing no deps (or futureexecution.parallel: trueper feat: explicit parallel deploy opt-in for non-Aspire templates #7995)uses:to express the graph while unlocking parallelism for independent servicesWhat to check per template
predeploy/postdeploy) that read/write env vars or endpoints from other servicesDeliverables
uses:to templates that benefitazd deployproduces correct results for representative templatesRelated