Healthbot availability issue

Rob Capozziello 0 Reputation points
2025-05-03T13:19:14.0166667+00:00

Using Azure Healthbot and receiving the following message every other day since Tuesday 4/29:
"Sorry, looks like something went wrong. Let's try that again".
App works fine the following day, then the message appears the next day and prevents user entry. We've made no changes to this bot in months.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
933 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Wagner Silva 80 Reputation points Microsoft Employee
    2025-05-03T14:01:54.5366667+00:00

    The Azure Health Bot availability issue can be caused by several factors, ranging from resource limitations in free-tier plans to configuration or connectivity problems. Below are recommended steps to diagnose and resolve the issue:

    Troubleshooting Steps

    1. Check the Bot Plan and Instance Type
      If you’re using the free (F1) tier, be aware that it runs on shared, non-guaranteed compute, which can lead to degraded performance or downtime during high traffic or backend maintenance. Consider upgrading to a paid (S1) tier for more reliable performance.
    2. Test with the Bot Framework Emulator
      Before deploying the bot, use the Bot Framework Emulator to identify any local issues that might affect live deployment.
    3. Verify Endpoint Accessibility
      In the Azure portal, navigate to the bot resource. Copy the messaging endpoint and paste it into a browser. If it returns a 404 or 405, the bot is reachable. If the site can’t be reached, the bot may be down and might need to be redeployed.
    4. Restart the Bot’s Web App
      In the Azure portal, locate the web app associated with your bot and restart it. Then test the bot again to see if the issue is resolved.
    5. Use Diagnose and Solve Problems in Azure
      In the Azure portal, go to the web app hosting your bot, select “Diagnose and solve problems,” and explore the “Availability and performance” section to identify any service interruptions.
    6. Review Channel Configurations
      Ensure the bot is properly configured on the desired channels (e.g., Web Chat, Microsoft Teams). Misconfigured channels can result in availability problems.
    7. Check Diagnostic Logs
      Enable diagnostic logging on the web app hosting your bot and review the logs for errors or exceptions that might indicate the root cause of the issue.

    Additional Considerations

    • Recent Updates: Check if there were any recent updates to Azure Health Bot or Azure Bot Services that could be affecting availability.
    • Resource Limits: Be aware of the limitations of your current pricing tier. Free tiers can face usage restrictions that impact performance.
    • Microsoft Support: If the issue persists after trying the above, consider contacting Microsoft support for further assistance.

  2. Prashanth Veeragoni 4,515 Reputation points Microsoft External Staff Moderator
    2025-05-20T01:45:34.46+00:00

    Hi Rob Capozziello,

    I'm glad to hear that your issue has been resolved backend as it is an intermitted issue product team worked on it resolved it. And thanks for confirmation on it, which might be beneficial to other community members reading this thread as solution. Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", so I'll repost your response to an answer in case you'd like to accept the answer. This will help other users who may have a similar query find the solution more easily. If you have any further questions or concerns, please don't hesitate to ask. We're always here to help.

    Ask: Healthbot availability issue

    Solution: The problem has gone away however we still don't know root cause - Issue Resolved backend.

    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.

    Thank you!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.