I am trying to distribute my bot on a Skype for Business network as described here
While following the procedure, I get this warning:
PS C:\Users\XXX> New-CsOnlineApplicationEndpoint -ApplicationIdd XXX -Name NameOfTheBot -Uri sip:[email protected]
WARNING: Attention: sip:[email protected] configuration is not complete. In order to complete sip:[email protected] configuration, you must also run corresponding on-premises commands to create the relevant object(s) in your on-premises topology. Please copy and paste the below commands and run them with appropriate admin privileges in your on-premises Skype for Business environment.
WARNING: New-CsHybridApplicationEndpoint -ApplicationId XXX -DisplayName "NameOfTheBot" -SipAddress sip:[email protected] -OU [A_VALID_OU]
However, this is not a Skype for Business on-premises network. Anyway, I decided to ignore this warning.
After 2 days of waiting, the bot still does not show on the network. Is there anything I need to do to enable it?
Thanks