-
Notifications
You must be signed in to change notification settings - Fork 26
Added blogs and fixed images for Serverless BitCamp #75
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
Conversation
emsesc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thearchitectsnotebook this version of the learning lab actually doesn't contain the edits I made a few days ago after I tested it. Do you mind updating the files so that they match the current version of the response files in this repository? (The other PR here actually contains the updated files, probably because you created a PR on BitCamp/ first.)
@TheDirector23 The blog's content is great, but it could benefit from some images! Here is an easy way to upload images to Github. Some more markdown and links would also be nice (I made some comments in my review) to make it more readable.
|
|
||
| Visual Studio Code (or VS code) was downloaded from this link: https://code.visualstudio.com | ||
|
|
||
| Inside VS code, you downloaded four extensions: Azure Account, Azure App Service, Azure Functions, and Live Server. All of the Azure extensions allow you to work on your Azure Function App in VS code instead of working directly through the Microsoft portal. Live Server is a quick and temporary testing server, and you can use it to test HTML pages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe show a picture so students know how to launch the live server extension
|
|
||
| 1. Download GitHub desktop. It is here you commit changes to the learning lab to complete each lesson. | ||
| 2. To have access to the learning lab on GitHub desktop, the name of the learning lab repo needs to be entered in the top-left corner in the box with placeholder “Filter” and “Clone Repository” should be selected. | ||
| 3. Click “Pull Origin” once the repo is cloned to pull to desktop the most current version of the learning lab. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great and detailed steps, but some screenshots would be even more helpful.
| @@ -0,0 +1,60 @@ | |||
| **Let’s wrap up what you learned and did in Week 1: downloading and using Visual Studio Code, learning to navigate GitHub and committing changes, and deploying a simple Azure function.** | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try taking a look at the week 2 or 3 blog for a "template" on how to format everything :)
|
|
||
| Visual Studio Code (or VS code) was downloaded from this link: https://code.visualstudio.com | ||
|
|
||
| Inside VS code, you downloaded four extensions: Azure Account, Azure App Service, Azure Functions, and Live Server. All of the Azure extensions allow you to work on your Azure Function App in VS code instead of working directly through the Microsoft portal. Live Server is a quick and temporary testing server, and you can use it to test HTML pages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link resources so students can find everything easier. (ie. where can you download the extensions?)
| Deploying an Azure Function was the biggest task of the week. | ||
|
|
||
| Here are the steps: | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once again, great steps, but try adding some pictures to help! Azure also has a bunch of instructions on how to create function apps, so also link them here
emsesc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good!
No description provided.