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

相关文章:

  • 2021-08-13
  • 2021-06-14
  • 2021-10-16
  • 2022-01-06
  • 2021-09-11
  • 2021-11-24
  • 2021-08-18
  • 2021-11-15
猜你喜欢
  • 2021-07-05
  • 2021-11-28
  • 2021-10-21
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
相关资源
相似解决方案