Hello, are there any resources about how to diagno...
# azure
b
Hello, are there any resources about how to diagnose
Failed to retrieve the host keys
errors? Started receiving those errors during
pulumi up
without doing any change, and could find anything helpful in the logs when executing with
--logtostderr -v=3
. Full exception in the thread.
Copy code
Error: Failed to retrieve the host keys: {"Code":"BadRequest","Message":"Encountered an error (ServiceUnavailable) from host runtime.","Target":null,"Details":[{"Message":"Encountered an error (ServiceUnavailable) from host runtime."},{"Code":"BadRequest"},{"ErrorEntity":{"Code":"BadRequest","Message":"Encountered an error (ServiceUnavailable) from host runtime."}}],"Innererror":null}
        at D:\Projects\pulumi-resources\node_modules\@pulumi\appservice\zMixins.ts:856:19
        at Generator.next (<anonymous>)
        at fulfilled (D:\Projects\pulumi-resources\node_modules\@pulumi\azure\appservice\zMixins.js:18:58)
        at processTicksAndRejections (internal/process/task_queues.js:97:5)
    Error: Failed to retrieve the host keys: {"Code":"BadRequest","Message":"Encountered an error (ServiceUnavailable) from host runtime.","Target":null,"Details":[{"Message":"Encountered an error (ServiceUnavailable) from host runtime."},{"Code":"BadRequest"},{"ErrorEntity":{"Code":"BadRequest","Message":"Encountered an error (ServiceUnavailable) from host runtime."}}],"Innererror":null}
        at D:\Projects\pulumi-resources\node_modules\@pulumi\appservice\zMixins.ts:856:19
        at Generator.next (<anonymous>)
        at fulfilled (D:\Projects\pulumi-resources\node_modules\@pulumi\azure\appservice\zMixins.js:18:58)
        at processTicksAndRejections (internal/process/task_queues.js:97:5)
    Error: Failed to retrieve the host keys: {"Code":"BadRequest","Message":"Encountered an error (ServiceUnavailable) from host runtime.","Target":null,"Details":[{"Message":"Encountered an error (ServiceUnavailable) from host runtime."},{"Code":"BadRequest"},{"ErrorEntity":{"Code":"BadRequest","Message":"Encountered an error (ServiceUnavailable) from host runtime."}}],"Innererror":null}
        at D:\Projects\pulumi-resources\node_modules\@pulumi\appservice\zMixins.ts:856:19
        at Generator.next (<anonymous>)
        at fulfilled (D:\Projects\pulumi-resources\node_modules\@pulumi\azure\appservice\zMixins.js:18:58)
        at processTicksAndRejections (internal/process/task_queues.js:97:5)

    error: Running program 'D:\Projects\pulumi-resources' failed with an unhandled exception:
    Error: Failed to retrieve the host keys: {"Code":"BadRequest","Message":"Encountered an error (ServiceUnavailable) from host runtime.","Target":null,"Details":[{"Message":"Encountered an error (ServiceUnavailable) from host runtime."},{"Code":"BadRequest"},{"ErrorEntity":{"Code":"BadRequest","Message":"Encountered an error (ServiceUnavailable) from host runtime."}}],"Innererror":null}
        at D:\Projects\pulumi-resources\node_modules\@pulumi\appservice\zMixins.ts:856:19
        at Generator.next (<anonymous>)
        at fulfilled (D:\Projects\pulumi-resources\node_modules\@pulumi\azure\appservice\zMixins.js:18:58)
        at processTicksAndRejections (internal/process/task_queues.js:97:5)
t
Sounds like the Function App service having a bad time… (“ServiceUnavailable”) Maybe it resolves itself after some time?
b
@tall-librarian-49374 Cool! Thanks for replying! It's just happening in Southeast Asia region, I'll keep an eye on it!