Black Rock Reporting Azure Function
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

serviceDependencies.json 177B

1234567891011
  1. {
  2. "dependencies": {
  3. "appInsights1": {
  4. "type": "appInsights"
  5. },
  6. "storage1": {
  7. "type": "storage",
  8. "connectionId": "AzureWebJobsStorage"
  9. }
  10. }
  11. }