Skip to main content
11-Garnet
September 10, 2025
Solved

How to get credentials from Azure Key Vault via ThingWorx

  • September 10, 2025
  • 3 replies
  • 495 views

Hello,

 

help required to  retrieve credentials from Azure Vault to thingworx, this will later be used to in Thingworx configurations.

 

 

 

please help.

 

 

 

Regards,

Janakiraman

Best answer by Constantine

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

3 replies

16-Pearl
September 10, 2025

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 

18-Opal
September 15, 2025

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

Community Manager
September 17, 2025

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.