You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ARM template will deploy UiPath Orchestrator (WebApp - single/multi node with scale out and scale in settings, depending on the number of instances) with following resources:</br>
4. Change directory to `Setup` and run script `Set-DeploymentConfiguration.ps1` with either -Robot or -Orchestrator, depending on what you need:
28
+
4. Change directory to `Setup` and run script `Set-DeploymentConfiguration.ps1` with either -UiPathSolution Robot or -UiPathSolution Orchestrator, depending on what you need:
5. Upload the files from the `Upload` folder to Azure blob storage (or any other storage solution from where it can be downloaded using an URL). Paths are printed in the command line also.
@@ -76,13 +76,32 @@ az storage blob url --account-name azmktstorcloudautomation --container-name ion
76
76
|`UtilityArtifactsPaaS.CleanUpOrchestrationResources`|**Binary**: Copy the URL forked repository in the `raw` format for the `<orchestratorVersion>/CleanUpOrchestrationResources.ps1` file. See example below. |
77
77
|`UtilityArtifactsPaaS.DeployOrchestratorMainScript`|**Binary**: Copy the URL forked repository in the `raw` format for the `<orchestratorVersion>/Deploy-UiPathOrchestratorPaaS.ps1` file. See example below. |
78
78
79
-
Example for raw github files (text files):
79
+
Example (text files) for raw github files (you can `right-click` -> `copy link` on the `raw` button):
"description": "The sasToken required to access _artifactsLocation. When the template is deployed using the accompanying scripts, a sasToken will be automatically generated. Use the defaultValue if the staging location is not secured."
97
+
},
98
+
"defaultValue": ""
99
+
},
100
+
```
101
+
102
+
8. Finally, run:
85
103
```bash
104
+
# If running from powershell add ` before the @ symbol!
86
105
az deployment group create --name <deployment name> --resource-group <resource group name> --template-file <path to mainTemplate.json> --parameters @<parameters file>
87
106
```
88
-
8. You got yourself a new UiPath deployment, ENJOY!
107
+
9. You got yourself a new UiPath deployment, ENJOY!
0 commit comments