Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddWebTrends-2021-02 #5

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c79dd53
Added Web Trends
AzureAdvocateBit Feb 5, 2021
a29da33
Added Web Trends
AzureAdvocateBit Feb 6, 2021
30ac40a
Added Web Trends
AzureAdvocateBit Feb 6, 2021
4c70303
Added Web Trends
AzureAdvocateBit Feb 6, 2021
e20d33e
Added Web Trends
AzureAdvocateBit Feb 6, 2021
24a6374
Added Web Trends
AzureAdvocateBit Feb 6, 2021
8876cf7
Added Web Trends
AzureAdvocateBit Feb 6, 2021
4b6868d
Added Web Trends
AzureAdvocateBit Feb 6, 2021
a5796c8
Added Web Trends
AzureAdvocateBit Feb 6, 2021
1f0995b
Added Web Trends
AzureAdvocateBit Feb 6, 2021
5173595
Added Web Trends
AzureAdvocateBit Feb 6, 2021
0c1e268
Added Web Trends
AzureAdvocateBit Feb 6, 2021
d06942a
Added Web Trends
AzureAdvocateBit Feb 6, 2021
8268fa5
Added Web Trends
AzureAdvocateBit Feb 6, 2021
de1634d
Added Web Trends
AzureAdvocateBit Feb 7, 2021
961f3c9
Added Web Trends
AzureAdvocateBit Feb 7, 2021
ba66f6e
Added Web Trends
AzureAdvocateBit Feb 7, 2021
05f4062
Added Web Trends
AzureAdvocateBit Feb 7, 2021
980b276
Added Web Trends
AzureAdvocateBit Feb 7, 2021
2edeadb
Added Web Trends
AzureAdvocateBit Feb 7, 2021
185c56e
Added Web Trends
AzureAdvocateBit Feb 7, 2021
f4fd9e6
Added Web Trends
AzureAdvocateBit Feb 7, 2021
e21123d
Added Web Trends
AzureAdvocateBit Feb 7, 2021
7f280ad
Added Web Trends
AzureAdvocateBit Feb 8, 2021
ad5808a
Added Web Trends
AzureAdvocateBit Feb 8, 2021
6840670
Added Web Trends
AzureAdvocateBit Feb 8, 2021
b6f6cc0
Added Web Trends
AzureAdvocateBit Feb 8, 2021
908066b
Added Web Trends
AzureAdvocateBit Feb 9, 2021
165cba4
Added Web Trends
AzureAdvocateBit Feb 10, 2021
38f0d9d
Added Web Trends
AzureAdvocateBit Feb 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ npm run start

## [Step-0](https://github.com/Yonet/AzureTweetMigration/tree/step-0)

In this step, we will setup our project and create an [Azure Function](https://docs.microsoft.com/azure/azure-functions/?WT.mc_id=azuretweetmigration-github-ayyonet) to get [Twitter Search](https://developer.twitter.com/en/docs.html) data into our application. You can follow the below steps or check out "step-0" branch of this repo.
In this step, we will setup our project and create an [Azure Function](https://docs.microsoft.com/azure/azure-functions/?WT.mc_id=aiml-0000-ayyonet) to get [Twitter Search](https://developer.twitter.com/en/docs.html) data into our application. You can follow the below steps or check out "step-0" branch of this repo.

- Download

* [Node.js latest LTS version](https://nodejs.org/en/download/). Latest Node is not compatible with the tools we are using and not recommended for most users.

* [Visual Studio Code 2019](https://visualstudio.microsoft.com/downloads/?WT.mc_id=azuretweetmigration-github-ayyonet)
* [Visual Studio Code 2019](https://visualstudio.microsoft.com/downloads/?WT.mc_id=aiml-0000-ayyonet)

* [Visual Studio Code Azure Extensions](https://docs.microsoft.com/azure/azure-functions/functions-run-local?WT.mc_id=azuretweetmigration-github-ayyonet) or [Azure Functions Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions&WT.mc_id=azuretweetmigration-github-ayyonet)
* [Visual Studio Code Azure Extensions](https://docs.microsoft.com/azure/azure-functions/functions-run-local?WT.mc_id=aiml-0000-ayyonet) or [Azure Functions Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions&WT.mc_id=aiml-0000-ayyonet)

- Sign up for a [free Azure account](https://azure.microsoft.com/en-us/free/?WT.mc_id=azuretweetmigration-github-ayyonet)
- Sign up for a [free Azure account](https://azure.microsoft.com/free/?WT.mc_id=aiml-0000-ayyonet)


* Select Azure Extensions from VS Code [left hand panel](/images/azureToolbar.png).
Expand All @@ -60,13 +60,13 @@ In this step, we will setup our project and create an [Azure Function](https://d

* To create a function select the second icon on the Functions grouping.

* You will be prompted to sign in if you have [Azure Tools](https://docs.microsoft.com/azure/azure-functions/functions-run-local?WT.mc_id=azuretweetmigration-github-ayyonet) or [Azure Repos](https://github.com/Microsoft/azure-repos-vscode/blob/master/TFVC_README.md?WT.mc_id=azuretweetmigration-github-ayyonet#quick-start) extensions.
* You will be prompted to sign in if you have [Azure Tools](https://docs.microsoft.com/azure/azure-functions/functions-run-local?WT.mc_id=aiml-0000-ayyonet) or [Azure Repos](https://github.com/Microsoft/azure-repos-vscode/blob/master/TFVC_README.md?WT.mc_id=azuretweetmigration-github-ayyonet#quick-start) extensions.

* When prompted, name your function "SearchTweets". Language "TypeScript".

* When prompted, select "Anonymous". This will make our API public.

* [Azure Functions Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions&WT.mc_id=azuretweetmigration-github-ayyonet) will create our initial configuration files as well as SearchTweet folder with our first Azure function.
* [Azure Functions Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions&WT.mc_id=aiml-0000-ayyonet) will create our initial configuration files as well as SearchTweet folder with our first Azure function.

* To run the code you can open up the internal terminal from the Command Palette (⇧⌘P), use the View: Toggle Integrated Terminal command.

Expand Down