Skip to content

A serverless application built on Azure Functions that processes user data.

License

Notifications You must be signed in to change notification settings

Addax101/Azure_UserDataProcessingAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure_UserDataProcessingAPI

Azure_UserDataProcessingAPI

This repository contains the code for a serverless application built on Azure Functions that processes user data.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Azure account
  • Azure Functions Core Tools
  • A code editor (Visual Studio Code, etc.)

Installing

  • Clone this repository to your local machine
  • Run npm install or dotnet restore to install the necessary dependencies
  • Create a local.settings.json file in the root directory and add the following: { "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "", "FUNCTIONS_WORKER_RUNTIME": "dotnet" } }

Running the tests

  • Run the function locally by using func start command
  • Test the function by making a request to the endpoint

Deployment

  • Publish the function to Azure by running func azure functionapp publish <function_app_name>
  • Test the deployed function by making a request to the endpoint and checking the logs in the portal

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

me

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • GPS-Hat tipped with pleasure
  • etc

About

A serverless application built on Azure Functions that processes user data.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published