Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将我们所有的知识库从旧的迁移到新的。在我的第三个知识库中,我将定价层从 F0 升级到 S0,但我仍然收到以下错误:
我试着等了一夜,但这并没有帮助。然后我尝试回到 F0,然后又回到 S0:
发布我的第三个知识库时,我仍然遇到相同的运行时错误。
根据您提供的错误屏幕截图,它表示已超过 Azure 搜索索引最大限制,因此您需要更新 Azure 搜索定价层。
您正在更改管理定价层,该层负责知识库大小和文档数量以及拨打电话。
更新 Azure 搜索定价层,它将起作用。
谢谢,卡萨姆谢赫