Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Azure Serverless Computing

You're reading from   Mastering Azure Serverless Computing A practical guide to building and deploying enterprise-grade serverless applications using Azure Functions

Arrow left icon
Product type Paperback
Published in Nov 2019
Publisher Packt
ISBN-13 9781789951226
Length 362 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Massimo Bonanni Massimo Bonanni
Author Profile Icon Massimo Bonanni
Massimo Bonanni
Lorenzo Barbieri Lorenzo Barbieri
Author Profile Icon Lorenzo Barbieri
Lorenzo Barbieri
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Section 1: Azure Functions 2.0 Fundamentals FREE CHAPTER
2. Developing and Running Azure Functions 3. Customizing Your Azure Functions 4. Programming Languages Supported in Azure Functions 5. Section 2: Azure Functions 2.0 Deployment and Automation
6. Deploying and Configuring Your Azure Functions 7. Leverage the Power of DevOps with Azure Functions 8. Testing and Monitoring 9. Serverless and Containers 10. Section 3: Serverless Orchestration, API Management, and Event Processing
11. Orchestration as Code - Durable Functions 12. Orchestration as Design - Logic Apps 13. Empowering Your Serverless API with API Management 14. High-Scale Serverless Event Processing with Event Grid 15. Section 4: Real-World Serverless Use Cases
16. Best Practices and Use Cases for Azure Serverless Computing 17. Assessments 18. Another Book You May Enjoy

Questions

  1. What is an ARM template?
    • A PowerShell script
    • A JSON file
    • An XML file
    • A C# snippet
  2. Which of these resources are essential for a function app?
    • An Azure storage
    • A function app
    • An Azure SQL database
    • An Application Insight account
    • A firewall
  1. What is the property that you can use in an ARM template to state that a resource can be created only after creating other resources?
    • kind
    • location
    • sku
    • dependsOn
  2. How can you make sure that the local.settings.json file is not saved in the source code repository?
    • You cannot do it.
    • Enable the option Don't save local file in the Visual Studio project.
    • Add the right line in the .gitignore file.
    • Change the file extension in JSON.
  3. Can you store values in the key vault and reference them in the app settings?
    • Yes, but the function app needs to have the right permission.
    • Yes, but not in the Consumption plan.
    • No, you cannot...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime