我下面How to add a certificate to an Azure RM website with Powershell並嘗試添加證書具有以下Powershell的 New-AzureRmWebAppSSLBinding -ResourceGroupName MyResource -WebAppName mysite -Name www.contoso.com -Certificate
我試圖使用PowerShell刪除Azure存儲目錄中刪除Azure存儲目錄: - # the Context is already set correctly, not showing it here though
if($myshare -eq $null)
{
$myshare=New-AzureStorageShare -Name "share" -Context $co
嘗試使用證書通過AD身份驗證檢索KeyVault密鑰。而 VAR的結果=等待context.AcquireTokenAsync(資源,AssertionCert) 的InnerException包含 Documentation Reffered for Creating KeyVault & AD application using Certificate public static async