使用 Azure 仪表板查看队列内容
Viewing Queue contents using the Azure Dashboard
如何使用 Azure 仪表板查看队列的内容(当前消息)?
"Azure dashboard",你指的是 Azure 门户“https://portal.azure.com”吗?
门户更多用于管理您的云资源,而不是实际内容。您将需要寻找其他第三方工具。
Storage Explorer 会是一个不错的选择:http://storageexplorer.com/
和 Azure 存储资源管理器 http://azurestorageexplorer.codeplex.com/
您有 (2) 个不错的选择 - VS IDE Cloud Explorer 或
微软有 Azure Storage Explorer now which is based on Electron. This project was formerly known as Deco。
CodePlex is shutting down December 2017 - Azure 存储资源管理器将不复存在!
看起来您可以在 Azure 仪表板中执行此操作:
How to view the contents (current messages) of a Queue from the Azure Dashboard
- 登录 Azure 门户
- 找到与队列关联的存储帐户。
- 导航至队列。
- 找到命名队列并单击它。
- 在概览中,您将看到大量行,其中包括 "insertion times" 和 "expiration times" 列以及 "Message Text"。
- 单击行查看其内容:Here is an example of what this looks like
如何使用 Azure 仪表板查看队列的内容(当前消息)?
"Azure dashboard",你指的是 Azure 门户“https://portal.azure.com”吗?
门户更多用于管理您的云资源,而不是实际内容。您将需要寻找其他第三方工具。
Storage Explorer 会是一个不错的选择:http://storageexplorer.com/ 和 Azure 存储资源管理器 http://azurestorageexplorer.codeplex.com/
您有 (2) 个不错的选择 - VS IDE Cloud Explorer 或 微软有 Azure Storage Explorer now which is based on Electron. This project was formerly known as Deco。
CodePlex is shutting down December 2017 - Azure 存储资源管理器将不复存在!
看起来您可以在 Azure 仪表板中执行此操作:
How to view the contents (current messages) of a Queue from the Azure Dashboard
- 登录 Azure 门户
- 找到与队列关联的存储帐户。
- 导航至队列。
- 找到命名队列并单击它。
- 在概览中,您将看到大量行,其中包括 "insertion times" 和 "expiration times" 列以及 "Message Text"。
- 单击行查看其内容:Here is an example of what this looks like