How to fix this error: We are unable to connect to the temporary workspace. Please try again in a few minutes. If the error persists, file a support ticket.

Kaleb Cole 5 Reputation points
2024-06-02T18:34:55.74+00:00

Hello,

I am doing the MS learn module for Cosmos DB https://video2.skills-academy.com/en-us/training/modules/implement-vcore-based-azure-cosmos-db-mongodb/?WT.mc_id=cloudskillschallenge_60d54986-b94f-45e3-9653-2917c91648e7

I am doing the lab
https://github.com/MicrosoftLearning/mslearn-cosmosdb-mongodb-vcore/blob/master/Instructions/01-create-account.md

I am stuck on

  1. In the Azure Cosmos DB for MongoDB (vCore) window, select Quick start.

    [!NOTE] If you see the warning The Network settings for this account are preventing access from Data Explorer. Please allow access from Azure Portal to proceed., you will need to go back to the Networking tab and allow public access from Azure services and resources within Azure to this cluster.

  2. In the Quick start window, select Launch quick start. This option creates a sample database for you to test on. In a production environment, you would most likely not use the Launch quick start option, since you would be creating your own databases and collections.

When I try to run the quick start, I get this error:
User's image

I have tried these 3 solutions and didn't get any luck

Network Configuration Check:

  • Ensure that the firewall rules and network settings for your Azure Cosmos DB account allow public access from Azure services and resources within Azure.
  • Verify that the IP addresses you are connecting from are included in the allowed list of IP addresses in the firewall settings.
  • Double-check that the connectivity method is set to "Public access (allowed IP addresses)".

Resource Availability and Quota:

  • Check if there are any resource quotas or limitations reached in your Azure subscription that might prevent the creation of the temporary workspace.
    • Verify that you have not exceeded the number of resources or specific limits for Azure Cosmos DB in your subscription.
  1. Service Status and Support:
    • Check the Azure Service Health status to ensure there are no ongoing outages or issues with the Azure Cosmos DB service in your region.

I found this similar issue: https://video2.skills-academy.com/en-us/answers/questions/1660890/azure-vcode-based-cosmos-db-for-mongo-db-quick-sta

But the solution provided was:
User's image

An issue with this is that the Learn Module states:

Cluster tier Select Configure. Familiarize yourself with all the settings on the Scale window. Select Free tier and Save.
Cluster tier Select Configure. Familiarize yourself with all the settings on the Scale window. Select Free tier and Save.

But the Free Tier only allows the Souteast Asia region.User's image

Do I have to use a paid tier to continue so I can use the correct regions?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,520 questions
{count} vote

2 answers

Sort by: Most helpful
  1. ShaktiSingh-MSFT 14,281 Reputation points Microsoft Employee
    2024-06-03T04:06:54.4566667+00:00

    Hi Kaleb Cole •,

    Welcome to Microsoft Q&A forum.

    As I understand, you could not perform MS Learn Lab for creation of Azure Database Cosmos DB MongoDB Vcore.

    Please note that:

    • For a given subscription, only one free tier account is permissible.
    • Free tier is currently unavailable in the Southeast Asia region.

    Please try using Azure Portal and not by Shell in other regions as it is currently not supported as mentioned by Cosmos DB Expert.

    Thanks.

    0 comments No comments

  2. Sajeetharan 2,031 Reputation points Microsoft Employee
    2024-06-03T04:39:00.55+00:00

    As I mentioned in the other thread, Southeast Asia region does not support quick start as of now, we are trying to fix this, you can try two alternatives.

    • Try creating free tier in other regions as mentioned in the answer you attached.
    • Move to a paid tier.
    0 comments No comments