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
- AWS
-
What are ARM Template outputs?
- Outputs return values from deployed resources, so you can use them programmatically.