简体   繁体   English

Azure WebJobs是否可以使用非经典存储帐户

[英]Can Azure WebJobs work with the non-classic storage accounts

All of the WebJobs samples I've come across they always show a classic storage account used. 我遇到的所有WebJobs示例都始终显示使用的经典存储帐户。 Can WebJobs be used with new ARM based storage accounts? WebJobs可以与基于ARM的新存储帐户一起使用吗? If so, the connection strings are a lot longer with new accounts. 如果是这样,则新帐户的连接字符串要长得多。 Do you still copy the entire connection string and place it in the app.config? 您是否仍复制整个连接字符串并将其放置在app.config中?

Yes Azure web jobs can work with Resource Manager based storage accounts. 是的Azure Web作业可以与基于Resource Manager的存储帐户一起使用。 The connection string is similar to what it used to be for classic storage account. 连接字符串类似于传统存储帐户的连接字符串。

The major difference between classic and RM storage used to be that application diagnostics could be written to a storage table in classic storage account but not RM storage table. 传统存储和RM存储之间的主要区别是,应用程序诊断可以写入经典存储帐户中的存储表中,而不能写入RM存储表中。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM