Hello,
help required to retrieve credentials from Azure Vault to thingworx, this will later be used to in Thingworx configurations.
please help.
Regards,
Janakiraman
Hi @Janaki.Raman take a look at From "Help Center" - "Step 7. Set Up Encryption for Azure IoT Hub Credentials": https://support.ptc.com/help/thingworx_scm_azure/r3.0/en/index.html#page/thingworx_scm_azure/azure_connector/c_azure_connector_set_up_encryption_for_azure_hub_credentials.html
Hello,
I wouldn't do this from ThingWorx if I were you. Cloud compute workloads rarely access secrets directly, and instead they expect to be configured from the outside. So I would instead create an Azure Function, which would access those secrets and inject them into your running ThingWorx instance via REST. You can then trigger that function manually or from your CI/CD pipeline.
/ Constantine
Hello @Janaki.Raman,
It looks like you have some responses from some community experts. If any of these replies helped you solve your question please mark the appropriate reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.