Does VS 2015 Azure Publish wizard not deal with ARM created resources?

心已入冬 提交于 2019-12-07 08:10:24

问题


I can see ARM Cloud Services from the Publish wizard but do not see ARM storage when using an admin account. I am able to Publish to ARM Cloud service with admin account but must specify ASM storage account.

When using an account with RBAC access limited to a resource group that contains the above cloud service, the publish wizard says cloud services are not available in this subscription. VS Cloud Explore shows the correct RBAC limited resources except of the Cloud Service. I can log in to the crappy new portal with the RBAC limited account and I see the expected cloud service and supporting resources.

Anybody having success Publishing with RBAC limited accounts from within Visual Studio 2015?


回答1:


The Cloud Service Publish Wizard in Visual Studio currently only speaks to the Azure Service Management APIs. So anything that requires going through the Azure Resource Manager APIs (V2 Storage, RBAC'd accounts/subscriptions) won't show up in the publish wizard.



来源:https://stackoverflow.com/questions/32485594/does-vs-2015-azure-publish-wizard-not-deal-with-arm-created-resources

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!