在哪里可以获得AzureWebJobsDashboard连接字符串信息? [英] Where do I get the AzureWebJobsDashboard connection string information?

查看:138
本文介绍了在哪里可以获得AzureWebJobsDashboard连接字符串信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试更新我的Service Bus应用程序以使用新的RTM,我需要此信息.

Trying to update my Service Bus apps to use the new RTM and I need this information.

<add name="AzureWebJobsDashboard" connectionString="DefaultEndpointsProtocol=https;AccountName=;AccountKey=" />
    <add name="AzureWebJobsStorage" connectionString="DefaultEndpointsProtocol=https;AccountName=;AccountKey=" />

以前,我只是使用与每个队列关联的连接字符串.我已经尝试过与帐户相关联的用户名和密钥的所有组合,但是没有运气.

Previously I just used the connection string associated with each queue. I have tried about every combination of username and key I have associated with my account with no luck.

推荐答案

AzureWebJobsDashboard连接字符串是Azure SDK用来存储WebJobs仪表板使用的日志的Azure存储帐户.

The AzureWebJobsDashboard connection string is your Azure Storage Account used by the Azure SDK to store logs used by the WebJobs dashboard.

AzureWebJobsStorage连接字符串是SDK用来执行诸如将文件上传到Blob存储或将消息添加到队列时触发之类的事情的Azure存储帐户.听起来,即使仅使用服务总线队列,您可能也不需要.如果您是这种情况,则可以使用与AzureWebJobsDashboard相同的连接字符串.通常,您将使用两个不同的存储帐户,以便一个用于仪表板日志记录,另一个用于应用程序功能(队列,表,blob).

The AzureWebJobsStorage connection string is your Azure Storage Account that is used to by the SDK to do things like trigger when a file is uploaded to blob storage or a message is added to a queue. It sounds like you may not need this though if you are only using Service Bus Queues. If this is the case for you, then you could use the same connection string that you use for the AzureWebJobsDashboard. Generally, you would use two different storage accounts so that one is used for dashboard logging and the other is used for application functionality (queues, tables, blobs).

通过在Azure管理门户(经典)中单击连接中的存储,可以使用连接字符串.左侧导航栏中,突出显示要使用的存储帐户,然后单击页面底部的管理访问密钥按钮.

The connection string is available in the Azure Management Portal (classic) by click on Storage in the left navigation, highlight the storage account you want to use, and then click the Manage Access Keys button at the bottom of the page.

这篇关于在哪里可以获得AzureWebJobsDashboard连接字符串信息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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