- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在创建连接到的 Azure 函数来执行 PnP 命令。我已经创建了 docs 中提到的证书。我总是收到Cannot findcertificate with this指纹在证书存储中。Exception :Type
最佳答案
关于该问题,请引用以下步骤
New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer
创建 Azure AD 应用程序
配置权限
Office 365 SharePoint Online(应用程序权限)
Sites.FullControl.All
TermStore.ReadWrite.All
用户.ReadWriteAll
创建函数
将 pfx 文件上传到 Azure 函数
az webapp config ssl upload --certificate-file "e:\cert\pnp.pfx" --name "<function app name>" --resource-group "" --certificate-password "" --query thumbprint --output tsv
az functionapp config appsettings set --name <app-name> --resource-group <resource-group-name> --settings WEBSITE_LOAD_CERTIFICATES=<comma-separated-certificate-thumbprints>
8个功能代码
Connect-PnPOnline -Tenant <>.onmicrosoft.com -ClientId <the appid of the ad application> -Thumbprint <comma-separated-certificate-thumbprints> -Url https://<>.sharepoint.com
关于Azure函数: Cannot find certificate with this thumbprint in the certificate,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66386136/
我正在开发一个基于 Web API 的 Web 服务,托管在 Azure 上。我正在使用 Azure 1.8 SDK。当我尝试部署云服务时,上传需要很长时间,然后我收到一条错误消息,其中显示: 12:
我正在创建连接到的 Azure 函数来执行 PnP 命令。我已经创建了 docs 中提到的证书。我总是收到Cannot findcertificate with this指纹在证书存储中。Except
我正在尝试使用 SmtpClient.Send 以编程方式发送电子邮件。我目前在尝试发送电子邮件时收到 AuthenticationException。这是因为证书验证程序失败。 我知道证书是正确的,
我有一个使用 sql express 2016 的 mvc 应用程序。 我已经按照所有必要的步骤来配置 始终加密 到我在表中的一列。并将证书安装到我的机器上以进行测试。在我的本地环境中一切正常。 现在
我在 Azure 上的一个 Web 应用程序遇到以下问题。它工作正常,突然我收到以下错误,即使没有对网络应用程序进行任何更改: "Certificate with thumbprint 'XXXX'
我正在尝试更改 Azure VM 的管理员密码。我无法远程登录虚拟机。我尝试过的: 位于虚拟机 Azure 门户中的密码重置工具 通过 Azure Cloud Shell 中的 Powershell
我正在尝试更改 Azure VM 的管理员密码。我无法远程登录虚拟机。我尝试过的: 位于虚拟机 Azure 门户中的密码重置工具 通过 Azure Cloud Shell 中的 Powershell
我有一个证书,其中签名算法显示“sha256rsa”,但指纹算法显示“sha1”。我的证书 SHA1/SHA2 的标识是什么? 谢谢! 最佳答案 TL;TR:签名和指纹是完全不同的东西。对于证书的强度
我正在阅读电子书“使用 Microsoft Azure 构建云应用程序”,当我运行 New-AzureWebsiteEnv.ps1 时,出现以下错误 Error: Cannot get Azure s
我是一名优秀的程序员,十分优秀!