Skip to content

Contains the guidance to configure resources in azure for twitter sentiment analysis

License

Notifications You must be signed in to change notification settings

solidify/twittersentimentanalysisinazure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter sentiment analysis in Azure

This contains the guidance to provision resources in Azure for the Twitter Sentiment Analysis. You can do this in several ways:

  • With a build and release pipeline
  • With a script
  • By doing it manually

Here are the steps for doing it manually

Start by logging in to the Azure portal with your team account, https://portal.azure.com

Screenshot

  • Setup azure resources by doing the following steps:
    • Select create resource and select "Template deployment (deploy using custom templates)"

Screenshot

  • Select "Build your own template in the editor"

Screenshot

  • Copy and paste code from github, click save

Screenshot

  • Select your resource group and a location close to you (it must be one of the following)

Screenshot

  • Leave CommonName as it is and write prod as the environment name. Agree to the terms and click purchase

Screenshot

  • When the provisioning is done open your resource group and select your app service. Select + next to functions and create new function. Select HTTP trigger based on C# and call the function TwitterSentimentFunction

Screenshot

Screenshot

  • Click create and copy code from github, click save

Screenshot

Using the resources for sentiment analysis

Once you have deployed these resources, you will need a twitter application (ConsumerKey,ConsumerSecret) and can configure one the following Azure DevOps extensions:

About

Contains the guidance to configure resources in azure for twitter sentiment analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages