Skip to content

Commit 3a184d3

Browse files
committed
doc and version
1 parent 99d92c8 commit 3a184d3

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,13 @@ version | Display version information.
8989

9090
You can see a few Command examples in [Sample Aggregator CLI usage](doc/command-examples.md).
9191
You can see a few Rule examples in [Rule Examples](doc/rule-examples.md).
92+
93+
## Troubleshooting
94+
95+
### View live Aggregator log messages
96+
97+
In Azure Portal, open the Resource Group hosting the Instance (`aggregator-` followed by name of instance).
98+
Open the App Service hosting the Instance (instance name followed by `aggregator`).
99+
Switch to the **Platform features** tab and click on _Log streaming_ like in the picture.
100+
![Log streaming](doc/log-streaming-from-azure-portal.png)
101+

src/aggregator-cli.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ EndProject
1616
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{1A84F5C1-ADA4-4DD1-A0D9-03635DF9FC56}"
1717
ProjectSection(SolutionItems) = preProject
1818
..\doc\command-examples.md = ..\doc\command-examples.md
19+
..\doc\log-streaming-from-azure-portal.png = ..\doc\log-streaming-from-azure-portal.png
1920
..\README.md = ..\README.md
2021
..\doc\rule-examples.md = ..\doc\rule-examples.md
2122
EndProjectSection

src/aggregator-cli/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
[assembly: AssemblyConfiguration("Release")]
99
#endif
1010
[assembly: AssemblyCopyright("TFS Aggregator Team")]
11-
[assembly: AssemblyFileVersion("0.2.0.0")]
12-
[assembly: AssemblyInformationalVersion("0.2.0")]
11+
[assembly: AssemblyFileVersion("0.3.4.0")]
12+
[assembly: AssemblyInformationalVersion("0.3.4")]
1313
[assembly: AssemblyProduct("Aggregator CLI")]
1414
[assembly: AssemblyTitle("Aggregator CLI")]
15-
[assembly: AssemblyVersion("0.2.0.0")]
15+
[assembly: AssemblyVersion("0.3.4.0")]

src/aggregator-core/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
[assembly: AssemblyConfiguration("Release")]
99
#endif
1010
[assembly: AssemblyCopyright("TFS Aggregator Team")]
11-
[assembly: AssemblyFileVersion("0.2.0.0")]
12-
[assembly: AssemblyInformationalVersion("0.2.0")]
11+
[assembly: AssemblyFileVersion("0.3.4.0")]
12+
[assembly: AssemblyInformationalVersion("0.3.4")]
1313
[assembly: AssemblyProduct("Aggregator CLI")]
1414
[assembly: AssemblyTitle("Aggregator Core")]
15-
[assembly: AssemblyVersion("0.2.0.0")]
15+
[assembly: AssemblyVersion("0.3.4.0")]

src/aggregator-function/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
[assembly: AssemblyConfiguration("Release")]
99
#endif
1010
[assembly: AssemblyCopyright("TFS Aggregator Team")]
11-
[assembly: AssemblyFileVersion("0.2.0.0")]
12-
[assembly: AssemblyInformationalVersion("0.2.0")]
11+
[assembly: AssemblyFileVersion("0.3.4.0")]
12+
[assembly: AssemblyInformationalVersion("0.3.4")]
1313
[assembly: AssemblyProduct("Aggregator CLI")]
1414
[assembly: AssemblyTitle("Aggregator Runtime")]
15-
[assembly: AssemblyVersion("0.2.0.0")]
15+
[assembly: AssemblyVersion("0.3.4.0")]

0 commit comments

Comments
 (0)