Issue in publishing Microsoft bot v4 designed with Adaptive dialog - botframework

I am working with Microsoft bot framework 4.10 with adaptive card. my bot properly working in emulator, but when I tried to publish it in Azure web app its not given any response as expected. I have go through Microsoft given both samples. Take a look at the github project.
I have done the same configurations as in the document.
Is there any additional configurations needed to be done for adaptive dialog.
I really appreciate any help :)

Related

What version of adaptive card is supported by Microsoft teams?

I want my bot to send and embed video on Microsoft teams.
I noticed VideoCard is not supported by Microsoft teams.
So I tried using AdaptiveCard, but noticed you need v1.1 to embed video.
However, when I send a message with version 1.1 I it sends a undefined message (just text saying undefined). With v1.0 I can send cards without issue (to embed images etc.). v1.1 works for me when using the emulator.
Does this mean Microsoft Teams only supports v1.0 of AdaptiveCard? Or is there a way to upgrade my bot?
Currently AdaptiveCard is on version v1.2.2 so it would be nice to upgrade.
Microsoft Teams currently supports v1.0 of Adaptive Cards, with additional support for newer versions planned.
Only version 1.0 of Adaptive Cards is supported in teams, We are working on upgrade but we don't have timeline to share. Please have a look at Card Reference for more information.

How to publish Microsoft Teams app for internal company use?

I'm developing a Microsoft Teams Tab App for internal company use. During development and testing, side-loading works good.
How do I distribute the app and make it available to all Teams and Channels in my tenant?
Unfortunately this is not yet supported, but we are working on it and hope to have it by early next year.

Bot framework HTTP status code InternalServerError

I try to integrate bot framework with UWP application using direct line, but I have this error. I used a web chat to test, it still shows me the same error. But if I use a Bot emulator to test it, it works. I already set my published bot to Always On on Azure, but still have same issue:
Go to your Azure portal to create a Bot service, and then copy your original code (that you program in Visual Studio), and paste it to the website editor, then click SAVE, now test your bot again, I think it can work

When will the Microsoft Bot Framework support Facebook Chat Extensions

Facebook recently announced Chat Extensions which will allow group-based interaction with bots. More about how that works is listed here: https://developers.facebook.com/docs/messenger-platform/design/guides/chat-extensions
Has any announcement been made about when the Microsoft Bot Framework will support this feature of FB?
I suggest you make a new issue asking for this enhancement on GitHub

Unexpected options when attempting to publish mobile service to Azure using VS2015

I am following a series of instructions to deploy a mobile backend using Azure Mobile Services.
As part of that workflow I get to download a personalized backend app which downloads as Visual studio solution.
It builds fine and the next step is to publish it to Azure.
Instead of seeing the choice below (Microsoft Azure App Service) I am seeing 2 different choices
Microsoft Azure Web Apps, or
Microsoft Azure API Apps (Preview).
So, I chose the closest option (Web Apps) provided and it logs me into Azure and in a box which reports existing web apps I see none.
Yet I've deployed a mobile app in the Azure portal earlier.
In some of what I've been reading online it mentions a Publisher profile. I am just a bit stumped by not getting the "Microsoft Azure App Service" choice when I go to publish my backend to the cloud.
Here is the tutorial/guide which I am following (January 2016).
Perhaps the VS/Azure integration has changed since then or maybe I've more configuration steps missing.
Azure .NET mobile backend using Azure Mobile Services
Any guidance would be hugely welcome.
At this stage I am stuck as far as what I need to do to get my mobile backend published to Azure.
You have got an older version of the Azure SDK installed. The latest version of the Azure SDK provides the Azure App Service publish dialog.
I think I've solved this for now.
I was able to download a publish profile from the Azure Console which I could import within the "publish" dialog in VS2015.
I now have the mobile app up and running in Azure.

Resources