简体   繁体   English

Azure Powershell模块-Linux(.NET Core)支持

[英]Azure Powershell Module - Linux (.NET Core) Support

There exists an AzureRM module that is built on .NET Core. 存在一个基于.NET Core的AzureRM模块。 However, the AzureRM module doesn't have all of the required functionality to interact with Azure. 但是,AzureRM模块不具有与Azure进行交互的所有必需功能。 Many of the other cmdlets, such as New-AzureAffinityGroup , are present in the Azure module. Azure模块中还存在许多其他cmdlet,例如New-AzureAffinityGroup Here are a list of other cmdlets: https://www.powershellgallery.com/packages/Azure/4.2.1 以下是其他cmdlet的列表: https : //www.powershellgallery.com/packages/Azure/4.2.1

When can we expect support for this module and the remaining Azure cmdlets to be added? 我们什么时候可以期望对此模块和其余Azure cmdlet的支持被添加?

  1. Microsoft doesn't give any eta on when "classic" things are going to get fully ported into ARM. 当“经典”的东西要完全移植到ARM中时,Microsoft不会给出任何依据。 But almost everything was already ported, so I would expect "classic" to be fully ported to ARM in a year or so. 但是几乎所有内容都已经移植了,因此我希望“经典”可以在一年左右的时间内完全移植到ARM。
  2. AzureRM.Netcore is way behind AzureRM, and Microsoft doesn't give any eta when they will be on par, but Powershell 6 is being built on top of .Net Core, so I would expect AzureRM.Netcore match AzureRM at some point in time, but not really soon, obviously. AzureRM.Netcore远远落后于AzureRM,Microsoft不会给出任何等值的eta,但是Powershell 6是基于.Net Core构建的,因此我希望AzureRM.Netcore会在某个时间点与AzureRM相匹配,但显然不会很快。

Meanwhile, you can work around with rest calls. 同时,您可以处理休息电话。 That's a bit of a different talk, but easiest way to do this is perform the command you know works and add a "-Debug" to it ( New-AzureAffinityGroup -bla blabla ... -Debug ). 讨论有点不同,但是最简单的方法是执行您知道的命令并向其中添加“ -Debug”( New-AzureAffinityGroup -bla blabla ... -Debug )。 It will print out (well, not sure about old cmdlets, but AzureRM cmdlets do that) the rest call it performed. 它将打印出来(嗯,不确定旧的cmdlet,但是AzureRM cmdlet可以这样做),其余部分将执行。 Another way - take a look at Azure API reference . 另一种方法-看一下Azure API参考

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure Web 应用程序中的库错误(Linux 上的 Net Core) - Errors with Library in Azure Web App (Net Core on Linux) 将 .net core 3.1 Web 应用部署到 Azure Linux 应用服务 - Deploying .net core 3.1 web app to Azure Linux App Service 在 Linux 的 Azure 应用服务中运行 .NET 核心 API 时的性能问题 - Performance issues in running .NET Core APIs in Azure App Services for Linux Azure 管道,托管 Ubuntu 代理和 Azure CLI 任务与 Z3D265814E1EEEF0DCCZ7 正确使用模块和验证 - Azure Pipelines, Hosted Ubuntu Agent and Azure CLI Task with PowerShell Core: Use Az module and authenticate properly Azure Service Fabric:对Linux的支持 - Azure Service Fabric : Support for Linux .Net Core Interop Linux - .Net Core Interop Linux Linux 上用于 .NET Core 的 NuGet - NuGet for .NET Core on Linux 通过 Azure Devops 将 .Net Core 3.1 Web 应用程序部署到 Azure Linux Web 服务时出错 - Error Deploying .Net Core 3.1 Web App to Azure Linux Web Service through Azure Devops Azure Linux 带有 .Net Core Stack 的应用服务。 无法使用 NodeJS - Azure Linux App Service with .Net Core Stack. Unable to use NodeJS 我可以在Linux平台上构建.net-core应用程序,然后再部署到Azure Web应用程序吗 - Can I build my .net-core application on a linux platform, then deploy to an azure web app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM