Tried running the -testAutomationFeatureEnabled update orchestrator script but it is stating -testAutomationFeatureEnabled is not a recognized cmdlet. How to enable Test Automation on a PAAS installation after having an Orchestrator instance while using an Azure DB for Test Manager?
- Configure the following settings for the App Service before running the Publish-Orchestrator.ps1 script using the -testAutomationFeatureEnabled parameter:
- AppSettings: Key=TestAutomation.ModuleEnabled - Set to True to enable the Test Automation module
- AppSettings: Key=TestAutomation.FeatureEnabledByDefault - Set to True to enable the Test Automation module by default. By default, this feature is disabled unless explicitly enabled
- ConnectionString: Name=TestAutomation - Set the Test Automation database connection string. Either use a connection string similar to the one used for Orchestrator or a different one altogether. For example: Server=13.13.13.13;Initial Catalog=UiPath;Persist Security Info=False;User ID=dbUser;Password=pass123; MultipleActiveResultSets=False;Encrypt=True; Connection Timeout=30;TrustServerCertificate=True
- Run the Publish-Orchestrator.ps1 script with the same parameters as for an upgrade, and add the -testAutomationFeatureEnabled parameter
- Verify the Azure DB roles as per Microsoft documentation found at documentation Permissions of fixed server roles