Cortana channel registration failed - azure-bot-service

I'm having the following error shown when i try to enable Cortana bot channel service: 'Sorry, Something went wrong'
Not sure what's the cause of this problem.
Worth mentioning that i'm trying this via organisational tenant, which means i'm invited on organisation to publish the app with Application Admin role. My account time is Business one (not personal account).
strong text
I have contacted account owner to try this same Cortana Channel registration, but this option isn't visible on their account (no Cortana channel available).

As per this documentation,
Consumer-facing Cortana services have been deprecated by the Cortana team.
The bot or bot service will not be impacted by this change and will continue to be available, except for the Cortana channel changes that are outlined below.
If you are an existing developer with a Cortana skill deployed to “self,” “test,” or “world,” the Cortana channel configuration page will remain available for a 30-day period, beginning August 6, 2020. During this period, if you submit your skill for certification and it passes the guidelines, it will be made available.
On September 7, 2020, Cortana will be removed from the Channels page as an available channel for third-party developers.
On September 7, 2020, all Cortana third-party consumer skills built with the Cortana skills kit will be retired.

Yes,
As Ranusharao mentioned above, Cortana skills kit has been retired. For now, Cortana skills kit for Enterprise will continue to be available for TAP customers to build skills for their organization.
For information is please see: https://learn.microsoft.com/en-us/cortana/enterprise/overview

Related

Sizing for Azure Chat bot when using Azure Web App for one Chat bot user

What is the sizing required for Azure Chat Bot service when using Azure WebApp when one user is logged in using chat service
The Bot Service pricing is here. There are two plans, FREE and Standard. If you send and reply messages to your bot more than 10,000 times/month, you should choose the Standard plan. But if you use only standard channels, you could choose the Free plan. The Standard channels are Microsoft first-party services (such as Skype, Cortana and Microsoft Teams) and services with publicly available Bot API’s (such as Facebook and Slack).
You also need to size the App Service Plan. If you don't need bot availability, you could choose the FREE plan.

How to integrate Chatbot in Skype for business On Premises using C# in Microsoft Bot Framwork

I have created a Bot using Microsoft Bot framework and i want to integrate it with Skype for Business On Premises.How i can integrate it.
Integrating bots with Skype for Business is still in preview, and can be learned about here. There is a note in there, addressing using Skype for Business on-premises:
For the Skype for Business hybrid environment, the New-CsOnlineApplicationEndpoint cmdlet will output an additional on-premises cmdlet to be run in your Skype for Business Server (on-premises) Management Shell. For more information about bot setup for the Skype for Business hybrid environment, see Skype for Business Bot - Hybrid environment support.
Also, see Skype for Business Bot - Common Errors to troubleshoot some of the common bot setup issues.
So while this is currently theoretically possible, bear in mind that it's still (as of 31 Oct 2018) in PREVIEW.

Is Bot analytics in Azure working for conversations through Skype for Business?

I have bots working with the Bot Framework v3 and v4 through Web, Skype for Business, MS Teams and Slack.
In the Azure Portal, in the Bot service I go to analytics and see usage data but not for Skype for Business. Is there a problem with that channel? Is there something that has to be done in order to enable it?
I didn't see any mention about that in the documentation, and interestingly enough the example screenshot contains a lot of channels but not Skype for business, odd being a Microsoft documentation.

Cortana channel cannot be added

I am having an issue after migrating my Bot to Azure. I have a Bot that is up and running on Cortana Chanel as well. I previously published it only for me ‘Deployed to self’ so I can see it on my Cortana Canvas but now I want to publish it for group of people but I am unable to do it from Azure portal. Whenever I click on ‘Edit’ button of Cortana Channel through Azure Portal following error prompts me:
As per the error they are expecting me to use my Microsoft Personal Account (i.e. Hotmail or Outlook Account) but unfortunately in my case it’s not possible. I have azure subscriptions in my office account not in my personal account that’s why I migrated all my bots to my office account and now trying to configure it for other peoples (i.e. Deployment for Group) but because of the above error I could not do it. As I know previously it was very straight forward all we have to go to ‘Cortana Dashboard’ and there is an option of deployment by which we can easily publish our skill sets to the group of people by just adding there email address.
Could you please help me how can I resolve this issue? All I want to use my azure account (i.e. my company account) to configure the Cortana channel and other things like Deployment to Group of peoples.

How do you connect a MS botframework bot to Skype for Business

I published a bot built using the bot framework but I can't figure out how you'd connect it to Skype for Business on an internal Corporate network.
Does any know what the process is?
----- Ed
Skype for Business is not yet supported.
I think he means is there a guide to building a bot for "Skype For Business". I'm looking to build one for our company as well.
FYI - Skype for Business was announced as a new channel today on Build 2017 :)
right now, SFB is already supported by Bot Framework. Please, go to the portal https://dev.botframework.com, select your bot, and look into the channels link. You'll see how to enable & configure your bot to be used within SFB.
Please, feel free to ask me if you have questions
I have successfully deployed my Bot to SFB referring the below link
Bot deployment to Skype For Business
But now, things are little changes, below are the high level steps
Deploy your bot to Azure App service Plan
integrate with SFB channel, azure portal will give you channel specific details. Click on Edit link to get the details on how to integrate your bot.
Azure Portal Bot Channels
Click on "Learn How"
Learn how to integrate Bot to SFB
Once Channel is added, you would need a tenant administrator who can do powershell scripting.
What you need to provide is the default URL of your bot , you can give WebChat URL (which is your default channel), Microsoft Application ID etc.
And then give a nice name to your bot.
After the integration your bot will be active after 24 hours.

Resources