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
- Host: GitHub
- URL: https://github.com/andreibarbuoz/uipath-demo-environment
- Owner: AndreiBarbuOz
- Created: 2019-10-20T03:04:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T18:03:15.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T10:34:14.674Z (4 months ago)
- Topics: azure, demo-environment, uipath
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UiPath Demo environment
[](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
```