2020-06-08 02:44:19 +08:00
---
title: "Azure"
date: 2020-05-26T20:57:39+03:00
draft: false
pre: '< i class = "fab fa-microsoft" > < / i > '
weight: 6
2021-01-28 02:21:49 +08:00
tags: ["setup", "azure"]
2020-06-08 02:44:19 +08:00
---
## Deployment
2021-01-22 23:36:53 +08:00
Select the [Infection Monkey from the Azure Marketplace ](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/guardicore.infection_monkey ) and click **GET IT NOW** .
2020-06-08 02:44:19 +08:00
1. Under **Basics** :
2021-01-28 02:21:49 +08:00
1. Choose a name for the new Infection Monkey instance, such as InfectionMonkey.
1. Choose a username and password, or provide an SSH public key for authentication.
2021-01-27 02:13:40 +08:00
1. Choose a resource group and the location for the Infection Monkey instance.
2020-06-08 02:44:19 +08:00
1. Under **Size**
1. Choose a machine size with at least 1GB of RAM for optimal performance.
1. Under **Settings**
2021-01-28 02:21:49 +08:00
1. Choose the network for the new instance.
2020-06-08 02:44:19 +08:00
1. In the **Network Security Group** field, make sure ports 5000 and 5001 on the machine are accessible for inbound TCP traffic.
1. Under **Summary**
1. Review the details of the offer and click **Create** .
2021-01-28 02:21:49 +08:00
At this point, Azure will provision and deploy your new machine. When ready,
you can browse to the Infection Monkey running on your fresh deployment at:
2020-06-08 02:44:19 +08:00
`https://{public-ip-address}:5000`
2020-06-14 20:44:07 +08:00
## Upgrading
2021-01-28 01:54:35 +08:00
Currently, there's no "upgrade-in-place" option when a new version is released.
To get the updated version, you can deploy a new machine from the marketplace.
If you'd like to keep your existing configuration, you can export it to a file
using the *Export config* button and then import it to the new Monkey Island.
2020-06-14 20:44:07 +08:00
![Export configuration ](../../images/setup/export-configuration.png "Export configuration" )