Service Fabric: Authenticating with Azure KeyVault via cert: “KeySet does not exist”
问题 This is the scenario I am trying to enable: I wish to authenticate to an azure keyvault from my web service application (azure service fabric) via a client certificate. These are the steps I'm following: Add a certificate to my keyvault in azure (self signed) Download certificate via azure powershell (pfx) Create Azure App Instance to identify my app Associate certificate with app Create service principal for the azure app Give principal access to keyvault All looks good. When I spin up my