Switch DTS Bicep templates from Dedicated to Consumption SKU#139
Merged
greenie-msft merged 3 commits intomainfrom Feb 19, 2026
Merged
Switch DTS Bicep templates from Dedicated to Consumption SKU#139greenie-msft merged 3 commits intomainfrom
greenie-msft merged 3 commits intomainfrom
Conversation
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Switch Durable Task Scheduler deployment to Consumption SKU
Switch DTS Bicep templates from Dedicated to Consumption SKU
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All sample Bicep deployments currently use the Dedicated SKU for Azure Durable Task Scheduler, which is slow to provision and expensive for evaluation/quickstart scenarios.
Changes
DTS module templates (
dts.bicep- 7 files)capacityproperty for Consumption, include it for DedicatedskuCapacityparameter optional (default: 0)Main deployment templates (
main.bicep- 7 files)dtsSkuNamedefault from'Dedicated'to'Consumption'Affected samples
samples/infra/samples/scenarios/AutoscalingInACA/Backward Compatibility
Dedicated SKU remains available by overriding parameters:
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
aka.ms/usr/local/bin/bicep bicep build dts.bicep(dns block)/usr/local/bin/bicep bicep build dts.bicep --stdout(dns block)azcliprod.blob.core.windows.net/usr/bin/../../opt/az/bin/python3 /usr/bin/../../opt/az/bin/python3 -Im azure.cli bicep build --file dts.bicep(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.