Misc Flashcards
1
Q
What is the name of the Azure service that allows you to query Azure resources and their properties?
A
Azure Resource Graph
2
Q
Where can you run Azure Resource Graph queries?
A
- in Resource Graph Explorer - available in Azure Portal
- CLI -> az graph query -q “Resources | where type=~’microsoft.storage/storageaccounts’ | limit 1”
- PowerShell -> Search-AzGraph -Query “Resources | where type=~’microsoft.storage/storageaccounts’ | limit 1”
3
Q
What is the name of the email service available in Azure?
A
SendGrid
4
Q
What is the name and URL of the browser-based online tool to explore Azure resources?
A
Azure Resource Explorer https://resources.azure.com/
5
Q
Where in the Azure Portal can you see the current management group structure?
A
In Azure Security Center -> Security Policy (under Policy & Compliance)