cc: @cwhitten @luhan2017
We already see some customer complaints regarding creating a remote skill:
One of the reasons is that our current flow to create a remote skill needs two Microsoft appIds from two different registration resources. In my humble opinion, we can improve our current flow to create a remote skill by filling the skill-related msAppId automatically when publishing a local skill to a remote host.
Our current flow to create a remote skill needs two Microsoft appIds from two different registration resources:


[!Note]
MsAppId 1andMsAppId 2are different values of two different Bot Channels Registration resources in the creation of one remote skill.
We might consider auto-fill the skill-related msAppId value when publishing a local skill to a remote host. This means that when users publish a local skill to a remote host, the msAppId value associated with the skill can be filled automatically in their remote manifest. This will reduce customer confusion and anxiety.
If we can even auto-fill the endpoint URL with the messaging endpoint of the skill-associated bot channel registration resource, users do not need to update these two values in the remote skill manifest. This will greatly improve the user experience.
@zxyanliu I like it. @srinaath @luhan2017 any comments?
I agree that we need to use the same msappid that was created with our Composer publishing workflow. This would avoid the need of multiple pairs of msappid/pwds. Is the workflow being prescribed here basically on聽
@luhan2017 i haven't dug deep into the azure apis but im assuming this should be possible?
@srinaath Yes, this is exactly what I thought. Let's just create new endpoint for each publish profile. We just don't need step 3, because during the publish process, the appid and password in appsettings.json will be overwrote by the values in the publish profile.
Most helpful comment
@srinaath Yes, this is exactly what I thought. Let's just create new endpoint for each publish profile. We just don't need step 3, because during the publish process, the appid and password in appsettings.json will be overwrote by the values in the publish profile.