<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Debobrata Bose</title>
    <description>The latest articles on DEV Community by Debobrata Bose (@debobrata82).</description>
    <link>https://dev.to/debobrata82</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F500562%2Fd45b8bc8-d135-4017-bfd3-e118b9e958d8.jpeg</url>
      <title>DEV Community: Debobrata Bose</title>
      <link>https://dev.to/debobrata82</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/debobrata82"/>
    <language>en</language>
    <item>
      <title>Serverless Python Chatbot in Azure</title>
      <dc:creator>Debobrata Bose</dc:creator>
      <pubDate>Tue, 23 Feb 2021 19:20:33 +0000</pubDate>
      <link>https://dev.to/debobrata82/serverless-python-chatbot-in-azure-4fb0</link>
      <guid>https://dev.to/debobrata82/serverless-python-chatbot-in-azure-4fb0</guid>
      <description>&lt;p&gt;Why Chat Bots?&lt;br&gt;
Chatbots becoming increasingly prominent in organizations around the world. The exchange of information between companies and costumers to completely replacing any middle layer teams.&lt;br&gt;
We can expect that up to 75% of queries in the customer service sector will be handled by bots by 2022 driving business costs of more than 10 billion dollars per year.&lt;/p&gt;

&lt;p&gt;Why Serverless?&lt;br&gt;
Serverless computing is a cloud computing execution model in which the cloud provider allocates machine resources on demand, taking care of the servers on behalf of their customers.&lt;br&gt;
It works on pay per usage consumption model. It is PaaS offering or FaaS (Functions as a Service) HA (highly available), scalable and it support polygot application deployment. &lt;/p&gt;

&lt;p&gt;Following are few steps to get your bot built and set up.&lt;br&gt;
What you will need is simply an Azure Subscription, Visual Studio Code (VSCode) installed in your machine alongside some version of Python!&lt;/p&gt;

&lt;p&gt;Step 1: Register a new Web App Bot service on Azure Portal&lt;br&gt;
Step 2: Set up Azure access through VSCode&lt;br&gt;
Step 3: Create a new Azure Function App project&lt;br&gt;
Step 4: Modify the code for your Function App&lt;br&gt;
Step 5: Test your API locally&lt;br&gt;
Step 6: Deploy your Function App to Azure&lt;br&gt;
Step 7: Connecting the BOT to the Server-less Function&lt;br&gt;
Step 8: Publishing your Bot to a Channel&lt;br&gt;
Step 9: Publish your Bot App to MSTeams/Slack&lt;/p&gt;

</description>
      <category>python</category>
      <category>azure</category>
      <category>serverless</category>
    </item>
  </channel>
</rss>
