My Create a bot template is not completeing

Mike Allen 1 Reputation point
2025-02-17T00:23:58.12+00:00

I'm trying to deploy a bot using the 'Create a bot' from Language Studio. I've followed all the instructions and it is just hanging. I've just upgraded to developer support is this it?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,308 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
458 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 18,046 Reputation points
    2025-02-18T16:54:44.13+00:00

    Hello Mike Allen,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are creating a bot using template but never complete the process.

    This looks like common and generic error, since there is not specific error message. I will advise you to check the followings to resolve it:

    1. You need to check your subscription has the necessary permissions to create and update resources. Verify that the permissions are correctly configured for the resource group, language service, and app service plan.
    2. Double-check the configurations for your resource groups, language service instances, and app service plans. Ensure they are set up correctly in the regions you are using.
    3. Access the deployment logs in the Azure portal if you can, look for any error messages or warnings that might provide insight into what is causing the deployment to hang. This step is crucial for identifying specific issues.
    4. Use tools like nslookup and curl to test network connectivity between your bot and the Azure services. This can help identify any network issues that might be causing the deployment to hang.
    5. Test your bot locally using the Bot Framework Emulator before deploying to Azure. This can help identify any issues in your bot's code that might be causing the deployment to fail.
    6. Verify if there are any ongoing service outages or issues with Azure services in your region that might be affecting the deployment.
    7. Ensure that you are using the latest versions of the Azure SDKs and tools. Sometimes, updating to the latest versions can resolve compatibility issues.

    I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.

    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.