docs(on-demand-sandboxes): restructure guides, modernize identity attach, drop sample VNet#337
Merged
torosent merged 3 commits intoJun 18, 2026
Conversation
…ach, drop sample VNet - Move scheduler-identity, worker-profile reference, and dashboard-logs content from the overview README into the per-language guides - Merge "Choose your language" into "Get started"; point access to dts-team@microsoft.com - Switch identity attach to the `az durabletask scheduler identity assign` CLI extension command (additive/merge-safe) in both guides and the attach-scheduler-identity.sh hooks - Remove em dashes from all sandbox docs and sample READMEs - .NET sample: drop the unnecessary VNet (AKS auto-provisions a managed VNet), fix gpt-4o -> gpt-5.1 references, and wire AZURE_OPENAI_LOCATION in main.parameters.json Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…, wire OpenAI location Mirror the .NET sample cleanup in the Python sample: - Remove the VNet module (AKS auto-provisions a managed VNet) and delete the unused vnet.bicep - Fix stale gpt-4o references to gpt-5.1 to match the infra default - Wire AZURE_OPENAI_LOCATION in main.parameters.json (defaults to eastus) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…default version AKS 1.32 moved to Long-Term Support only, so pinning it fails preflight validation on non-Premium clusters with K8sVersionNotSupported. Default kubernetesVersion to empty in both samples and omit the property when unset so AKS provisions its current default supported version. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
torosent
approved these changes
Jun 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.
Summary
Updates the On-demand Sandboxes (private preview) docs and the .NET sample so the guides are current and the sample is ready for end-to-end
azdtesting.Docs
README.mdand into the per-language guides (docs/dotnet.md,docs/python.md), where each is tailored to that SDK's property names.dts-team@microsoft.com.az restPATCH to the newaz durabletask scheduler identity assignCLI extension command (additive / merge-safe), in both guides and theattach-scheduler-identity.shhooks..NET sample
subnetIdis already optional).gpt-4oreferences togpt-5.1to match the infra default.AZURE_OPENAI_LOCATIONinmain.parameters.jsonso the documented override actually takes effect (defaults toeastus).Verification
az bicep buildoninfra/main.bicepcompiles clean.main.parameters.jsonis valid JSON.main-app,sandbox-worker) build with 0 warnings / 0 errors.bash -n..md.Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com