Document Azure:CredentialProcessTimeoutSeconds option#731
Merged
eerhardt merged 2 commits intorelease/13.3from Apr 21, 2026
Merged
Document Azure:CredentialProcessTimeoutSeconds option#731eerhardt merged 2 commits intorelease/13.3from
eerhardt merged 2 commits intorelease/13.3from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Documents the new Azure:CredentialProcessTimeoutSeconds configuration option for Azure authentication flows, helping users mitigate timeouts when credential-related subprocesses are slow during local provisioning and local deploy scenarios.
Changes:
- Added
Azure:CredentialProcessTimeoutSecondsto the local provisioning configuration options table. - Added a new “Credential process timeout” subsection explaining when/how to configure the setting (appsettings + env var) and showing the expected timeout error text.
- Added a note in the Azure deployment guide pointing readers to the new timeout setting for local deploy credential validation issues.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/frontend/src/content/docs/integrations/cloud/azure/local-provisioning.mdx | Adds the new config option and a dedicated section describing usage and troubleshooting. |
| src/frontend/src/content/docs/deployment/azure/index.mdx | Adds a brief local deploy note referencing the new timeout setting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1b05767 to
ed14770
Compare
47ad2c0 to
bdf25c2
Compare
Adds documentation for the new Azure:CredentialProcessTimeoutSeconds configuration option introduced in microsoft/aspire#16175. The option lets users override the credential subprocess timeout (range 5-600) when az login validation is slow due to antivirus, network latency, etc. - Adds the option to the Local Azure provisioning configuration table and a new 'Credential process timeout' section. - Adds a 'Configurable Azure credential timeout' section to the What's new in Aspire 13.3 doc. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bdf25c2 to
4e27c97
Compare
Contributor
|
Add this to deployment options as well. |
IEvangelist
approved these changes
Apr 21, 2026
Adds a follow-up note to each `Azure__SubscriptionId` env var list pointing at the new credential process timeout option for users hitting slow credential validation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Documents the new
Azure:CredentialProcessTimeoutSecondsconfiguration option added in microsoft/aspire#16175.Targets
release/13.3.Changes
src/frontend/src/content/docs/integrations/cloud/azure/local-provisioning.mdxAzure:CredentialProcessTimeoutSecondsto the configuration options table.Credential process timeoutsubsection underAuthenticationcovering when to use the setting, how to set it (appsettings + env var), which credential sources it applies to, and the user-facing timeout error message.src/frontend/src/content/docs/whats-new/aspire-13-3.mdxConfigurable Azure credential timeoutsection under the NSP section.