Forum Discussion
gwyneth-penas
Microsoft
Nov 14, 2022Building your resume API with GitHub Codespaces and Azure Functions
Hi everyone, I'm Gwyn, host of the "Building your resume API with GitHub Codespaces and Azure Functions" workshop. Wanted to stop by and share the workshop resources and if you have any questions after the workshop, let me know here.
Here's what the workshop walks you through building, you'll get hands-on with several Azure and GitHub services including GitHub Actions, Codespaces, Azure Functions, Azure Bicep, and more:
You'll need:
- Azure account
- GitHub account
No prerequisites when it comes to knowledge
All the source code can be found here: madebygps/serverless-resume-api: Your resume api in Azure serverless (github.com)
Please share any questions or comments below
- MatebohoCopper Contributor
gwyneth-penas Thank you for the video.How do we make changes to the resume visible?,because I updated it with my details and ran it, but the resume link I got still redirected to the original resume
- IndySashaCopper Contributor
This is great, thank you for sharing! I will check out the code but the first thing I noticed was your diagram. It's so cool. How did you create that?
- gwyneth-penas
Microsoft
Thank you! 🙂 it's this site called excalidraw, check it out!
- gwyneth-penas
Microsoft
I've updated the GitHub workflow to also include workflow dispatch. So, you should see "This workflow has a workflow_dispatch event trigger." now and can manually trigger it instead of having to commit code, though committing code to execute the workflow is more the common practice.