Set Storage Account key using an Arm Template

孤者浪人 提交于 2019-12-24 06:13:33

问题


I want to be able to set the access keys of a azure storage account using an ARM Template. I have looked at the quick start templates which don't have any examples. This does not give me any examples: https://docs.microsoft.com/en-us/azure/templates/microsoft.storage/storageaccounts and googling reveals lots of examples of how to get the dynamically generated keys.


回答1:


I want to be able to set the access keys of a azure storage account using an ARM Template.

Simple answer is that you can't. Currently Azure Storage Service generates access keys for you automatically. You can't choose/specify a custom account key.



来源:https://stackoverflow.com/questions/45976480/set-storage-account-key-using-an-arm-template

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