「導入サービスでは見られない」で失敗...セットAzureServiceDiagnosticsExtensionは、私は次のコマンドを実行して、Azureのクラウドサービス用の診断設定を更新しようとしている
$storage = New-AzureStorageContext -StorageAccountName {storageName} -StorageAccountKey {storage key}
Set-AzureServiceDiagnosticsExtension -ServiceName MyCloudServiceName -StorageContext $storage -Role {my role name} -Slot Production -DiagnosticsConfigurationPath MyWorkerRoleContent\diagnosticsUAT.wadcfgx
次のエラーで失敗します。 ..
セットAzureServiceDiagnosticsExtension:MyCloudServiceNameとスロット:プロダクションデプロイメント サービスでは見られません。行:1文字:1 +セットAzureServiceDiagnosticsExtension -ServiceName MyCloudServiceName ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo:NotSpecified:(:) [設定-AzureServiceDiagnosticsExtension]、例外 + FullyQualifiedErrorId:のSystem.Exception、Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.SetAzureSe rviceDiagnosticsExtensionCommand
私は実際には、まったく同じコマンドで成功を収めたが、別の紺碧のサブスクリプションできた(と明らかに異なるクラウドサービス名とキー)。ステージングスロットを作成し、ステージングスロットでコマンドを使用しようとしました。私はスロット全体を省略してみましたが、すべて同じ結果でした。
は、誰もがこの問題に遭遇し、それを修正する方法上の任意の洞察力を持っていますか?
はい、私は知っている...私はそれを投稿...私は自分の質問に答える必要があります。 – Mick