Baadshah shah
Baadshah shah

Reputation: 77

How to upload Certificate in Service Fabric Cluster

I have a certificate in my local machine so when i am Deploying my project locally it is working fine but when I am deploying it on Azure Cluster it is showing error Because the node in azure cluster dont have those certificates.

How to overcome this problem.

Upvotes: 0

Views: 482

Answers (1)

LoekD
LoekD

Reputation: 11470

You can add them Azure Key Vault, and reference them from your ARM template. More info here.

Upvotes: 1

Related Questions