Я установил Azure комплект для разработки стека и пытаюсь установить службу приложений.
Затем, когда мне нужно запустить сценарий PS1 Create-AADIdentityApp.ps1
, я заполняю следующие параметры
DirectoryTenantName
AdminArmEndpoint
TenantArmEndpoint
CertificateFilePath
Тогда я получаю следующую ошибку:
New-Object : Exception calling ".ctor" with "3" argument(s): "The system cannot find the file specified.
"
At C:\app-service-certificate-install\Create-AADIdentityApp.ps1:81 char:24
+ ... rtificate = New-Object System.Security.Cryptography.X509Certificates. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [New-Object], MethodInvocationException
+ FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
есть ли у кого-нибудь опыт?