小编R K*_*mar的帖子

耐用功能 Blob 触发器

我需要有关使用 blob 触发器编写持久函数的帮助,任何人都可以提供帮助。

我已经创建了一个 Blob 触发器函数,它将处理进入 Blob 的任何新文件,现在我需要将 Blob 触发器函数迁移到持久函数,并且我在持久函数中没有看到任何用于 Blob 触发器的选项,任何人都可以指导我?

azure-functions azure-durable-functions

4
推荐指数
1
解决办法
2811
查看次数

来自c#的Kusto查询

我想从c#app从Kusto DB中检索数据,任何人都可以帮助我.我有关于编写Kusto查询的知识,但我需要一些帮助来从Azure托管的Azure Kusto数据库中提取数据.

我尝试了以下代码,但它不起作用:

var client = Kusto.Data.Net.Client.KustoClientFactory.CreateCslQueryProvider("https://help.kusto.windows.net/Samples;Fed=true");
var reader = client.ExecuteQuery("MyTable | count");
// Read the first row from reader -- it's 0'th column is the count of records in MyTable
// Don't forget to dispose of reader when done.
Run Code Online (Sandbox Code Playgroud)

azure kusto azure-data-explorer

2
推荐指数
1
解决办法
2295
查看次数