microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

PolicyRecordingBot on SF with VMSS

Open
#201 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
253
Forks
275
Avg merge
1d 5h
Merged PRs (30d)
1

Description

Hi Guys,
In current sample, PolicyRecordingBot is supposed to run on Azure cloud service and media data is supposed to be transferred directly to bot instance via public ip.

How the same scenario can be achieved for bot on Service Fabric with VMSS?

I have created SF cluster with nodes (that have public IPs), deployed Huebot sample and managed to make it work. But bot gets media data via loadbalancer (using NAT rules). Now I would like to check an option to pass media stream directly to specific bot node instance.

MediaPlatformInstanceSettings = new MediaPlatformInstanceSettings() { CertificateThumbprint = ??options.Certificate??, InstanceInternalPort = 8445, InstancePublicIPAddress = <publicInstanceIP>, InstancePublicPort = 8445, ServiceFqdn = ??publicMediaUrl.Host??, }

Node has public ip, internal and public ports supposed to be 8445, now how to deal with certificate and service fqdn? how can I use my single CName for all my nodes? what I am missing?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the PolicyRecordingBot sample and the MediaPlatformInstanceSettings configuration shown in the issue. Trace how the Service Fabric deployment, public IPs, ports, certificate, and Service FQDN are currently handled. Done would be a documented, validated configuration for routing media directly to a bot node, or a clear statement of the supported limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, infrastructure, networking
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.