Create Azure Sandbox

David Cheng 21 Reputation points
2020-11-06T00:56:35.32+00:00

Hi,

I am looking for tutorials or instructional guidance or templates to build sandbox like the ones used in Microsoft self-pace learnings?

Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
260 questions
0 comments No comments
{count} votes

Accepted answer
  1. Samara Soucy - MSFT 5,051 Reputation points
    2020-11-10T00:24:22.347+00:00

    Lab Services does do something somewhat similar, but only for a VM, not for an Azure environment. I'm not aware of any common templates for setting up a sandbox- how you set up your environment is going to be very specific to what services and permissions you want to give your users.

    Once you've decided what you want in your sandbox, ARM templates will be a good choice for automating the creation process or a combination of scripts and templates depending on how much customization you want to be able to give your users.. Most services include example templates in their documentation as well as what is in the template reference. Another common way to create a template is to set up a resource group with all the services you want in an environment and export the template from the portal, though not all options are available in the portal export.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,656 Reputation points
    2020-11-06T04:54:11.403+00:00

    Sandbox accounts are only available through Microsoft learn modules.

    I personally used Azure one month free trial account for learning.


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav