azure bots
23 TopicsAzure Cognitive Services and Bot Framework Visio Stencils
As I searched for a stencil set to create an infographic on Azure AI services (Cognitive Services & Bot Framework), I couldn't find anything. So I decided to create this Visio stencil set on my own. If you are interested, please visit https://www.cloudguy.pro/cognitive-services-bot-framework-visio-stencils/ to download the shapes. I would be glad if anyone of you could spread the word in order to see a lot of awesome AI infographics with the official icons in the future :) If you have any questions or improvement suggestions please contact me so that I can include those suggestions in my next versions.6KViews0likes1CommentError: connect EACCES 192.168.60.228:1337
I 'm getting error below Error: connect EACCES 192.168.60.222:1337" While trying to connect Azure App with --> On-premises (External) Backend System. Details Logs: url: http://192.168.60.222:1337/api/helpdesk/asset/validateAsset?assetId=ram-lp&userId=R2527 -----> error: { Error: connect EACCES 192.168.60.222:1337 at Object.exports._errnoException (util.js:1026:11) at exports._exceptionWithHostPort (util.js:1049:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1085:14) code: 'EACCES', errno: 'EACCES', syscall: 'connect', address: '192.168.60.222', port: 1337 }5.9KViews0likes0CommentsMS Federal Business Apps Webinar: How to build a Virtual Agent chat Bot and Extend it with Azure
Bots are everywhere, in this session we will talk about the proliferation of bots in the Federal Government and show how bot technologies can be extended with Azure and Cognitive services to improve customer support or internal teams. This session will enable you to leave with ideas on how your organization can scale and support your constituents by utilizing advanced bot concepts and implementations.3.5KViews1like2CommentsAzure bot service : Authentication single sign on
I am developing a bot that will be embedded in my application where the user is already signed in using single sign on.I want my bot also to automatically sign in without user interaction. I am trying below article but in this case also interaction Is required. https://github.com/microsoft/BotFramework-WebChat/tree/master/samples/19.a.single-sign-on-for-enterprise-apps. first of all whether it is possible" seamless sign on" ....if yes then any pointers on how it can be achieved. #azurebotservice1.4KViews0likes0CommentsProblem with Bot configuration - Agent returned unsuccessful status code InternalServerError
I have a problem with the configuration of the bot in message-extension. I am using the app in MS Teams for both the bot (message-extension in channels only) and tabs for personal use. Everything locally worked. As I published for the organization, only tabs works, message-extension does not respond to the query and to the others, that is, the whole for the bot solution does not work. After checking in the console, I see something like this: Locally for the bot, I use the Bot Framework implemented by https://dev.teams.microsoft.com/, while the production version of the bot is generated for Azure as Azure Bot. This is the configuration I have for env local files: For the production version, on the other hand, I have these: In addition, the Bot was converted to ES6 language, I defined it in package.json to read the type as a module: The manifest.json is set up like this: ... I'm missing an idea of what to set in Azure or what to set in code to make message-extension start responding to user requests.... Could you advise me?1.2KViews0likes4CommentsLogic app designer - Task automation
Hi all, I need to configure the logic app which is premade to start and also power down VM. I would like my VM to Start up in mornings during weekdays and not at all on weekends I would like my VM to Stop in evenings during week days and stop all day on Weekends Is this possible ?Solved1.1KViews0likes4CommentsHelp with Deploying AI Agents to Microsoft Teams Chats
Hello, I need help with deploying AI Agents (bots) to Microsoft Teams chats. Here's my current setup: - I have a REST API endpoint that processes user queries and provides LLM-based responses. - Users on my platform can create custom AI assistants. What I need assistance with is: - How to deploy these AI bots into Microsoft Teams chats, allowing end users to create and integrate their assistants directly into Teams. - Any resources or step-by-step guidance on bot registration, deployment, or integrating custom bots would be appreciated. Thank you for your help!882Views0likes4Comments