How to spin up an Azure cloud sandbox

How to spin up an Azure sandbox

Steps:

  1. Click the Access button to connect to the provisioned server.

  2. Open the terminal by selecting the Terminal option and choosing New Terminal.

To create an Azure sandbox, run:

asectl init azure

  • A sandbox environment in Azure will be created, generating credentials stored in /root/azure-creds.txt.

Configure the Azure CLI:

  1. Run the following in the terminal:

az login --use-device-code

  1. Copy the device code displayed and visit Microsoft Device Login.

  2. Enter the code and sign in with the credentials from /root/azure-creds.txt.

  3. Select the default subscription when prompted.

Access the Azure Portal:

References:

Image of Azure Sandbox screenshotImage featuring the screenshot of how to spin up an azure sandbox

Understand more about sandboxes and how they can enhance your security practices in our guide on What are sandboxes.



    • Related Articles

    • How to spin up a GCP sandbox

      Before Steps: Click the Access button to connect to the provisioned server. Open the terminal by selecting the Terminal option and choosing New Terminal. To create a GCP sandbox, run: asectl init gcp Credentials will be stored in /root/gcp-creds.txt ...
    • How to spin up a AWS cloud sandbox

      Steps: Click the Access button to connect to the provisioned server. Open the terminal by selecting the Terminal option and choosing New Terminal. To create an AWS sandbox, run: asectl init aws A sandbox environment in AWS will be created, generating ...
    • What are sandboxes

      In AppSecEngineer, Sandboxes are the easiest and most secure way to learn Cloud security since you don't need to use your own cloud account or expose your Cloud infrastructure to the simulated attacks we'll be performing in our Labs all of our Cloud ...
    • Azure Security Roadmap

      When it comes to cloud-native applications, you’re dealing with a million moving parts. And there’s nothing worse than being unprepared for the million different ways your cloud can be breached. Preparation needs training. And training needs to be ...
    • Logging in to AppSecEngineer

      This guide walks you through signing into the AppSecEngineer Platform for employee training. From choosing the sign-in method to accessing the learning portal, these steps will streamline your onboarding experience. Open your browser and go to ...