az cognitiveservices account create \
-n MyOpenAIResource \
-g OAIResourceGroup \
-l eastus \
--kind OpenAI \
--sku s0 \
--subscription subscriptionID
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Where can I have access to the Sandbox to practice for an exercise please?
This question is related to the following Learning Module
az cognitiveservices account create \
-n MyOpenAIResource \
-g OAIResourceGroup \
-l eastus \
--kind OpenAI \
--sku s0 \
--subscription subscriptionID
Hi Mideline Felizor,
Thank you for reaching out to us on the Microsoft Q&A forum.
Steps to access the Sandbox:
1.Visit the Microsoft Learn website and sign in with your Microsoft account or create a new one.
2.Click on the "Activate Sandbox" button.
3.The Sandbox environment will be set up for you, which might take a few minutes.
4.After the Sandbox is activated, follow the step-by-step instructions provided in the module and can create a static HTML web app by using Azure Cloud Shell.
we are providing screenshots here for your reference:
Note that the Azure Sandbox has a time limit (typically around 60 minutes). If you need more time, you can reactivate the Sandbox but be sure to save your work regularly.
I hope this information will be helpful to you. Please don't hesitate to reach out to us if you need further assistance.
If you have found the answer provided to be helpful, please click on the "Accept Answer and Upvote" button so that it is useful for other members in the Microsoft Q&A community.