GithubHelp home page GithubHelp logo

matjazbravc / screenscrapping-azurefunction-demo Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 695 KB

This POC demonstrate simple usage of Azure functions and Screen scrapping with Html Agility Pack.

C# 100.00%
azure azure-functions csharp csharp-code screen-scraping htmlagilitypack serilog-sink autofac serverless-architectures

screenscrapping-azurefunction-demo's Introduction

Screen Scrapping Azure Function Demo

This application demonstrate following functionalities:

Prerequisites

To create and deploy functions, you also need:

  • An active Azure subscription. If you don't have an Azure subscription, free accounts are available.
  • An Azure Storage account. To create a storage account, see Create a storage account.

To get started with Azure Functions, you can visit Microsoft Azure Functions portal.

Let's get started!

First, you have to enter your Azure storage account connection string into local.settings.json:

{
  "IsEncrypted": false,
  "Values": {
    "Logging.Storage.TableName": "LogAzureFunctions",
    "StorageAccount.ConnectionString": "UseDevelopmentStorage=true",
    "Url.Address": "http://dontcodetired.com/blog/archive"
  }
}

P.S. More about how to test Azure functions locally you can read here.

Second, if you use development storage you have to setup Azure Storage Emulator. See Use the Azure storage emulator for development and testing and Configuring and Using the Storage Emulator with Visual Studio.

Third, build solution and run it with local Azure Functions runtime:

Finally test it with Postman:

Enjoy!

Licence

Licenced under MIT. Contact me on LinkedIn.

screenscrapping-azurefunction-demo's People

Contributors

matjazbravc avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.