Azure的资源管理器microsoft.classicstorage / storageAccounts没有注册的资源提供者 [英] Azure Resource Manager microsoft.classicstorage/storageAccounts no registered resource provider

查看:346
本文介绍了Azure的资源管理器microsoft.classicstorage / storageAccounts没有注册的资源提供者的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我当Azure的资源管理器(ARM)正在部署我在Azure上的模板得到一个错误。在资源组事件窗格中我得到的存储帐户创建的一个错误:

I am getting an error when Azure Resource Manager (ARM) is deploying my template on Azure. In the Resource Group events pane I get an error for the storage account creation of:

statusMessage:{错误:{code:NoRegisteredProviderFound,消息:没有注册资源提供者发现的位置澳大利亚东南和API版本2014年11月1日' }}

statusMessage:{"error":{"code":"NoRegisteredProviderFound","message":"No registered resource provider found for location 'Australia Southeast' and API version '2014-11-01'."}}

我使用Azure的xPlat CLI,可以用命令确认蔚蓝的位置列表的storageAccounts资源在澳大利亚东南部可用。在模板中的资源是:

I am using the Azure xPlat CLI and can confirm with the command azure location list that the storageAccounts resource is available in Australia Southeast. The resource in the template is:

{
        "apiVersion": "2014-11-01",
        "name": "[variables('storageName')]",
        "type": "microsoft.classicstorage/storageAccounts",
        "location": "[variables('location')]"
}

我在试图与从列表中apiVersion不同的值服务管理版本

有谁知道这是否是API的版本?或位置是这样的问题?如果不是,有什么办法调试此进一步比对门户网站?

Does anyone know if it is the api version? Or the Location that is the issue? And if either, is there any way to debug this further than the error message on the portal?

推荐答案

通过Azure的资源管理器创建存储帐户还不可用。经验法则是检查 GET-AzureResourceGroupGalleryTemplate 的输出 - 如果有一个服务没有模板,那么它是不是适用于尚未ARM

Creating storage accounts via Azure Resource Manager is not available yet. A rule of thumb is to check the output of Get-AzureResourceGroupGalleryTemplate - if there's no template for a service, then it is not available to ARM yet.

<一个href=\"https://social.msdn.microsoft.com/Forums/office/en-US/f40b24dc-8c82-411e-871a-be3710743ec1/unable-to-create-azure-virtual-machine-using-resource-group-template?forum=WAVirtualMachinesforWindows\"相对=nofollow>更多讨论这个话题在MSDN论坛。

修改
此功能是刚刚宣布:的http://azure.microsoft.com/blog/2015/04/29/build-2015-azure-storage-announcements/

这篇关于Azure的资源管理器microsoft.classicstorage / storageAccounts没有注册的资源提供者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆