Skip to content

Conversation

@ffarinha-msft
Copy link
Contributor

The following PR aims to provide clarity on the valid timeout values syntax that can be defined to avoid confusion.

As an example to set a 24 hours timeout one might think you need to set "24:00:00" but this is not accurate instead you need to use "1.00:00:00" or "23:59:59"

Added detailed explanation for functionTimeout format and usage.
@prmerger-automator
Copy link
Contributor

@ffarinha-msft : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 09735a4:

⚠️ Validation status: warnings

File Status Preview URL Details
articles/azure-functions/functions-host-json.md ⚠️Warning Details

articles/azure-functions/functions-host-json.md

  • Line 328, Column 76: [Warning: hard-coded-locale - See documentation] Link 'https://learn.microsoft.com/en-us/dotnet/fundamentals/runtime-libraries/system-timespan-parse' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites.
  • Line 328, Column 76: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/en-us/dotnet/fundamentals/runtime-libraries/system-timespan-parse' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@v-dirichards v-dirichards requested a review from Copilot November 6, 2025 16:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enhances the documentation for the functionTimeout configuration in Azure Functions by clarifying the valid timeout value syntax and providing concrete examples to prevent common formatting errors.

Key changes:

  • Added a hyperlink to the official .NET TimeSpan parse documentation
  • Documented the [d.]hh:mm:ss format syntax with explicit component definitions
  • Included a practical tip explaining how to properly set a 24-hour timeout

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@v-dirichards
Copy link
Contributor

@ggailey777

Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged tracking label for the PR review team label Nov 6, 2025
ffarinha-msft and others added 2 commits November 7, 2025 10:28
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 633ffbf:

💡 Validation status: suggestions

File Status Preview URL Details
articles/azure-functions/functions-host-json.md 💡Suggestion Details

articles/azure-functions/functions-host-json.md

  • Line 328, Column 76: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/dotnet/fundamentals/runtime-libraries/system-timespan-parse' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 1cbdbc4:

💡 Validation status: suggestions

File Status Preview URL Details
articles/azure-functions/functions-host-json.md 💡Suggestion Details

articles/azure-functions/functions-host-json.md

  • Line 328, Column 76: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/dotnet/fundamentals/runtime-libraries/system-timespan-parse' will be broken in isolated environments. Replace with a relative link.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants