FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
05-06-2022 03:58 PM
Solved! Go to Solution.
05-09-2022 02:53 PM
Hello YourHighness,
The short answer to your first question is: no, you should not be able to do so. A Dev-Ops server is not required for a private artifact repository with the ctrlX Device Portal.
The private artifact repository for your ctrlX Device Portal tenant is a piece of software what is designed for specific Azure services (DB etc.). You will get a step by step manual how to configure these services as well as how to deploy the software on it if you go to (see on the left bottom menu after login in your Device Portal tenant).
"Help" - "Find out how to configure your Private Artifact Repository to backup your devices and roll out your own software from Device Portal"
Cheers
J
06-13-2022 10:02 AM
06-14-2022 11:20 AM
Your Highness,
I assume that it is not possilbe but I already requested a reply from people with more technical expertise.
However, I expect that the the reply will take some time due to the holiday season in Germany.
Thanks for your understanding!
J
06-20-2022 05:15 PM
.... and here comes the reply from the technical experts:
He can install his own software only from his Private Artifact Repository which is hosted in his Azure subscription. For his use-case he would need to host his own private artifact repository and upload his software via the provided APIs. He can automate the process if he uses the provided APIs as intended and authentication is handled properly. Basically, this means that one simply has to implement the functionality which is provided in the Postman collection.
Private Artifact Repository = a proprietary container what is delivered as docker in order to hold all customer software and backups. It can be requested via the Device Portal.
Does this answer you question?