azure-docs
azure-docs copied to clipboard
Updated functions-recover-storage-account.md
Added information to resolve 'Azure Functions Runtime is unreachable' due to hostid trunction when the site name + slot name is 32 chars or longer.
@walterstypula : Thanks for your contribution! The author(s) have been notified to review your proposed change.
IMPORTANT: When this content is ready to merge, the reviewer must add #sign-off in a comment or the approval may get overlooked.
#label:"aq-pr-triaged" @MicrosoftDocs/public-repo-pr-review-team
Hey @walterstypula, I'm trying to incorporate your commit into a more comprehensive fix. Could you please answer a couple of questions for me about why you are submitting this addition:
- Did you actually see the
Azure Functions Runtime is unreachableerror as a result of a host ID collision between slots? - What version of the Functions runtime were you running on?
Thanks!
Hey @walterstypula, I'm trying to incorporate your commit into a more comprehensive fix. Could you please answer a couple of questions for me about why you are submitting this addition:
- Did you actually see the
Azure Functions Runtime is unreachableerror as a result of a host ID collision between slots?- What version of the Functions runtime were you running on?
Thanks!
@ggailey777
- Yes we did. Also the host.json file would fail to load when viewing app files.
- We saw this problem after migrating to version 4. We didn't have this problem with version 2.
Contents from this PR were merged in https://github.com/MicrosoftDocs/azure-docs-pr/pull/208417 #please-close