Skip to Content
⚠️Site is undergoing a platform migration, there will be broken links and missing content. Please report any issues you find on GitHub⚠️

AZ-104 Certification Notes

Chapter 7.7 - ARM Template Outputs

ARM Template - Outputs

  • Outputs
    • Returns values from deployed resources, so you can use them programmatically

You specify the type and value under outputs. You can use the Azure API via CLI, PowerShell or SDK to fetch outputs.

Practice Quiz

  • Where can you use the Azure API via? (Choose 3)

    • CLI
    • PowerShell
    • SDK
    • Google
    • AWS
  • What are ARM Template outputs?

    • Outputs return values from deployed resources, so you can use them programmatically.