Trying to install orchestrator on a azure web app from a blob containing a orchestrator binaries (setup).
I have followed the following steps below from azure cloud shell (PS) and was expecting access to a setup wizard to be able to configure orchestrator?
PS /home/david> az configure --defaults web=WebappXXX
PS /home/david> az webapp config appsettings set --resource-group RGXXX_XXXX --settings WEBSITE_RUN_FROM_PACKAGE=“https://storageXXX.blob.core.windows.net/blobXXX/UiPathPlatformInstaller1.exe”;
[
{
“name”: “WEBSITE_RUN_FROM_PACKAGE”,
“slotSetting”: false,
“value”: “https://storageXXX.blob.core.windows.net/blobXXX/UiPathPlatformInstaller1.exe”;
}
]