Hello all
im trying to upgrade our Orch
seems very easy when i read Orchestrator - Updating Using the Azure Script
but now im getting many errors for example TestAutomation connection string was not provided.
which is not mentioned there and
**The term ‘-updateServerFeatureEnabled’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or **
if a path was included, verify that the path is correct and try again.
anyone has done this!
where is should be saved! or maybe azure dummy script!
i have -action Update
-stopApplicationBeforePublish -package ".\UiPath.Orchestrator.Web.zip"
-azureSubscriptionId “azureSubID” -azureAccountTenantId "TenantId"
-azureAccountApplicationId $AzureApplicationId -azureAccountPassword $AzurePassword
-resourceGroupName “uat-rg” -appServiceName "uipathorchestrator-uat"
-storageType “Azure” -storageLocation "DefaultEndpointsProtocol=https;AccountName=rpaoappstuat;AccountKey=accountKey=;EndpointSuffix=core.windows.net"
-testAutomationFeatureEnabled -insightsFeatureEnabled
-confirmBlockClassicExecutions -updateServerFeatureEnabled
-Verbose`