Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Exercise 10.1 – Test your knowledge
Answer the following questions:
- What is the difference between the in-process and isolated worker models for Azure Functions?
- What attribute do you use to cause a function to trigger when a message arrives in a queue?
- What attribute do you use to make a queue available to send messages to?
- What schedule does the following NCRONTAB expression define?
0 0 */6 * 6 6
- How can you configure a dependency service for use in a function?
Exercise 10.2 – Explore topics
Use the links on the following page for more details on the topics covered in this chapter: