问题标签 [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 cmdlet 的 ServiceManagement API 异常

我正在尝试使用 Azure Powershell 创建 VM。所以我从门户导入了 Azure 推送设置文件。当我运行“Get-AzureLocation”或“Get-AzureVM”等任何命令时,我遇到了异常。需要任何帮助或建议。

PS C:\Users\YVM> 获取 AzureVM

Get-AzureVM:“调用 ServiceManagement API 时发生异常。HTTP 状态代码:407。服务错误代码:。消息:。操作跟踪 ID:。” 在 line:1 char:1 + Get-AzureVM + ~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Get-AzureVM], ServiceManagementClientException + FullyQualifiedErrorId : Microsoft.WindowsAzure.Management.ServiceManagement.IaaS .GetAzureVMCommand

0 投票
3 回答
3275 浏览

azure - 如何启动 Azure VM(Deallocated) 使用 REST API

我在这里发现了一个非常奇怪的问题:在 Azure powershell 中,我们可以对 VM state=stop 或 stop(Deallocated) 使用 Start-AzureVM -ServiceName "mypc" -Name "mypc"。但是对于 Azure Mangement API 我们只能将启动角色用于 VM state=stop

VM state=stop(deallocated) 无法使用该 API。如何使用 REST API 以 State=Stop(deallocated) 启动 VM?谢谢。

0 投票
1 回答
11939 浏览

powershell - 如何在 Windows Azure Powershell 中执行 .ps1 文件

如何在 Windows Azure Powershell 中执行 .ps1 文件?windows azure powershell 是否对批处理文件使用不同的扩展名?我试过 .bat 和 .ps1 扩展名,但没有运气。请注意,我已经检查了文件的路径及其正确性。

0 投票
0 回答
171 浏览

php - Azure PHP 启用诊断

我在理解和启用 Windows Azure 中的诊断模块以获取性能数据以及该模块提供的所有功能时遇到了很多困难。当我在互联网上的各种帖子中多次迷路时,我想发布一个清晰的指南来表达我的做法。

第 1 步:根据此处的说明安装 Windows Azure PowerShell 工具

第 2 步:以管理员身份运行 Windows Azure PowerShell。

第 3 步:获取当前的 Azure 发布设置

第 4 步:将文件保存在 know 文件夹中并删除名称中的所有空格。(例如 .publishsettings )

第五步:导入上面下载的发布设置文件。

第 6 步:创建 Windows Azure 项目。(这将创建一个包含许多配置文件的文件夹)

第 6 步:添加 Windows Azure 角色

第六步:进入项目文件夹,编辑ServiceDefinition.csdef,导入诊断模块。

第 7 步:编辑 ServiceConfiguration.Cloud.cscfg、ServiceConfiguration.Cloud.cscfg 和 ServiceConfiguration.cscfg(复制 ServiceConfiguration.Cloud.cscfg 并在此文件中重命名,如果不存在)和三个文件的存储连接字符串.

第 6 步:将 diagnostics.wadcfg 文件添加到 azure 项目文件夹中的文件夹。它可以如下开始,但需要更改为您的确切规格以收集诊断信息。

第 6 步:现在添加了配置更改,需要将新设置发布到 Windows Azure 云。

或者

此过程将需要一些时间,并且您已启用 Windows Azure 服务的诊断功能。

重要说明:这是基本诊断设置的简要指南,更多自定义可以参考各种 Microsoft Silver lining 博客文章,例如

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 char: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”类型的异常。在 line:1 char:1 + Import-AzurePublishSettingsFile "C:\xyz\azure.publishsettings" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Import-AzurePublishSettingsFile], 异常 + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Subscription.ImportAzurePublishSettingsCommand

请让我知道如何解决这个问题。

0 投票
2 回答
423 浏览

azure - Azure 管理证书不起作用

我们使用“makecert”和使用 IIS7 创建 azure 管理证书 ..并将其上传到 azure 站点。但注意到似乎正在工作。这背后还有其他原因吗?

API 引发 403 错误。Powershell cmdlet 引发身份验证失败错误。

0 投票
1 回答
503 浏览

azure - Azure Powershell 脚本在 IIS 中托管后不起作用

Azure powershell 脚本文件 (PS1) 在 IIS 中托管后无法正常工作。我们从 C# 调用 PS1 文件(使用运行空间和管道)。如果我通过 powershell ISE 进行调试,PS1 文件工作正常。但是在 IIS 中托管后发现以下日志。

尚未调用管道

调用管道

结果计数为:0

发生了内部错误。

发送请求时出错。

但是,在调试 API 时,管道不会抛出任何错误。是否存在发布设置文件等环境问题?如何解决此类异常?

0 投票
0 回答
274 浏览

azure - Import-AzurePublishSettingsFile 抛出 CryptographicException

Import-AzurePublishSettingsFile 引发 CryptographicException。

我们上传了管理证书,所有 Azure API 都返回结果,但 Import-AzurePublishSettingsFile 抛出以下异常:

importSystem.Security.Cryptography.CryptographicException:发生内部错误。在 System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 小时)

在 System.Security.Cryptography.X509Certificates.X509Utils._LoadCertFromBlob(Byte[] awData, IntPtr 密码, UInt32 dwFlags, Boolean persistKeySet, SafeCertContextHandle & pCertCtx)

在 System.Security.Cryptography.X509Certificates.X509Certificate.LoadCertificateFromBlob(字节 [] rawData,对象密码,X509KeyStorageFlags keyStorageFlags)

在 System.Security.Cryptography.X509Certificates.X509Certificate2..ctor(字节 [] rawData,字符串密码)

在 Microsoft.WindowsAzure.Commands.Utilities.Common.PublishSettingsImporter.PublishSubscriptionToAzureSubscription(PublishDataPublishProfile profile, PublishDataPublishProfileSubscription s) 在 e:\projects\azure-sdk-tools\WindowsAzurePowershell\src\Commands.Utilities\Common\PublishSettingsImporter.cs:line 56

在 System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()

在 System.Collections.Generic.List 1..ctor(IEnumerable1 集合)

在 System.Linq.Enumerable.ToList[TSource](IEnumerable`1 源)

在 Microsoft.WindowsAzure.Commands.Utilities.Common.WindowsAzureProfile.ImportPublishSettings(String fileName) 在 e:\projects\azure-sdk-tools\WindowsAzurePowershell\src\Commands.Utilities\Common\WindowsAzureProfile.cs:line 293

0 投票
1 回答
429 浏览

powershell - Cannot create Azure Service Project Package using Azure CmdLets

I have a cloud service project in VS 2013 RTM.

I use Save-AzureServiceProjectPackage -Local command to generate CSPKG package. I am getting following error. Not sure why. Can anybody help.

enter image description here

Here is my Cloud CSCFG File -

And here is my Service Definition CSDEF file -

Appreciate any help.