Skip to Content
Mastering Azure Serverless Computing
book

Mastering Azure Serverless Computing

by Lorenzo Barbieri, Massimo Bonanni
November 2019
Intermediate to advanced
362 pages
7h 52m
English
Packt Publishing
Content preview from Mastering Azure Serverless Computing

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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Advanced Serverless Architectures with Microsoft Azure

Advanced Serverless Architectures with Microsoft Azure

Daniel Bass
Azure Serverless Computing Cookbook - Third Edition

Azure Serverless Computing Cookbook - Third Edition

Praveen Kumar Sreeram, Kasam Shaikh, Greg Leonardo

Publisher Resources

ISBN: 9781789951226Supplemental Content