How to setup Hands-on environment for test purposes

Vic D 21 Reputation points
2021-02-24T21:43:30.52+00:00

We would like to setup a hands-on test environment for testing job candidates in data engineering particularly datafactory n databricks etc.
One option is create a test login n allocate a test resource group but we don't have access to AAD it's maintained by other dept.
Other could be use lab.azure.

Any other options, any suggestions is welcome

Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
260 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,975 questions
Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
282 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,773 questions
0 comments No comments
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,427 Reputation points Microsoft Employee
    2021-02-25T21:05:40.113+00:00

    Hi @Vic D ,

    Welcome to Microsoft Q&A and thanks for your query.

    The other option I could think of is to utilize Monthly Azure credits for Visual Studio subscribers. If you’re a Visual Studio subscriber, you get Azure credits every month that you can use to explore and try Azure services. When you activate your credits, you’ll create a new Azure subscription, where you can start using them right away. No credit card is required.

    The amount of Azure credits that you receive depends on the type of Visual Studio subscription you have. When you reach the monthly cap for your credits, your Azure services will stop until your next monthly credits are added unless you choose to remove the spending cap by upgrading to pay-as-you-go pricing.

    Hope this info helps.

    ----------

    Thank you
    Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Vic D 21 Reputation points
    2021-02-25T22:59:27.973+00:00

    Thanks to know about Vis Studio option.

    Btw is there a link or a document to setup test environment in Azure Lab w access details etc

    0 comments No comments

  2. Vic D 21 Reputation points
    2021-02-25T23:00:58.4+00:00

    Thanks to know about Vis Studio option.

    Btw is there a link or a document to setup test environment in Azure Lab w access details etc

    0 comments No comments

  3. BhargaviAnnadevara-MSFT 5,461 Reputation points
    2021-02-26T09:55:26.163+00:00

    @Vic D There are two services on Azure that allow you to set up lab environments in the cloud:

    • Azure DevTest Labs - This service enables you to quickly set up an environment for your team (for example: development environment, or test environment in the cloud). A lab owner creates a lab, provisions Windows, or Linux virtual machines, installs the necessary software and tools, and makes them available to lab users. Lab users connect to virtual machines (VMs) in the lab, and use them for their day-to-day work, short-term projects.
    • Azure Lab Services - This service lets you create managed lab types. Currently, classroom labs is the only type of managed lab that's supported by Azure Lab Services. The service itself handles all the infrastructure management for a managed lab type, from spinning up VMs to handling errors, and scaling the infrastructure.

    From your description, I suppose Azure DevTest Labs would better suit your needs. With DevTest Labs, test environments can be easily created, updated, or duplicated. It allows teams to access a fully configured environment when it’s needed. For more information, see Use Azure DevTest Labs for VM and PaaS test environments.

    To get started with Azure DevTest Labs:

    Here are some additional resources that you can check out:

    Hope this helps. Do let us know if you have further questions.

    0 comments No comments