Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximrouiller/azurefunctions-workshop
Multi-language Azure Functions Workshop
https://github.com/maximrouiller/azurefunctions-workshop
azure functions serverless workshop
Last synced: about 9 hours ago
JSON representation
Multi-language Azure Functions Workshop
- Host: GitHub
- URL: https://github.com/maximrouiller/azurefunctions-workshop
- Owner: MaximRouiller
- License: mit
- Created: 2019-05-16T15:20:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T14:14:37.000Z (over 5 years ago)
- Last Synced: 2025-01-01T07:25:24.786Z (10 days ago)
- Topics: azure, functions, serverless, workshop
- Language: JavaScript
- Homepage: https://azureworkshops.com
- Size: 28.3 MB
- Stars: 20
- Watchers: 14
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Functions Workshop
## Current Content Location
* [Azure Functions Workshop](https://github.com/MaximRouiller/AzureFunctions-Workshop/tree/master/src/content/workshops/functions)
## Mindmap and Plan of work
![Mindmap](media/mindmap.png)
## Goal
This Azure Functions workshop is intended for people wanting to learn about serverless and what kind of problems it solved. Code sample will be provided in C#, JavaScript, Python, and Java.
The workshop will be a mixed of Slides to set context with as many hands-on experience that can be fit with the initial context.
## Target Audience
This workshops is targeting developers who have a minimal amount of knowledge about serverless.
Here's a sample of audiences that might be interested in this content:
* Businesses
* Students and Teachers
* Startups## Contribute
If you wish to contribute, start by cloning the repository:
```sh
> git clone https://github.com/MaximRouiller/AzureFunctions-Workshop.git
```Then restore the submodules:
```sh
> git submodule update --init --recursive
```You can run it locally using the VS Code task `Run Server` or using the Hugo cli (which is in the repositroy root):
```sh
> ./hugo serve --source ./src
```Then make your changes and submit a Pull Request! 😁
Please reach out to me on [Twitter](https://twitter.com/MaximRouiller) if you wish to discuss this project.