This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Convert an existing skill from multitenant to single-tenant
You can convert existing skills from multitenant support to single-tenant support. To convert a multitenant skill to a single-tenant skill, you need to perform the following changes:
- Create a new single-tenant Entra ID app registration
- Update the skill configuration to use single-tenant
- (Optional) update the source code
- Deploy the skill
The following values are required for single-tenant skills:
For reference, the following values were used for multitenant skills:
After converting the values, import the skill into an instance of your agent created as a single-tenant instance. You can also view the Entra ID app registration, to see how it was created. Go to Manage > Authentication > Supported account types.
Multitenant to single-tenant code update
After converting the values, you might need to also update the code to allow connection of the specified tenant to the skill. For more information, see BotBuilder-Samples.
