Closed mariiahnied closed 3 years ago
Week 4 Step 7 ⬤⬤⬤⬤⬤⬤⬤ | 🕐 Estimated completion: 5-20 minutes
It's now time to connect everything together! (catzapp/index.html, catzapp/script.js, and your Azure function)
twocatz-frontend
branchid
of name1
, name2
, name3
, and name4
respectivelycatzapp/script.js
so that it calls your Azure Function with the 4 names as parametersimg
tags, each with an id
of image1
, image2
, image3
, and image4
respectivelycatzapp/index.html
and catzapp/script.js
:bulb: If your test doesn't pass the first time, it might be because your Azure Function is slow to respond. Simply re-run the job like this.
Open up your LiveServer plugin and start your local server. To test your web app:
⚠️ When you enter FOUR NAMES into each of the text boxes, do FOUR CAT PICTURES show up below?
Now that you should've received strings of base64
from your Azure function call, you need some way to display them for the users.
Please complete after you've viewed the Week 3 livestream! If you haven't yet watched it but want to move on, just close this issue and come back to it later.
Help us improve BitCamp Serverless - thank you for your feedback! Here are some questions you may want to answer:
Thank you!
I loved the course!
Changes made
Closes #[issue number]