Azure 异常 - Blob 存储

标签 azure azure-devops azure-eventhub

我在日志文件中收到以下错误消息。事件中心有 Azure 配置。

Error occurred in partition processor for partition NONE, com.azure.storage.blob.models.BlobStorageException: Status code 404, 
<?xml version="1.0" encoding="utf-8"?>
<Error>
   <Code>ContainerNotFound</Code>
   <Message>The specified container does not exist.

对此有什么想法吗?

最佳答案

请检查存储帐户的现有配置。检查容器是否创建。如果没有创建容器并重新执行。无法自动创建容器。

关于Azure 异常 - Blob 存储,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72447292/

相关文章:

azure - 如何使用 terraform 创建不在保留 IP 地址范围内的多个 IP 地址?

Git 发布具有大量 NuGet 依赖项的 Azure 网站

c# - 使用 azure appsettings 读取 azure webjob 中 EventHubTrigger 的连接字符串

pyspark - 无法为 Azure Databricks 实例化 EventHubSourceProvider

azure - 针对 Azure 事件中心的 RBAC 身份验证

azure - 列出 Azure SQL 数据库资源的可用定价层级

function - 使用 MSI 的 Azure 函数 - 请求 token 时出错

azure-devops - Azure DevOps 对发布阶段进行排序

azure-devops - VSTS 不断生成新的个人访问 token

Azure 开发运营 : How to export the Work Items from an Azure DevOps Project using REST APIs?