An open API service indexing awesome lists of open source software.

https://github.com/andreibarbuoz/uipath-demo-environment

UiPath demo VMs environment using DevTest labs
https://github.com/andreibarbuoz/uipath-demo-environment

azure demo-environment uipath

Last synced: 2 months ago
JSON representation

UiPath demo VMs environment using DevTest labs

Awesome Lists containing this project

README

        

# UiPath Demo environment

[![Build Status](https://dev.azure.com/andreibarbu0946/DSF/_apis/build/status/AndreiBarbuOz.uipath-demo-environment?branchName=master)](https://dev.azure.com/andreibarbu0946/DSF/_build/latest?definitionId=13&branchName=master)

Create the environment needed to run the UiPath demo VMs found here

## Installation and prerequisites

### Installation

```bash
az group deployment create --resource-group --template-file lab/azuredeploy.json --name --parameters lab/azuredeploy.parameters.json
```

After deployment, get the output values using:
```bash
az group deployment show --name --resource-group --query properties.outputs -o json
```

Use these values to fill in the parameters required in `vm/azuredeploy.parameters.json`

### Create VM

```bash
az group deployment create --resource-group --template-file lab/azuredeploy.json --name --parameters lab/azuredeploy.parameters.json
```

### Create ENV

```bash
az group deployment create --resource-group --template-file env/azuredeploy.json --name --parameters env/azuredeploy.parameters.json
```