作为部署过程的一部分,我添加了我的云工作者角色所需的证书。
Add-AzureCertificate -ServiceName "$service" -CertToDeploy "$certPath" -Password $CertPassword
当 $certPath 的值是本地路径时(“ D:\certificates\cert.pfx ”)能够添加证书并且一切正常。
当 $certPath 是共享路径(“ \shared.ad.abc.com\certificates\cert.pfx ”)时,出现以下异常,
“不支持给定路径的格式”
请帮我解决这个问题!
谢谢