pcf-web-pubsub-sample
Steps
-
Check Create your first component to set up the environment and run the app locally.
-
Update the
APHelper.csunder project FunctionPA to set the Web PubSub connection string. -
Run
func startunder project FunctionPA to start the function app which helps negotiate and build the web pubsub websocket url. -
Run
npm start watchunder project PowerAppLinerInput to start the power app. -
Update the switch value in line 42 of file
PowerAppLinerInput\LinerInputControl\index.tsto turn on/off the Web PubSub connection. You'll be able to see the instance updates when the value istruein 2 different local app windows.
