You are on page 1of 3

Setup OWASP Juice Shop in Azure Container Instances

1. Login to your Azure Subscription at https://portal.azure.com


2. Click on “Create a resource”
3. Now navigate to Containers > Container Instance

4. On create container instance - Fill the below details


Project Details:
Subscription – Free Trail
Resource group - <Given Unique name or select from drop down>

 Container Details:
 Container name: unique name for your container (not the name from the container
registry)
 Region/Location: Select the nearest location to you.
 Image Source: select based on your option. (in this case we selected docker image
or other registry)
 Image Type: Select Public for the container image type
 Image: bkimminich/juice-shop
 OS Type: Linux or Windows
 Size: Select as per your requirement
 Click: Networking details
 Networking Type: Public
 Port: 3000 (change to 3000)

Now Click: Review + create


Once the container is stared you will be able to navigate to the instance and find the IP
Address in the upper right corner of the Overview panel.

Copy this IP address and add :3000 on the end for the port in a browser you will now
get Juice Shop running.

You might also like