ALL RIGHTS RESERVED.
D084 cloud platform solutions Exam Study
Guide.
Active Directory (AD) - Answers✔is an identity provider for Azure and provides authentication to
resources in an Azure subscription
Account Administrator (1 per account) - Answers✔Authorized to access the Account Center (create
subscriptions, cancel subscriptions, change billing for a subscription, change Service Administrator, and
more).
Service Administrator (1 per subscription) - Answers✔Authorized to access the Azure Management
Portal for all subscriptions in the account. By default, it's the same as the Account Administrator when a
subscription is created.
Co-administrator (200 per subscription) - Answers✔Same as the Service Administrator but cannot
change the association of subscriptions to Azure directories.
Owner - Answers✔Full access to all resources, Delegate access to others, The Service Administrator and
Co-Administrators are assigned the Owner role at the subscription scope, Applies to all resource types.
Contributor - Answers✔Create and manage all of types of Azure resources, Cannot grant access to
others, Applies to all resource types.
Reader - Answers✔View Azure resources, Applies to all resource types.
User Access Administrator - Answers✔Manage user access to Azure resources
Resource tags - Answers✔Resource tags allow you to apply custom metadata to your Azure resources,
also can show ownership of the resources.
Get-Az, New-Az, Set-Az, Show-Az, Remove-Az - Answers✔Powershell commands
az delete, az new, az list (list resources), az show (show details of resources) - Answers✔Azure CLI
commands
DefaultValue - Answers✔parameter in .json pertaining to storage
, ©SIRJOEL EXAM SOLUTIONS 2024/2025
ALL RIGHTS RESERVED.
Policy - Answers✔is an Azure service that can be used to create, assign, and manage policies that
enforce governance in your Azure environment. This includes the application of rules that allow or deny
a given resource type, apply tags automatically, and even enforce data sovereignty.
Azure Activity log - Answers✔surfaces data at the subscription level and can be useful for understanding
actions that occur within your environment against the Resource Manager APIs. This shows when a new
deployment is submitted, the events associated with that deployment such as the time it was
submitted, the resources that were created, and the user that submitted the request. Retained for 90
days.
Diagnostic logs - Answers✔show resource level logs, such as when a port or protocol is blocked. Will
need to be enabled for each resource that you wish to collect additional telemetry from
How to get to logs in azure portal? - Answers✔Azure portal -> Azure Monitor ->Logs
Metrics data is retained for - Answers✔93 days
Azure Advisor (cost management) - Answers✔identifies low utilization VMs, ExpressRoute circuits not
provisioned for more than 30 days, and identify VNet gateways that have been idle for more than 90
days. Can be found in the Cost recommendations blade with an estimated cost to continue running the
machine.
Virtual Machines deallocation means - Answers✔you will not be charged for CPU or Ram consumption.
You are still charged for the storage.
Azure Resource Manager templates have a set schema. - Answers✔Requirements:
$schema
contentVersion
resources
And the following optional properties:
parameters
variables
functions
outputs
Variables - Answers✔custom values usually created from parameters or output from other templates.
Resource (VMs, Dbs, Apps) - Answers✔Can only exist in one resource group.