Complete the code to identify the main pillar of the Azure Well-Architected Framework that focuses on cost management.
pillar = "[1]" # This pillar helps manage and optimize costs in Azure
The Cost Optimization pillar helps manage and optimize costs in Azure.
Complete the code to select the Azure Well-Architected Framework pillar that ensures your application stays available.
pillar = "[1]" # This pillar focuses on keeping services running smoothly
The Reliability pillar ensures your application stays available and recovers from failures.
Fix the error in the code to correctly assign the pillar that protects data and resources.
pillar = "[1]" # This pillar focuses on protecting data and resources
The Security pillar is about protecting data and resources in Azure.
Fill both blanks to complete the sentence about Azure Well-Architected Framework pillars.
The pillars [1] and [2] help ensure your application runs efficiently and recovers from failures.
Performance Efficiency helps your app run well, and Reliability helps it recover from failures.
Fill all three blanks to complete the sentence about Azure Well-Architected Framework pillars.
The pillars [1], [2], and [3] focus on protecting resources, managing costs, and running operations smoothly.
Security protects resources, Cost Optimization manages costs, and Operational Excellence ensures smooth operations.