Azure Log Connector is installed as a Windows service using the provided MSI installation package. The service must be fully configured before it is started for the first time.
Prerequisites:
Before installing, confirm the prerequisites checklist in the Prerequisites for Azure Log Connector article is complete, and that your App Registration in Microsoft Entra ID is fully configured with all required API permissions granted.
Step 1 โ Run the installer:
Locate the installation package:
LTA_AzureLogCollector.msi
Right-click the MSI file and select Install. Follow the installation wizard prompts to complete the installation.
By default, the application installs to:
C:\Program Files\Blue Lance 2-0\LTA_AzureLogCollector
The installation process does not automatically start the LTA_AzureLogCollector Windows service. The service must be configured before it is started for the first time. Do not attempt to start the service until configuration is complete.
Step 2 โ Run the configuration utility:
- Open Command Prompt or PowerShell as Administrator
- Navigate to the installation directory:
cd “C:\Program Files\Blue Lance 2-0\LTA_AzureLogCollector”
- Run the configuration utility:
Lta.Entra.Agent.exe –configure
- Enter the following information when prompted:
| Prompt | Value to Enter |
| Tenant ID | The Directory (tenant) ID from your App Registration |
| Client ID | The Application (client) ID from your App Registration |
| Client Secret | The client secret value generated in your App Registration |
| AgentId | A unique identifier for this collector โ defaults to the local machine name |
| Syslog Host | The hostname or IP address of your LT Auditor MP server |
| Syslog Port | The LT Auditor MP syslog listener port โ default: 5050 |
| Protocol | The syslog transport protocol โ UDP, TCP, or TLS โ default: TCP |
[Your administrator should confirm the correct Syslog Host, Port, and Protocol values for your LT Auditor MP environment before running the configuration utility.]
Step 3 โ Start the service:
After configuration is complete, start the Windows service using one of the following methods:
Using the command line:
net start LTA_AzureLogCollector
Using the Services console:
- Open Services (services.msc)
- Locate LT Auditor MP Azure Log Collector
- Click Start
Step 4 โ Verify the service is running:
Confirm the service started successfully:
sc query LTA_AzureLogCollector
The service should show as Running. If the service fails to start, review the application logs for errors:
C:\Program Files\Blue Lance 2-0\LTA_AzureLogCollector\logs
Check for:
- Authentication failures โ confirm Tenant ID, Client ID, and Client Secret are correct
- API permission errors โ confirm Admin Consent has been granted for all permissions
- Network connectivity issues โ confirm outbound HTTPS access to Microsoft API endpoints
- Syslog connection errors โ confirm the LT Auditor MP server is reachable on the configured port
Step 5 โ Verify events are arriving in LT Auditor MP:
After the service starts successfully:
- Allow at least one polling cycle to complete (default: 5 minutes)
- Log in to the LT Auditor MP Web UI
- Navigate to View
- Select the Azure Log Connector environment and category
- Set the date range to Last Hour
- Confirm that Azure log events are appearing in the event list
If no events appear after several polling cycles, refer to the verification and troubleshooting steps in the Configuring Polling Settings article.