logo

VOSS Insights documentation

  • VOSS Insights Release Notes
    • Release Notes for Dashboard and Reporting (SP66)
    • Release Notes for Dashboard and Reporting (SP65)
    • Release Notes for Dashboard and Reporting (SP64)
    • Release Notes for Dashboard and Reporting (SP63)
    • Release Notes for Dashboard and Reporting (SP62)
    • Release Notes for Dashboard and Reporting (SP61)
    • Release Notes for Arbitrator Correlation 5 (SP25)
    • Release Notes for Arbitrator Correlation 5 (SP23)
    • Release Notes for Arbitrator Correlation 5 (SP22)
    • Release Notes for Arbitrator Correlation 5 (SP21)
    • Release Notes for Arbitrator Correlation 5 (SP20)
    • Release Notes for Arbitrator Correlation 5 (SP19)
    • Release Notes for DS9 (SP8)
    • Release Notes for DS9 5.0 (SP1)
    • Release Notes for DS9 (SP6)
  • Compatibility Matrix
  • VOSS Insights Install Guide
    • Dashboard Reporting VM Sizing Specifications
    • Arbitrator VM Sizing Specifications
    • Arbitrator Correlation Consolidation VM Sizing Specifications
    • DS-9 Netflow VM Sizing Specifications
    • Raptor Call Path Generation VM Sizing Specifications
    • Correlation and Dashboard System Connectivity
    • Cisco UC Monitoring System Connectivity
    • MS Teams System Connectivity
    • Netflow and DS9 Monitoring System Connectivity
    • VOSS Automate Port Usage
    • Skype for Business Monitoring System Connectivity
    • Deploy and VM Installation Steps
    • Arbitrator Networking Setup
    • Dashboard Reporter Networking Setup
    • VOSS Automate Database Setup
    • Install Arbitrator System
    • Set up Arbitrator to Arbitrator Communication
    • Install Dashboard System
    • Add Certificates
    • Add Customer CDR Folders
    • Add Customer Assets
    • Assigning Probes to Assets
    • Application User
    • Enterprise Parameters
  • VOSS Insights Dashboard and Reporting Administration Guide
    • What’s New
    • Introduction
    • Organization
    • Dashboard Reporter Licensing
    • Main Menu
    • Log Search Section
    • Building a Dashboard / Report
    • Dashboards
    • Dashboard Timeframe Definition
    • Add Widget to a Dashboard
    • Print Dashboard
    • Position Widgets
    • Edit Dashboard
    • Clone Dashboard
    • Delete Dashboard
    • Move Dashboard
    • Managing a Widget
    • Edit Widget
    • Configure Data
    • Definitions, Fields and Filters
    • Fields Details
    • Filters Details
    • Building a Chart Overview
    • Line / Area Chart
    • Column / Bar Chart
    • Scatter Chart
    • Pie / Doughnut Chart
    • Funnel Chart
    • Gauge Chart
    • Card Chart
    • Table Charts
    • Call Hop Charts
    • SIP Signaling Ladder Diagram Charts
    • Multi Chart
    • Chord Diagram
    • Combo Chart
    • Color Palette Changes
    • Build Chart in Widget Editor
    • Drilling down into the Data
    • Dashboard Menu Options
    • Import/Export Wizard
    • Manage Dashboards
    • Edit Field Groupings
    • User Settings
    • Manage Forwarders
    • Configuration
    • Theme Management
    • About
    • Help
    • Edit Account
    • Sign Out
    • Reports
    • Data Sources
    • Access Controls
    • Permissions
    • Customers
    • Users
    • SAML
  • VOSS Insights Arbitrator Data Correlation Administration and User Guide
    • What’s New
    • Introduction
    • Arbitrator Licensing
    • Correlate
    • Configuration
  • VOSS Insights Dashboard and Arbitrator Maintenance and Upgrade Guide
    • Troubleshooting the Dashboard
    • Troubleshooting the Arbitrator
    • Upgrade
    • Add Certificates
  • VOSS Insights Platform Guide
    • VOSS Insights Platform Functionality
    • Reporter Commands
    • Application Status
    • Reporter Logs
  • UC Apps License Sync Guide
    • Overview and Conventions
    • Prepare MTLs
    • Prepare Data Syncs
    • Update UC App licensing
    • Execute Data Sync
    • Refresh VOSS Insights Reports
  • VOSS Insights Arbitrator Data Correlation API Guide
    • References and Conventions
    • Resources Overview
    • alerts
    • assets
    • ciscocdr
    • system
    • Resources v2 Overview
    • /v2/login
    • /v2/lxt_updates
    • /v2/configs
    • /v2/configs/asset_groups
    • /v2/configs/assets
    • /v2/configs/profiles
    • /v2/configs/probe_groups
    • /v2/configs/probes
    • /v2/configs/credentials
    • /v2/system
    • References
  • VOSS Insights Dashboard API Guide
    • Overview
    • assets
    • dashboards
    • system
    • Overview
    • /v2/login
    • /v2/lxt_updates
    • /v2/users
    • /v2/system
    • References
  • MS Teams Cloud Collector Build
    • High Level Build process
    • Port Information
    • Send email to get Lx Container log in details
    • Create an app in Azure
    • Create a User
    • GUI login user email request
    • Azure Container Instance Specification
    • Configuration Steps
    • Solutions to Basic Installation Challenges
  • Arbitrator Probes to Monitor Cisco PRI and SIP Performance Monitoring
  • How to configure a Cisco ISR router to send Netflow v5 data to VOSS Insights arbitrator
  • How to configure a Cisco ISR router to send Netflow v9 or IPFIX data to VOSS Insights arbitrator
  • Preparing production environment for VOSS Netflow Solution
  • Insights Open Source License Usage
    • Insights Arbitrator Open Source Licenses
    • Insights Dashboard Open Source Licenses
    • Insights DS9 Open Source Licenses

We appreciate and value your comments. Email: documentation@voss-solutions.com
Click here to access our latest documentation

High Level Build process¶

@startuml
!include style.iuml
start
partition App {
:[[../src/user/VAA-MS-Teams/MS-create-app-Azure.html Locate Tenant ID ]];
  note right
    From Azure: Home > overview
  end note
:[[../src/user/VAA-MS-Teams/MS-create-app-Azure.html Create an app ]];
  note right
    registrations = Client ID
  end note
:[[../src/user/VAA-MS-Teams/MS-create-app-Azure.html Create secret in the app ]];
  note right
    certificates and secrets value = secret
  end note
}
:Load Docker and PowerShell to workstation;
:[[../src/user/VAA-MS-Teams/MS-create-user.html Create Global User on Azure AD ]];
:[[../src/user/VAA-MS-Teams/MS-send-email.html VOSS Requests access to container.  Send email. ]];
  note right
    Email address: support@layertech.com
    Information: First Name, Last Name, Email address, Username
  end note
:[[../src/user/VAA-MS-Teams/MS-GUI-login-user-email-request.html layerX Send welcome email to log in to their container. ]];
partition Container {
:[[../src/user/VAA-MS-Teams/MS-Azure-container-instance-spec.html Enter commands in PowerShell ]];
  note right
    docker logout azure
    docker login azure
    docker login layerxdocker.azurecr.io
     (use the credentials provided in your welcome email – previous step)
    add a context:
     docker context create aci [somename]
    Finally install:
     docker ~--context somename run -d ~--restart always ~--cpus 2 ~--memory 4G
      -p 5000:5000 layerxdocker.azurecr.io/microsoft-teams-debian:v3
  end note
:[[../src/user/VAA-MS-Teams/MS-Azure-container-instance-spec.html Take note container name created in PowerShell ]];
}
:[[../src/user/VAA-MS-Teams/MS-create-user.html#build-container Log in to Azure = container instances. Find container name in list. ]];
:[[../src/user/VAA-MS-Teams/MS-create-user.html#build-container Copy sandbox hostname ]];
  note right
    Containers > Connect
  end note
:[[../src/user/VAA-MS-Teams/MS-create-user.html#build-container Send sandbox name to layerX to create login credentials ]];
  note right
    layerX ties up license to the container name.
  end note
:[[../src/user/VAA-MS-Teams/MS-GUI-login-user-email-request.html layerX sends GUI Login User creds for the new container ]];
:[[../src/user/VAA-MS-Teams/MS-Azure-container-instance-spec.html Find public IP of the container, take note and enter into browser ]];
  note right
    Containers > overview > public IP address.
    https://<IP>:5000
  end note
:[[../src/user/VAA-MS-Teams/MS-configuration-steps.html Use creds from second email to log in to GUI. ]];
:[[../src/user/VAA-MS-Teams/MS-configuration-steps.html Setup GUI to pull data and send to MS Teams. Enter Dashboard server. ]];
stop
@enduml

previous

MS Teams Cloud Collector Build

next

Port Information

By VOSS Solutions
© Copyright 2022, VISIONOSS LIMITED.