annotation @BlobOutput来自微软package: com.microsoft.azure.functions

微软Azure storage account的connection string

上述注解修饰的含义是,将数据写入如下路径指向的持久化存储里:flags/{tenantId}/{storeId}/customer_behavior_{environmentId}.json

微软Azure storage account的connection string

这个持久化存储的实例如何定位呢?通过注解@BlobOutput的属性connection.

微软Azure storage account的connection string

点击configuration超链接:

微软Azure storage account的connection string

点击超链接:

微软Azure storage account的connection string
微软Azure storage account的connection string

找到value里AccountName后面的extensibilitylambda对应的storage account:

微软Azure storage account的connection string

会发现Java代码里的connection string就定义在这里:

微软Azure storage account的connection string

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
微软Azure storage account的connection string

相关文章: