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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where can you run Azure Resource Graph queries?

A
  1. in Resource Graph Explorer - available in Azure Portal
  2. CLI -> az graph query -q “Resources | where type=~’microsoft.storage/storageaccounts’ | limit 1”
  3. PowerShell -> Search-AzGraph -Query “Resources | where type=~’microsoft.storage/storageaccounts’ | limit 1”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the name of the email service available in Azure?

A

SendGrid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly