問題タブ [azure-powershell]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
685 参照

azure - PowerShell から Azure コマンドレットを呼び出す ServiceManagement API 例外

Azure Powershell を使用して VM を作成しようとしています。だから私はポータルから Azure pulish 設定ファイルをインポートしました。「Get-AzureLocation」や「Get-AzureVM」などのコマンドを実行すると、例外が発生します。ヘルプや提案が必要です。

PS C:\Users\YVM> Get-AzureVM

Get-AzureVM: "ServiceManagement API の呼び出し中に例外が発生しました。HTTP ステータス コード: 407。サービス エラー コード: .メッセージ: .操作追跡 ID: ." 行:1 文字:1 + Get-AzureVM + ~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Get-AzureVM], ServiceManagementClientException + FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.ServiceManagement.IaaS .GetAzureVM コマンド

0 投票する
1 に答える
11939 参照

powershell - Windows Azure Powershell で .ps1 ファイルを実行する方法

Windows Azure Powershell で .ps1 ファイルを実行するには? Windows azure powershell は、バッチ ファイルに異なる拡張子を使用しますか? .bat および .ps1 拡張子を試してみましたが、うまくいきませんでした。ファイルのパスとその正しいパスを確認したことに注意してください。

0 投票する
0 に答える
284 参照

azure - Start-AzureSqlDatabaseImport の実行中にエラーが発生しました

Start-AzureSqlDatabaseImport の実行中に次のエラーが発生します。SQL サーバーのファイアウォール規則が適切に構成されています。コンテナーはパブリック アクセスを使用しています。

次の行でエラーがスローされます: Start-AzureSqlDatabaseImport -SqlConnectionContext $SqlCtx -StorageContainer $Container -DatabaseName $DbName -BlobName $BlobName -ErrorAction Stop

Start-AzureSqlDatabaseImport : https://management.core.windows.net/ subscriptionid /services/sqlservers/servers/ sqlservernameへの HTTP 要求の作成中にエラーが発生しました/DacOperations/インポート. これは、HTTPS の場合、サーバー証明書が HTTP.SYS で適切に構成されていないことが原因である可能性があります。これは、クライアントとサーバー間のセキュリティ バインディングの不一致が原因である可能性もあります。C:\Azure\PowerShellScripts\ImportDB.ps1:13 文字:1 + Start-AzureSqlDatabaseImport -SqlConnectionContext $SqlCtx -StorageContainer $Co ... + ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Start-AzureSqlDatabaseImport], CommunicationException + FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.SqlDatabase.Database.Cmdlet.StartAzureSqlDatabaseImport

0 投票する
4 に答える
2322 参照

azure - Import-AzurePublishSettingsFile がランタイム例外をスローする

AzurePublishSettingsFile をインポートすると、次の例外が発生します。

PS C:\Users\xxx> Import-AzurePublishSettingsFile "C:\xyz\azure.publishsettings" Import-AzurePublishSettingsFile : 'System.Exception' 型の例外がスローされました。行:1 文字:1 + Import-AzurePublishSettingsFile "C:\xyz\azure.publishsettings" + ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [インポート-AzurePublishSettingsFile]、例外 + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Subscription.ImportAzurePublishSettingsCommand

これを解決する方法を教えてください。

0 投票する
1 に答える
503 参照

azure - Azure Powershell Scripts are not working after hosting in IIS

Azure powershell script files(PS1) are not working after hosting in IIS. We invoke PS1 files from C#(using Runspace and pipeline). The PS1 files are working fine if I debug through powershell ISE.But following logs found after hosting in IIS.

yet to invoke pipe line

Invoked pipe line

result count is : 0

An internal error occurred.

An error occurred while sending the request.

However,when the APIs are debugged,the pipeline does not throw any error. Is there any environment issue such as publishsettings file? How to resolve this kind of exceptions?

0 投票する
1 に答える
429 参照

powershell - Azure CmdLets を使用して Azure サービス プロジェクト パッケージを作成できない

VS 2013 RTM にクラウド サービス プロジェクトがあります。

Save-AzureServiceProjectPackage -Localコマンドを使用して、CSPKG パッケージを生成します。次のエラーが発生します。理由がわからない。誰でも助けてくれますか。

ここに画像の説明を入力

ここに私のクラウド CSCFG ファイルがあります -

そして、これが私のサービス定義CSDEFファイルです-

どんな助けにも感謝します。