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:






    • Related Articles

    • How to spin up a GCP 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 a GCP sandbox, run: asectl init gcp Credentials will be stored in /root/gcp-creds.txt and ...
    • 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 ...
    • Quick start guide for Enterprise

      Set up Enterprise Account Import users manually SSO integration Create team and assign courses Available reports
    • Moodle Integration

      Step 1: Log in to Moodle Sign in to your Moodle account. Click on Site Administration in the top menu bar. Navigate to the Plugin section. Scroll down to find and select Manage Tools. This is where you can add external tools and plugins. Step 2: ...